OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | List of all members
otb::OrientationPathFunction< TInputPath, TOutput > Class Template Reference

#include <otbOrientationPathFunction.h>

+ Inheritance diagram for otb::OrientationPathFunction< TInputPath, TOutput >:
+ Collaboration diagram for otb::OrientationPathFunction< TInputPath, TOutput >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef TOutput OutputType
 
typedef Superclass::InputPathConstPointer PathConstPointer
 
typedef Superclass::InputPathType PathType
 
typedef itk::SmartPointer< SelfPointer
 
typedef double RealType
 
typedef OrientationPathFunction Self
 
typedef PathFunction< TInputPath, TOutput > Superclass
 
typedef VertexListType::ConstPointer VertexListPointer
 
typedef itk::VectorContainer< unsigned, VertexTypeVertexListType
 
typedef PathType::ContinuousIndexType VertexType
 
- Public Types inherited from otb::PathFunction< TInputPath, double >
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, double > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from otb::PathFunction< TInputPath, double >
const InputPathTypeGetInputPath () const
 
virtual const char * GetNameOfClass () const
 
virtual void SetInputPath (const InputPathType *ptr)
 

Static Public Member Functions

static Pointer New ()
 
OutputType Evaluate (const PathType &path) const override
 
virtual OutputType Evaluate () const
 
 OrientationPathFunction ()
 
 ~OrientationPathFunction () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 OrientationPathFunction (const Self &)=delete
 
void operator= (const Self &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from otb::PathFunction< TInputPath, double >
 PathFunction ()
 
 ~PathFunction () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
- Protected Attributes inherited from otb::PathFunction< TInputPath, double >
InputPathConstPointer m_Path
 

Detailed Description

template<class TInputPath, class TOutput = double>
class otb::OrientationPathFunction< TInputPath, TOutput >

Calculate the orientation angle of a path defined by 2 points. The result value is in radian.

Definition at line 41 of file otbOrientationPathFunction.h.

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 48 of file otbOrientationPathFunction.h.

◆ OutputType

template<class TInputPath , class TOutput = double>
typedef TOutput otb::OrientationPathFunction< TInputPath, TOutput >::OutputType

Definition at line 62 of file otbOrientationPathFunction.h.

◆ PathConstPointer

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

Definition at line 58 of file otbOrientationPathFunction.h.

◆ PathType

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

InputPathType typedef support.

Definition at line 54 of file otbOrientationPathFunction.h.

◆ Pointer

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

Definition at line 47 of file otbOrientationPathFunction.h.

◆ RealType

template<class TInputPath , class TOutput = double>
typedef double otb::OrientationPathFunction< TInputPath, TOutput >::RealType

Definition at line 64 of file otbOrientationPathFunction.h.

◆ Self

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

Standard class typedefs.

Definition at line 45 of file otbOrientationPathFunction.h.

◆ Superclass

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

Definition at line 46 of file otbOrientationPathFunction.h.

◆ VertexListPointer

template<class TInputPath , class TOutput = double>
typedef VertexListType::ConstPointer otb::OrientationPathFunction< TInputPath, TOutput >::VertexListPointer

Definition at line 61 of file otbOrientationPathFunction.h.

◆ VertexListType

template<class TInputPath , class TOutput = double>
typedef itk::VectorContainer<unsigned, VertexType> otb::OrientationPathFunction< TInputPath, TOutput >::VertexListType

Definition at line 60 of file otbOrientationPathFunction.h.

◆ VertexType

template<class TInputPath , class TOutput = double>
typedef PathType::ContinuousIndexType otb::OrientationPathFunction< TInputPath, TOutput >::VertexType

Definition at line 59 of file otbOrientationPathFunction.h.

Constructor & Destructor Documentation

◆ OrientationPathFunction() [1/2]

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

Evaluate the function at non-integer positions

Definition at line 72 of file otbOrientationPathFunction.h.

◆ ~OrientationPathFunction()

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

Evaluate the function at non-integer positions

Definition at line 73 of file otbOrientationPathFunction.h.

◆ OrientationPathFunction() [2/2]

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

Evaluate the function at non-integer positions

Member Function Documentation

◆ CreateAnother()

template<class TInputPath , class TOutput = double>
virtual::itk::LightObject::Pointer otb::OrientationPathFunction< TInputPath, TOutput >::CreateAnother ( void  ) const

◆ Evaluate() [1/2]

template<class TInputPath , class TOutput >
OrientationPathFunction< TInputPath, TOutput >::OutputType otb::OrientationPathFunction< TInputPath, TOutput >::Evaluate
virtual

Evaluate the function at non-integer positions

Definition at line 70 of file otbOrientationPathFunction.hxx.

References otbMsgDevMacro.

◆ Evaluate() [2/2]

template<class TInputPath , class TOutput >
OrientationPathFunction< TInputPath, TOutput >::OutputType otb::OrientationPathFunction< TInputPath, TOutput >::Evaluate ( const PathType path) const
override

Evaluate the function at non-integer positions

Definition at line 40 of file otbOrientationPathFunction.hxx.

◆ GetNameOfClass()

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

Run-time type information (and related methods).

◆ New()

template<class TInputPath , class TOutput = double>
static Pointer otb::OrientationPathFunction< TInputPath, TOutput >::New ( )
static

Method for creation through the object factory.

◆ operator=()

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

Evaluate the function at non-integer positions

◆ PrintSelf()

template<class TInputPath , class TOutput >
void otb::OrientationPathFunction< TInputPath, TOutput >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
overrideprotected

Evaluate the function at non-integer positions

Definition at line 34 of file otbOrientationPathFunction.hxx.


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