18 #ifndef __itkVotingBinaryIterativeHoleFillingImageFilter_h
19 #define __itkVotingBinaryIterativeHoleFillingImageFilter_h
54 template<
class TImage >
95 itkGetConstReferenceMacro(MaximumNumberOfIterations,
unsigned int);
96 itkSetMacro(MaximumNumberOfIterations,
unsigned int);
102 itkGetConstReferenceMacro(CurrentNumberOfIterations,
unsigned int);
103 itkSetMacro(CurrentNumberOfIterations,
unsigned int);
130 itkGetConstReferenceMacro(MajorityThreshold,
unsigned int);
131 itkSetMacro(MajorityThreshold,
unsigned int);
135 itkGetConstReferenceMacro(NumberOfPixelsChanged,
unsigned int);
137 #ifdef ITK_USE_CONCEPT_CHECKING
149 void PrintSelf(std::ostream & os,
Indent indent)
const;
160 void operator=(
const Self &);
176 #ifndef ITK_MANUAL_INSTANTIATION
177 #include "itkVotingBinaryIterativeHoleFillingImageFilter.hxx"