OTB
9.0.0
Orfeo Toolbox
|
#include <otbClosePathFunctor.h>
Public Types | |
typedef OutputPathType::Pointer | OutputPathPointerType |
typedef TOutput | OutputPathType |
typedef TInput::VertexListType::ConstIterator | VertexListConstIteratorType |
typedef TInput::VertexListType::ConstPointer | VertexListConstPointerType |
Public Member Functions | |
ClosePathFunctor () | |
OutputPathPointerType | operator() (const TInput *input) |
virtual | ~ClosePathFunctor () |
This filter close the input path, making the last point equal to the first one.
This filter may be useful when a truly closed polygon is needed (to draw it for example)
Definition at line 41 of file otbClosePathFunctor.h.
typedef OutputPathType::Pointer otb::ClosePathFunctor< TInput, TOutput >::OutputPathPointerType |
Definition at line 47 of file otbClosePathFunctor.h.
typedef TOutput otb::ClosePathFunctor< TInput, TOutput >::OutputPathType |
Definition at line 46 of file otbClosePathFunctor.h.
typedef TInput::VertexListType::ConstIterator otb::ClosePathFunctor< TInput, TOutput >::VertexListConstIteratorType |
Definition at line 44 of file otbClosePathFunctor.h.
typedef TInput::VertexListType::ConstPointer otb::ClosePathFunctor< TInput, TOutput >::VertexListConstPointerType |
Definition at line 45 of file otbClosePathFunctor.h.
|
inline |
Definition at line 49 of file otbClosePathFunctor.h.
|
inlinevirtual |
Definition at line 52 of file otbClosePathFunctor.h.
|
inline |
Definition at line 56 of file otbClosePathFunctor.h.