|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkBinaryPruningImageFilter_h
19 #define itkBinaryPruningImageFilter_h
58 template <
typename TInputImage,
typename TOutputImage>
89 using PixelType =
typename InputImageType::PixelType;
108 itkSetMacro(Iteration,
unsigned int);
109 itkGetConstMacro(Iteration,
unsigned int);
113 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
114 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
116 #ifdef ITK_USE_CONCEPT_CHECKING
130 PrintSelf(std::ostream & os,
Indent indent)
const override;
134 GenerateData()
override;
145 unsigned int m_Iteration{};
149 #ifndef ITK_MANUAL_INSTANTIATION
150 # include "itkBinaryPruningImageFilter.hxx"
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
typename OutputImageType::Pointer OutputImagePointer
This filter removes "spurs" of less than a certain length in the input image.
typename InputImageType::PixelType PixelType
ImageBaseType::SizeType SizeType
Control indentation during Print() invocation.
ImageBaseType::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
typename RegionType::IndexType IndexType
TInputImage InputImageType
Defines iteration of a local N-dimensional neighborhood of pixels across an itk::Image.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename InputImageType::RegionType RegionType
typename RegionType::SizeType SizeType
TOutputImage OutputImageType