18 #ifndef itkLabelObjectLine_h
19 #define itkLabelObjectLine_h
41 template<
unsigned int VImageDimension >
45 static constexpr
unsigned int ImageDimension = VImageDimension;
73 bool IsNextIndex(
const IndexType & idx)
const;
76 void Print(std::ostream & os,
Indent indent = 0)
const;
83 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
85 virtual void PrintHeader(std::ostream & os,
Indent indent)
const;
87 virtual void PrintTrailer(std::ostream & os,
Indent indent)
const;
95 #ifndef ITK_MANUAL_INSTANTIATION
96 #include "itkLabelObjectLine.hxx"
unsigned long SizeValueType
Control indentation during Print() invocation.