18 #ifndef itkBinaryPruningImageFilter_h
19 #define itkBinaryPruningImageFilter_h
53 template<
typename TInputImage,
typename TOutputImage >
83 typedef typename InputImageType::PixelType
PixelType;
86 typedef typename RegionType::SizeType
SizeType;
101 itkSetMacro(Iteration,
unsigned int);
102 itkGetConstMacro(Iteration,
unsigned int);
107 TInputImage::ImageDimension);
109 TOutputImage::ImageDimension);
112 #ifdef ITK_USE_CONCEPT_CHECKING
149 #ifndef ITK_MANUAL_INSTANTIATION
150 #include "itkBinaryPruningImageFilter.hxx"
InputImageType::RegionType RegionType
InputImageType::PixelType PixelType
SmartPointer< Self > Pointer
virtual ~BinaryPruningImageFilter()
void PrintSelf(std::ostream &os, Indent indent) const override
Base class for all process objects that output image data.
This filter removes "spurs" of less than a certain length in the input image.
SmartPointer< const Self > ConstPointer
static const unsigned int OutputImageDimension
static const unsigned int InputImageDimension
TOutputImage OutputImageType
InputImageType::ConstPointer InputImagePointer
RegionType::SizeType SizeType
RegionType::IndexType IndexType
OutputImageType::Pointer OutputImagePointer
BinaryPruningImageFilter()
TInputImage InputImageType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
TOutputImage OutputImageType
NeighborhoodIterator< TInputImage > NeighborhoodIteratorType
#define itkConceptMacro(name, concept)
void operator=(const Self &)
ImageToImageFilter< TInputImage, TOutputImage > Superclass
BinaryPruningImageFilter Self
Defines iteration of a local N-dimensional neighborhood of pixels across an itk::Image.
OutputImageType * GetPruning()