![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbComplexMomentPathFunction.h>
Inheritance diagram for otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >:
Collaboration diagram for otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >:Public Types | |
| typedef std::complex< PrecisionType > | ComplexPrecisionType |
| typedef Superclass::OutputType | ComplexType |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef Superclass::OutputType | OutputType |
| typedef Superclass::PathConstPointer | PathConstPointer |
| typedef Superclass::PathType | PathType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef Superclass::PrecisionType | PrecisionType |
| typedef double | RealType |
| typedef ComplexMomentPathFunction | 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, std::complex< 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, std::complex< double > > | Superclass |
Public Types inherited from otb::PathFunction< TInputPath, std::complex< 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, std::complex< double > > | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::GeometricMomentPathFunction< TInputPath, std::complex< double >, double > | |
| virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::PathFunction< TInputPath, std::complex< double > > | |
| const InputPathType * | GetInputPath () const |
| virtual void | SetInputPath (const InputPathType *ptr) |
Static Public Member Functions | |
| static Pointer | New () |
| unsigned int | m_P |
| unsigned int | m_Q |
| OutputType | Evaluate (const PathType &path) const override |
| virtual OutputType | Evaluate () const |
| virtual void | SetP (unsigned int _arg) |
| virtual const unsigned int & | GetP () const |
| virtual void | SetQ (unsigned int _arg) |
| virtual const unsigned int & | GetQ () const |
| ComplexMomentPathFunction () | |
| ~ComplexMomentPathFunction () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| ComplexMomentPathFunction (const Self &)=delete | |
| void | operator= (const Self &)=delete |
| ComplexPrecisionType | EvaluateComplexMomentAtIndex (VertexType index) const |
Additional Inherited Members | |
Protected Member Functions inherited from otb::GeometricMomentPathFunction< TInputPath, std::complex< double >, double > | |
| GeometricMomentPathFunction () | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| ~GeometricMomentPathFunction () override | |
Protected Member Functions inherited from otb::PathFunction< TInputPath, std::complex< double > > | |
| PathFunction () | |
| ~PathFunction () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
Protected Attributes inherited from otb::PathFunction< TInputPath, std::complex< double > > | |
| InputPathConstPointer | m_Path |
Calculate the complex moment value over a path.
The implemented equation is:
With:
pixel localization;
the contour domain.This class is templated over :
Definition at line 54 of file otbComplexMomentPathFunction.h.
| typedef std::complex<PrecisionType> otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >::ComplexPrecisionType |
ComplexType for calculation precision
Definition at line 88 of file otbComplexMomentPathFunction.h.
| typedef Superclass::OutputType otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >::ComplexType |
Complex Type
Definition at line 78 of file otbComplexMomentPathFunction.h.
| typedef itk::SmartPointer<const Self> otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >::ConstPointer |
Definition at line 62 of file otbComplexMomentPathFunction.h.
| typedef Superclass::OutputType otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >::OutputType |
Definition at line 80 of file otbComplexMomentPathFunction.h.
| typedef Superclass::PathConstPointer otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >::PathConstPointer |
Definition at line 72 of file otbComplexMomentPathFunction.h.
| typedef Superclass::PathType otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >::PathType |
InputPathType typedef support.
Definition at line 68 of file otbComplexMomentPathFunction.h.
| typedef itk::SmartPointer<Self> otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >::Pointer |
Definition at line 61 of file otbComplexMomentPathFunction.h.
| typedef Superclass::PrecisionType otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >::PrecisionType |
Type for calculation precision
Definition at line 85 of file otbComplexMomentPathFunction.h.
| typedef double otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >::RealType |
Definition at line 82 of file otbComplexMomentPathFunction.h.
| typedef ComplexMomentPathFunction otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >::Self |
Standard class typedefs.
Definition at line 59 of file otbComplexMomentPathFunction.h.
| typedef GeometricMomentPathFunction<TInputPath, TOutput, TPrecision> otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >::Superclass |
Definition at line 60 of file otbComplexMomentPathFunction.h.
| typedef VertexListType::ConstPointer otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >::VertexListPointer |
Definition at line 75 of file otbComplexMomentPathFunction.h.
| typedef itk::VectorContainer<unsigned, VertexType> otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >::VertexListType |
Definition at line 74 of file otbComplexMomentPathFunction.h.
| typedef PathType::ContinuousIndexType otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >::VertexType |
Definition at line 73 of file otbComplexMomentPathFunction.h.
|
protected |
Constructor
Definition at line 37 of file otbComplexMomentPathFunction.hxx.
|
inlineoverrideprotected |
Evalulate the function
Definition at line 102 of file otbComplexMomentPathFunction.h.
|
privatedelete |
Evalulate the function
| virtual::itk::LightObject::Pointer otb::ComplexMomentPathFunction< TInputPath, TOutput, TPrecision >::CreateAnother | ( | void | ) | const |
|
virtual |
Evalulate the function
Definition at line 164 of file otbComplexMomentPathFunction.hxx.
References otbMsgDevMacro.
|
override |
Evalulate the function
Definition at line 85 of file otbComplexMomentPathFunction.hxx.
|
private |
Evalulate the function
Definition at line 57 of file otbComplexMomentPathFunction.hxx.
|
virtual |
Run-time type information (and related methods).
|
virtual |
Evalulate the function
|
virtual |
Evalulate the function
|
static |
Method for creation through the object factory.
|
privatedelete |
Evalulate the function
|
overrideprotected |
Evalulate the function
Definition at line 47 of file otbComplexMomentPathFunction.hxx.
|
virtual |
Evalulate the function
|
virtual |
Evalulate the function
|
private |
Evalulate the function
Definition at line 112 of file otbComplexMomentPathFunction.h.
|
private |
Evalulate the function
Definition at line 113 of file otbComplexMomentPathFunction.h.
1.8.17