18 #ifndef __itkLabelSelectionLabelMapFilter_h
19 #define __itkLabelSelectionLabelMapFilter_h
52 template<
class TImage>
77 itkStaticConstMacro(ImageDimension,
unsigned int,
78 TImage::ImageDimension);
87 #ifdef ITK_USE_CONCEPT_CHECKING
101 return this->GetAttributeSet();
106 this->SetAttributeSet(
set );
112 this->SetAttribute( attr );
117 this->ClearAttributeSet();
122 this->AddAttribute( attr );
131 void operator=(
const Self&);