OTB
9.0.0
Orfeo Toolbox
|
#include <otbOrientationPathFunction.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef TOutput | OutputType |
typedef Superclass::InputPathConstPointer | PathConstPointer |
typedef Superclass::InputPathType | PathType |
typedef itk::SmartPointer< Self > | Pointer |
typedef double | RealType |
typedef OrientationPathFunction | Self |
typedef PathFunction< TInputPath, TOutput > | Superclass |
typedef VertexListType::ConstPointer | VertexListPointer |
typedef itk::VectorContainer< unsigned, VertexType > | VertexListType |
typedef PathType::ContinuousIndexType | VertexType |
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 ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::PathFunction< TInputPath, double > | |
const InputPathType * | GetInputPath () 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 |
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.
typedef itk::SmartPointer<const Self> otb::OrientationPathFunction< TInputPath, TOutput >::ConstPointer |
Definition at line 48 of file otbOrientationPathFunction.h.
typedef TOutput otb::OrientationPathFunction< TInputPath, TOutput >::OutputType |
Definition at line 62 of file otbOrientationPathFunction.h.
typedef Superclass::InputPathConstPointer otb::OrientationPathFunction< TInputPath, TOutput >::PathConstPointer |
Definition at line 58 of file otbOrientationPathFunction.h.
typedef Superclass::InputPathType otb::OrientationPathFunction< TInputPath, TOutput >::PathType |
InputPathType typedef support.
Definition at line 54 of file otbOrientationPathFunction.h.
typedef itk::SmartPointer<Self> otb::OrientationPathFunction< TInputPath, TOutput >::Pointer |
Definition at line 47 of file otbOrientationPathFunction.h.
typedef double otb::OrientationPathFunction< TInputPath, TOutput >::RealType |
Definition at line 64 of file otbOrientationPathFunction.h.
typedef OrientationPathFunction otb::OrientationPathFunction< TInputPath, TOutput >::Self |
Standard class typedefs.
Definition at line 45 of file otbOrientationPathFunction.h.
typedef PathFunction<TInputPath, TOutput> otb::OrientationPathFunction< TInputPath, TOutput >::Superclass |
Definition at line 46 of file otbOrientationPathFunction.h.
typedef VertexListType::ConstPointer otb::OrientationPathFunction< TInputPath, TOutput >::VertexListPointer |
Definition at line 61 of file otbOrientationPathFunction.h.
typedef itk::VectorContainer<unsigned, VertexType> otb::OrientationPathFunction< TInputPath, TOutput >::VertexListType |
Definition at line 60 of file otbOrientationPathFunction.h.
typedef PathType::ContinuousIndexType otb::OrientationPathFunction< TInputPath, TOutput >::VertexType |
Definition at line 59 of file otbOrientationPathFunction.h.
|
inlineprotected |
Evaluate the function at non-integer positions
Definition at line 72 of file otbOrientationPathFunction.h.
|
inlineoverrideprotected |
Evaluate the function at non-integer positions
Definition at line 73 of file otbOrientationPathFunction.h.
|
privatedelete |
Evaluate the function at non-integer positions
virtual::itk::LightObject::Pointer otb::OrientationPathFunction< TInputPath, TOutput >::CreateAnother | ( | void | ) | const |
|
virtual |
Evaluate the function at non-integer positions
Definition at line 70 of file otbOrientationPathFunction.hxx.
References otbMsgDevMacro.
|
override |
Evaluate the function at non-integer positions
Definition at line 40 of file otbOrientationPathFunction.hxx.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
privatedelete |
Evaluate the function at non-integer positions
|
overrideprotected |
Evaluate the function at non-integer positions
Definition at line 34 of file otbOrientationPathFunction.hxx.