|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbRealMomentPathFunction_h
22 #define otbRealMomentPathFunction_h
25 #include "itkVectorContainer.h"
39 template <
class TInputPath,
class TOutput =
double,
class TPrecision =
double>
53 typedef typename Superclass::PathType
PathType;
55 typedef typename PathType::ContinuousIndexType
VertexType;
63 typedef typename Superclass::OutputType
RealType;
72 void PrintSelf(std::ostream& os, itk::Indent indent)
const override
74 Superclass::PrintSelf(os, indent);
79 void operator=(
const Self&) =
delete;
Superclass::PathConstPointer PathConstPointer
void PrintSelf(std::ostream &os, itk::Indent indent) const override
RealMomentPathFunction Self
PathType::ContinuousIndexType VertexType
itk::SmartPointer< const Self > ConstPointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
VertexListType::ConstPointer VertexListPointer
GeometricMomentPathFunction< TInputPath, TOutput, TPrecision > Superclass
Superclass::OutputType RealType
itk::SmartPointer< Self > Pointer
itk::VectorContainer< unsigned, VertexType > VertexListType
Virtual class for the Real moments for a path.
Virtual class for the Geometric moments for an path function.
Superclass::PathType PathType
Superclass::PrecisionType PrecisionType
~RealMomentPathFunction() override