![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbCompacityPathFunction.h>
Inheritance diagram for otb::CompacityPathFunction< TInputPath, TOutput >:
Collaboration diagram for otb::CompacityPathFunction< TInputPath, TOutput >: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 CompacityPathFunction | 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 |
| CompacityPathFunction () | |
| ~CompacityPathFunction () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| CompacityPathFunction (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 compacity of a path. The formula of the compacity is :
The path must contain at least 3 points. The result value is comprise between 0.0 and 1.0
Definition at line 45 of file otbCompacityPathFunction.h.
| typedef itk::SmartPointer<const Self> otb::CompacityPathFunction< TInputPath, TOutput >::ConstPointer |
Definition at line 52 of file otbCompacityPathFunction.h.
| typedef TOutput otb::CompacityPathFunction< TInputPath, TOutput >::OutputType |
Definition at line 66 of file otbCompacityPathFunction.h.
| typedef Superclass::InputPathConstPointer otb::CompacityPathFunction< TInputPath, TOutput >::PathConstPointer |
Definition at line 62 of file otbCompacityPathFunction.h.
| typedef Superclass::InputPathType otb::CompacityPathFunction< TInputPath, TOutput >::PathType |
InputPathType typedef support.
Definition at line 58 of file otbCompacityPathFunction.h.
| typedef itk::SmartPointer<Self> otb::CompacityPathFunction< TInputPath, TOutput >::Pointer |
Definition at line 51 of file otbCompacityPathFunction.h.
| typedef double otb::CompacityPathFunction< TInputPath, TOutput >::RealType |
Definition at line 68 of file otbCompacityPathFunction.h.
| typedef CompacityPathFunction otb::CompacityPathFunction< TInputPath, TOutput >::Self |
Standard class typedefs.
Definition at line 49 of file otbCompacityPathFunction.h.
| typedef PathFunction<TInputPath, TOutput> otb::CompacityPathFunction< TInputPath, TOutput >::Superclass |
Definition at line 50 of file otbCompacityPathFunction.h.
| typedef VertexListType::ConstPointer otb::CompacityPathFunction< TInputPath, TOutput >::VertexListPointer |
Definition at line 65 of file otbCompacityPathFunction.h.
| typedef itk::VectorContainer<unsigned, VertexType> otb::CompacityPathFunction< TInputPath, TOutput >::VertexListType |
Definition at line 64 of file otbCompacityPathFunction.h.
| typedef PathType::ContinuousIndexType otb::CompacityPathFunction< TInputPath, TOutput >::VertexType |
Definition at line 63 of file otbCompacityPathFunction.h.
|
inlineprotected |
Evaluate the function at non-integer positions
Definition at line 76 of file otbCompacityPathFunction.h.
|
inlineoverrideprotected |
Evaluate the function at non-integer positions
Definition at line 77 of file otbCompacityPathFunction.h.
|
privatedelete |
Evaluate the function at non-integer positions
| virtual::itk::LightObject::Pointer otb::CompacityPathFunction< TInputPath, TOutput >::CreateAnother | ( | void | ) | const |
|
virtual |
Evaluate the function at non-integer positions
Definition at line 97 of file otbCompacityPathFunction.hxx.
References otbMsgDevMacro.
|
override |
Evaluate the function at non-integer positions
Definition at line 39 of file otbCompacityPathFunction.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 33 of file otbCompacityPathFunction.hxx.
1.8.17