|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbGeometricMomentPathFunction_h
22 #define otbGeometricMomentPathFunction_h
38 template <
class TInputPath,
class TOutput,
class TPrecision =
double>
52 typedef typename Superclass::InputPathType
PathType;
66 void PrintSelf(std::ostream& os, itk::Indent indent)
const override
68 Superclass::PrintSelf(os, indent);
73 void operator=(
const Self&) =
delete;
PathFunction< TInputPath, TOutput > Superclass
Superclass::OutputType OutputType
Evaluates a function of an image over a specific path.
GeometricMomentPathFunction()
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
Superclass::InputPathType PathType
itk::SmartPointer< const Self > ConstPointer
void PrintSelf(std::ostream &os, itk::Indent indent) const override
itk::SmartPointer< Self > Pointer
Virtual class for the Geometric moments for an path function.
~GeometricMomentPathFunction() override
Superclass::InputPathConstPointer PathConstPointer
GeometricMomentPathFunction Self