18 #ifndef itkSegmentationBorder_h
19 #define itkSegmentationBorder_h
23 #include "ITKKLMRegionGrowingExport.h"
62 itkSetMacro(BorderLength,
double);
63 itkGetConstReferenceMacro(BorderLength,
double);
75 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
79 void operator=(
const Self &);
Light weight base class for most itk classes.
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
virtual void ApplySegmentationBorder()
Control indentation during Print() invocation.
Base class for SegmentationBorder object.
Base class for most ITK classes.