18 #ifndef itkSegmentationRegion_h
19 #define itkSegmentationRegion_h
23 #include "ITKKLMRegionGrowingExport.h"
72 itkSetMacro(RegionLabel, RegionLabelType);
73 itkGetConstReferenceMacro(RegionLabel, RegionLabelType);
77 itkSetMacro(RegionArea,
double);
78 itkGetConstReferenceMacro(RegionArea,
double);
84 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
88 void operator=(
const Self &);
unsigned int RegionLabelType
Light weight base class for most itk classes.
Base class for SegmentationRegion object.
SmartPointer< const Self > ConstPointer
RegionLabelType m_RegionLabel
virtual void ApplySegmentationRegion()
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
Base class for most ITK classes.