18 #ifndef itkSegmentationRegion_h
19 #define itkSegmentationRegion_h
23 #include "ITKKLMRegionGrowingExport.h"
77 itkSetMacro(RegionLabel, RegionLabelType);
78 itkGetConstReferenceMacro(RegionLabel, RegionLabelType);
82 itkSetMacro(RegionArea,
double);
83 itkGetConstReferenceMacro(RegionArea,
double);
90 PrintSelf(std::ostream & os,
Indent indent)
const override;
94 double m_RegionArea{ 0 };