18 #ifndef itkSegmentationRegion_h
19 #define itkSegmentationRegion_h
23 #include "ITKKLMRegionGrowingExport.h"
74 itkSetMacro(RegionLabel, RegionLabelType);
75 itkGetConstReferenceMacro(RegionLabel, RegionLabelType);
79 itkSetMacro(RegionArea,
double);
80 itkGetConstReferenceMacro(RegionArea,
double);
86 void PrintSelf(std::ostream & os,
Indent indent)
const override;
90 double m_RegionArea{0};
Light weight base class for most itk classes.
Base class for SegmentationRegion object.
virtual void ApplySegmentationRegion()
unsigned int RegionLabelType
Control indentation during Print() invocation.
Base class for most ITK classes.