![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbGeometricMomentPathFunction.h>
Inheritance diagram for otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >:
Collaboration diagram for otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef Superclass::OutputType | OutputType |
| typedef Superclass::InputPathConstPointer | PathConstPointer |
| typedef Superclass::InputPathType | PathType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef TPrecision | PrecisionType |
| typedef GeometricMomentPathFunction | Self |
| typedef PathFunction< TInputPath, TOutput > | Superclass |
Public Types inherited from otb::PathFunction< TInputPath, TOutput > | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef InputPathType::ConstPointer | InputPathConstPointer |
| typedef Superclass::InputType | InputPathType |
| typedef Superclass::OutputType | OutputType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef PathFunction | Self |
| typedef itk::FunctionBase< TInputPath, TOutput > | Superclass |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::PathFunction< TInputPath, TOutput > | |
| const InputPathType * | GetInputPath () const |
| virtual void | SetInputPath (const InputPathType *ptr) |
Protected Member Functions | |
| GeometricMomentPathFunction () | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| ~GeometricMomentPathFunction () override | |
Protected Member Functions inherited from otb::PathFunction< TInputPath, TOutput > | |
| PathFunction () | |
| ~PathFunction () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
Private Member Functions | |
| GeometricMomentPathFunction (const Self &)=delete | |
| void | operator= (const Self &)=delete |
Additional Inherited Members | |
Protected Attributes inherited from otb::PathFunction< TInputPath, TOutput > | |
| InputPathConstPointer | m_Path |
Virtual class for the Geometric moments for an path function.
Definition at line 39 of file otbGeometricMomentPathFunction.h.
| typedef itk::SmartPointer<const Self> otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::ConstPointer |
Definition at line 46 of file otbGeometricMomentPathFunction.h.
| typedef Superclass::OutputType otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::OutputType |
OutputPathType typedef support.
Definition at line 56 of file otbGeometricMomentPathFunction.h.
| typedef Superclass::InputPathConstPointer otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::PathConstPointer |
Definition at line 53 of file otbGeometricMomentPathFunction.h.
| typedef Superclass::InputPathType otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::PathType |
InputPathType typedef support.
Definition at line 49 of file otbGeometricMomentPathFunction.h.
| typedef itk::SmartPointer<Self> otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::Pointer |
Definition at line 45 of file otbGeometricMomentPathFunction.h.
| typedef TPrecision otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::PrecisionType |
Type for calculation precision
Definition at line 59 of file otbGeometricMomentPathFunction.h.
| typedef GeometricMomentPathFunction otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::Self |
Standard class typedefs.
Definition at line 43 of file otbGeometricMomentPathFunction.h.
| typedef PathFunction<TInputPath, TOutput> otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::Superclass |
Definition at line 44 of file otbGeometricMomentPathFunction.h.
|
inlineprotected |
Definition at line 62 of file otbGeometricMomentPathFunction.h.
|
inlineoverrideprotected |
Definition at line 63 of file otbGeometricMomentPathFunction.h.
|
privatedelete |
|
virtual |
Run-time type information (and related methods).
Reimplemented from otb::PathFunction< TInputPath, TOutput >.
Reimplemented in otb::RealMomentPathFunction< TInputPath, double, double >.
|
privatedelete |
|
inlineoverrideprotected |
Definition at line 66 of file otbGeometricMomentPathFunction.h.
1.8.17