![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbRealMomentPathFunction.h>
Inheritance diagram for otb::RealMomentPathFunction< TInputPath, TOutput, TPrecision >:
Collaboration diagram for otb::RealMomentPathFunction< TInputPath, TOutput, TPrecision >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef Superclass::PathConstPointer | PathConstPointer |
| typedef Superclass::PathType | PathType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef Superclass::PrecisionType | PrecisionType |
| typedef Superclass::OutputType | RealType |
| typedef RealMomentPathFunction | Self |
| typedef GeometricMomentPathFunction< TInputPath, TOutput, TPrecision > | Superclass |
| typedef VertexListType::ConstPointer | VertexListPointer |
| typedef itk::VectorContainer< unsigned, VertexType > | VertexListType |
| typedef PathType::ContinuousIndexType | VertexType |
Public Types inherited from otb::GeometricMomentPathFunction< TInputPath, double, double > | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef Superclass::OutputType | OutputType |
| typedef Superclass::InputPathConstPointer | PathConstPointer |
| typedef Superclass::InputPathType | PathType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef double | PrecisionType |
| typedef GeometricMomentPathFunction | Self |
| typedef PathFunction< TInputPath, double > | Superclass |
Public Types inherited from otb::PathFunction< TInputPath, double > | |
| 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, double > | Superclass |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::GeometricMomentPathFunction< TInputPath, double, double > | |
| virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::PathFunction< TInputPath, double > | |
| const InputPathType * | GetInputPath () const |
| virtual void | SetInputPath (const InputPathType *ptr) |
Protected Member Functions | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| RealMomentPathFunction () | |
| ~RealMomentPathFunction () override | |
Protected Member Functions inherited from otb::GeometricMomentPathFunction< TInputPath, double, double > | |
| GeometricMomentPathFunction () | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| ~GeometricMomentPathFunction () override | |
Protected Member Functions inherited from otb::PathFunction< TInputPath, double > | |
| PathFunction () | |
| ~PathFunction () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
Private Member Functions | |
| void | operator= (const Self &)=delete |
| RealMomentPathFunction (const Self &)=delete | |
Additional Inherited Members | |
Protected Attributes inherited from otb::PathFunction< TInputPath, double > | |
| InputPathConstPointer | m_Path |
Virtual class for the Real moments for a path.
Definition at line 40 of file otbRealMomentPathFunction.h.
| typedef itk::SmartPointer<const Self> otb::RealMomentPathFunction< TInputPath, TOutput, TPrecision >::ConstPointer |
Definition at line 47 of file otbRealMomentPathFunction.h.
| typedef Superclass::PathConstPointer otb::RealMomentPathFunction< TInputPath, TOutput, TPrecision >::PathConstPointer |
Definition at line 54 of file otbRealMomentPathFunction.h.
| typedef Superclass::PathType otb::RealMomentPathFunction< TInputPath, TOutput, TPrecision >::PathType |
InputPathType typedef support.
Definition at line 50 of file otbRealMomentPathFunction.h.
| typedef itk::SmartPointer<Self> otb::RealMomentPathFunction< TInputPath, TOutput, TPrecision >::Pointer |
Definition at line 46 of file otbRealMomentPathFunction.h.
| typedef Superclass::PrecisionType otb::RealMomentPathFunction< TInputPath, TOutput, TPrecision >::PrecisionType |
Type for calculation precision
Definition at line 60 of file otbRealMomentPathFunction.h.
| typedef Superclass::OutputType otb::RealMomentPathFunction< TInputPath, TOutput, TPrecision >::RealType |
OutputType typedef support.
Definition at line 63 of file otbRealMomentPathFunction.h.
| typedef RealMomentPathFunction otb::RealMomentPathFunction< TInputPath, TOutput, TPrecision >::Self |
Standard class typedefs.
Definition at line 44 of file otbRealMomentPathFunction.h.
| typedef GeometricMomentPathFunction<TInputPath, TOutput, TPrecision> otb::RealMomentPathFunction< TInputPath, TOutput, TPrecision >::Superclass |
Definition at line 45 of file otbRealMomentPathFunction.h.
| typedef VertexListType::ConstPointer otb::RealMomentPathFunction< TInputPath, TOutput, TPrecision >::VertexListPointer |
Definition at line 57 of file otbRealMomentPathFunction.h.
| typedef itk::VectorContainer<unsigned, VertexType> otb::RealMomentPathFunction< TInputPath, TOutput, TPrecision >::VertexListType |
Definition at line 56 of file otbRealMomentPathFunction.h.
| typedef PathType::ContinuousIndexType otb::RealMomentPathFunction< TInputPath, TOutput, TPrecision >::VertexType |
Definition at line 55 of file otbRealMomentPathFunction.h.
|
inlineprotected |
Definition at line 66 of file otbRealMomentPathFunction.h.
|
inlineoverrideprotected |
Definition at line 69 of file otbRealMomentPathFunction.h.
|
privatedelete |
|
virtual |
Run-time type information (and related methods).
|
privatedelete |
|
inlineoverrideprotected |
Definition at line 72 of file otbRealMomentPathFunction.h.
1.8.17