18 #ifndef itkSegmentationBorder_h
19 #define itkSegmentationBorder_h
23 #include "ITKKLMRegionGrowingExport.h"
64 itkSetMacro(BorderLength,
double);
65 itkGetConstReferenceMacro(BorderLength,
double);
77 void PrintSelf(std::ostream & os,
Indent indent)
const override;
80 double m_BorderLength{0};
Light weight base class for most itk classes.
virtual void ApplySegmentationBorder()
Control indentation during Print() invocation.
Base class for SegmentationBorder object.
Base class for most ITK classes.