|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
43 template <
class TValue =
double>
66 itkSetMacro(Epsilon,
double);
67 itkGetMacro(Epsilon,
double);
123 virtual double GetArea()
const;
129 double GetLength()
const override;
137 m_Epsilon = 0.000001;
139 m_AreaIsValid =
false;
148 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
150 virtual void ComputeArea()
const;
151 void Modified()
const override;
155 void operator=(
const Self&) =
delete;
163 #ifndef OTB_MANUAL_INSTANTIATION
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
Superclass::ContinuousIndexType ContinuousIndexType
VertexListType::ConstIterator VertexListConstIteratorType
itk::SmartPointer< const Self > ConstPointer
Superclass::ContinuousIndexType ContinuousIndexType
Superclass::VertexListType VertexListType
itk::SmartPointer< Self > Pointer
This class implement a PolyLineParametricPath for which a value can be set. The value is stored in th...
Superclass::VertexType VertexType
PolyLineParametricPathWithValue< TValue, 2 > Superclass
This class represent a 2D polygon.
Superclass::VertexType VertexType
Superclass::VertexListType VertexListType
Superclass::VertexListConstIteratorType VertexListConstIteratorType