OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision > Class Template Reference

#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 SelfConstPointer
 
typedef Superclass::OutputType OutputType
 
typedef Superclass::InputPathConstPointer PathConstPointer
 
typedef Superclass::InputPathType PathType
 
typedef itk::SmartPointer< SelfPointer
 
typedef TPrecision PrecisionType
 
typedef GeometricMomentPathFunction Self
 
typedef PathFunction< TInputPath, TOutput > Superclass
 
- Public Types inherited from otb::PathFunction< TInputPath, TOutput >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef InputPathType::ConstPointer InputPathConstPointer
 
typedef Superclass::InputType InputPathType
 
typedef Superclass::OutputType OutputType
 
typedef itk::SmartPointer< SelfPointer
 
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 InputPathTypeGetInputPath () 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
 

Detailed Description

template<class TInputPath, class TOutput, class TPrecision = double>
class otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >

Virtual class for the Geometric moments for an path function.

Definition at line 39 of file otbGeometricMomentPathFunction.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputPath , class TOutput , class TPrecision = double>
typedef itk::SmartPointer<const Self> otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::ConstPointer

Definition at line 46 of file otbGeometricMomentPathFunction.h.

◆ OutputType

template<class TInputPath , class TOutput , class TPrecision = double>
typedef Superclass::OutputType otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::OutputType

OutputPathType typedef support.

Definition at line 56 of file otbGeometricMomentPathFunction.h.

◆ PathConstPointer

template<class TInputPath , class TOutput , class TPrecision = double>
typedef Superclass::InputPathConstPointer otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::PathConstPointer

Definition at line 53 of file otbGeometricMomentPathFunction.h.

◆ PathType

template<class TInputPath , class TOutput , class TPrecision = double>
typedef Superclass::InputPathType otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::PathType

InputPathType typedef support.

Definition at line 49 of file otbGeometricMomentPathFunction.h.

◆ Pointer

template<class TInputPath , class TOutput , class TPrecision = double>
typedef itk::SmartPointer<Self> otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::Pointer

Definition at line 45 of file otbGeometricMomentPathFunction.h.

◆ PrecisionType

template<class TInputPath , class TOutput , class TPrecision = double>
typedef TPrecision otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::PrecisionType

Type for calculation precision

Definition at line 59 of file otbGeometricMomentPathFunction.h.

◆ Self

template<class TInputPath , class TOutput , class TPrecision = double>
typedef GeometricMomentPathFunction otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::Self

Standard class typedefs.

Definition at line 43 of file otbGeometricMomentPathFunction.h.

◆ Superclass

template<class TInputPath , class TOutput , class TPrecision = double>
typedef PathFunction<TInputPath, TOutput> otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::Superclass

Definition at line 44 of file otbGeometricMomentPathFunction.h.

Constructor & Destructor Documentation

◆ GeometricMomentPathFunction() [1/2]

template<class TInputPath , class TOutput , class TPrecision = double>
otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::GeometricMomentPathFunction ( )
inlineprotected

Definition at line 62 of file otbGeometricMomentPathFunction.h.

◆ ~GeometricMomentPathFunction()

template<class TInputPath , class TOutput , class TPrecision = double>
otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::~GeometricMomentPathFunction ( )
inlineoverrideprotected

Definition at line 63 of file otbGeometricMomentPathFunction.h.

◆ GeometricMomentPathFunction() [2/2]

template<class TInputPath , class TOutput , class TPrecision = double>
otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::GeometricMomentPathFunction ( const Self )
privatedelete

Member Function Documentation

◆ GetNameOfClass()

template<class TInputPath , class TOutput , class TPrecision = double>
virtual const char* otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from otb::PathFunction< TInputPath, TOutput >.

Reimplemented in otb::RealMomentPathFunction< TInputPath, double, double >.

◆ operator=()

template<class TInputPath , class TOutput , class TPrecision = double>
void otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::operator= ( const Self )
privatedelete

◆ PrintSelf()

template<class TInputPath , class TOutput , class TPrecision = double>
void otb::GeometricMomentPathFunction< TInputPath, TOutput, TPrecision >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
inlineoverrideprotected

Definition at line 66 of file otbGeometricMomentPathFunction.h.


The documentation for this class was generated from the following file: