18 #ifndef itkRegionGrowImageFilter_h
19 #define itkRegionGrowImageFilter_h
79 template<
typename TInputImage,
typename TOutputImage >
117 itkSetMacro(MaximumNumberOfRegions,
unsigned int);
118 itkGetConstReferenceMacro(MaximumNumberOfRegions,
unsigned int);
142 #ifndef ITK_MANUAL_INSTANTIATION
143 #include "itkRegionGrowImageFilter.hxx"
RegionGrowImageFilter Self
unsigned int m_MaximumNumberOfRegions
ImageToImageFilter< TInputImage, TOutputImage > Superclass
TInputImage::PixelType InputImagePixelType
virtual void MergeRegions()=0
TOutputImage OutputImageType
Base class for all process objects that output image data.
void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< Self > Pointer
TOutputImage::Pointer OutputImagePointer
void operator=(const Self &)
TInputImage::SizeType GridSizeType
SmartPointer< const Self > ConstPointer
Base class for RegionGrowImageFilter object.
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
TInputImage::ConstPointer InputImageConstPointer
virtual void ApplyRegionGrowImageFilter()=0
TOutputImage::PixelType OutputImagePixelType
TInputImage::Pointer InputImagePointer
TInputImage InputImageType