18 #ifndef __itkAttributeOpeningLabelMapFilter_h
19 #define __itkAttributeOpeningLabelMapFilter_h
42 template<
class TImage,
class TAttributeAccessor=
43 typename Functor::AttributeLabelObjectAccessor< typename TImage::LabelObjectType > >
67 itkStaticConstMacro(ImageDimension,
unsigned int,
68 TImage::ImageDimension);
77 #ifdef ITK_USE_CONCEPT_CHECKING
102 itkGetConstMacro( ReverseOrdering,
bool );
103 itkSetMacro( ReverseOrdering,
bool );
104 itkBooleanMacro( ReverseOrdering );
113 void PrintSelf(std::ostream& os,
Indent indent)
const;
117 void operator=(
const Self&);
126 #ifndef ITK_MANUAL_INSTANTIATION
127 #include "itkAttributeOpeningLabelMapFilter.hxx"