|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbOrientationPathFunction_h
22 #define otbOrientationPathFunction_h
25 #include "itkVectorContainer.h"
40 template <
class TInputPath,
class TOutput =
double>
59 typedef typename PathType::ContinuousIndexType
VertexType;
76 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
80 void operator=(
const Self&) =
delete;
85 #ifndef OTB_MANUAL_INSTANTIATION
Superclass::InputPathConstPointer PathConstPointer
PathFunction< TInputPath, TOutput > Superclass
Calculate the orientation angle of a path defined by 2 points. The result value is in radian.
OrientationPathFunction()
Evaluates a function of an image over a specific path.
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
Superclass::InputPathType PathType
itk::VectorContainer< unsigned, VertexType > VertexListType
itk::SmartPointer< Self > Pointer
InputPathType::ConstPointer InputPathConstPointer
~OrientationPathFunction() override
Superclass::InputType InputPathType
PathType::ContinuousIndexType VertexType
itk::SmartPointer< const Self > ConstPointer
OrientationPathFunction Self
VertexListType::ConstPointer VertexListPointer