18 #ifndef __itkVotingBinaryImageFilter_h
19 #define __itkVotingBinaryImageFilter_h
38 template<
class TInputImage,
class TOutputImage >
44 itkStaticConstMacro(InputImageDimension,
unsigned int,
45 TInputImage::ImageDimension);
46 itkStaticConstMacro(OutputImageDimension,
unsigned int,
47 TOutputImage::ImageDimension);
95 itkGetConstReferenceMacro(BirthThreshold,
unsigned int);
96 itkSetMacro(BirthThreshold,
unsigned int);
101 itkGetConstReferenceMacro(SurvivalThreshold,
unsigned int);
102 itkSetMacro(SurvivalThreshold,
unsigned int);
111 virtual void GenerateInputRequestedRegion()
114 #ifdef ITK_USE_CONCEPT_CHECKING
132 void PrintSelf(std::ostream & os,
Indent indent)
const;
145 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
150 void operator=(
const Self &);
162 #ifndef ITK_MANUAL_INSTANTIATION
163 #include "itkVotingBinaryImageFilter.hxx"