18 #ifndef __itkBinaryPruningImageFilter_h
19 #define __itkBinaryPruningImageFilter_h
53 template<
class TInputImage,
class TOutputImage >
83 typedef typename InputImageType::PixelType
PixelType;
86 typedef typename RegionType::SizeType
SizeType;
101 itkSetMacro(Iteration,
unsigned int);
102 itkGetConstMacro(Iteration,
unsigned int);
106 itkStaticConstMacro(InputImageDimension,
unsigned int,
107 TInputImage::ImageDimension);
108 itkStaticConstMacro(OutputImageDimension,
unsigned int,
109 TOutputImage::ImageDimension);
112 #ifdef ITK_USE_CONCEPT_CHECKING
131 void PrintSelf(std::ostream & os,
Indent indent)
const;
140 void ComputePruneImage();
144 void operator=(
const Self &);
150 #ifndef ITK_MANUAL_INSTANTIATION
151 #include "itkBinaryPruningImageFilter.hxx"