18#ifndef itkRegionGrowImageFilter_h
19#define itkRegionGrowImageFilter_h
84template <
typename TInputImage,
typename TOutputImage>
123 itkSetMacro(MaximumNumberOfRegions,
unsigned int);
124 itkGetConstReferenceMacro(MaximumNumberOfRegions,
unsigned int);
142 unsigned int m_MaximumNumberOfRegions{};
148#ifndef ITK_MANUAL_INSTANTIATION
149# include "itkRegionGrowImageFilter.hxx"
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
Control indentation during Print() invocation.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for RegionGrowImageFilter object.
~RegionGrowImageFilter() override=default
virtual void ApplyRegionGrowImageFilter()=0
virtual void MergeRegions()=0
typename TInputImage::SizeType GridSizeType
void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....