18 #ifndef itkRegionGrowImageFilter_h
19 #define itkRegionGrowImageFilter_h
79 template<
typename TInputImage,
typename TOutputImage >
117 itkSetMacro(MaximumNumberOfRegions,
unsigned int);
118 itkGetConstReferenceMacro(MaximumNumberOfRegions,
unsigned int);
122 virtual void ApplyRegionGrowImageFilter() = 0;
125 virtual void MergeRegions() = 0;
130 void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
135 unsigned int m_MaximumNumberOfRegions;
141 #ifndef ITK_MANUAL_INSTANTIATION
142 #include "itkRegionGrowImageFilter.hxx"
RegionGrowImageFilter Self
ImageToImageFilter< TInputImage, TOutputImage > Superclass
TInputImage::PixelType InputImagePixelType
TOutputImage OutputImageType
SmartPointer< Self > Pointer
TOutputImage::Pointer OutputImagePointer
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
ImageBaseType::SizeType SizeType
TOutputImage::PixelType OutputImagePixelType
TInputImage::Pointer InputImagePointer
TInputImage InputImageType