18 #ifndef __itkThresholdMaximumConnectedComponentsImageFilter_h
19 #define __itkThresholdMaximumConnectedComponentsImageFilter_h
73 template<
class TInputImage,
class TOutputImage = TInputImage >
92 typedef typename TInputImage::PixelType
PixelType;
104 itkSetMacro(MinimumObjectSizeInPixels,
unsigned int);
105 itkGetConstMacro(MinimumObjectSizeInPixels,
unsigned int);
124 itkGetConstMacro(InsideValue,
PixelType);
125 itkGetConstMacro(OutsideValue,
PixelType);
126 itkGetConstMacro(UpperBoundary,
PixelType);
155 void PrintSelf(std::ostream & os,
Indent indent)
const;
157 void GenerateData(
void);
170 itkStaticConstMacro(ImageDimension,
172 TInputImage::ImageDimension);
181 void operator=(
const Self &);
231 #ifndef ITK_MANUAL_INSTANTIATION
232 #include "itkThresholdMaximumConnectedComponentsImageFilter.hxx"