|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkRegionGrowImageFilter_h
19 #define itkRegionGrowImageFilter_h
84 template <
typename TInputImage,
typename TOutputImage>
123 itkSetMacro(MaximumNumberOfRegions,
unsigned int);
124 itkGetConstReferenceMacro(MaximumNumberOfRegions,
unsigned int);
129 ApplyRegionGrowImageFilter() = 0;
139 PrintSelf(std::ostream & os,
Indent indent)
const override;
148 #ifndef ITK_MANUAL_INSTANTIATION
149 # include "itkRegionGrowImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
ImageBaseType::SizeType SizeType
Control indentation during Print() invocation.
typename InputImageType::PixelType InputImagePixelType
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
unsigned int m_MaximumNumberOfRegions
TInputImage InputImageType
typename TInputImage::SizeType GridSizeType
Base class for RegionGrowImageFilter object.
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 OutputImageType::PixelType OutputImagePixelType
typename InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType