OTB
9.0.0
Orfeo Toolbox
|
#include <otbPathLengthFunctor.h>
Public Member Functions | |
double | GetThreshold (void) const |
bool | operator() (const TInput1 &input) |
PathLengthFunctor () | |
void | SetThreshold (double threshold) |
~PathLengthFunctor () | |
Private Attributes | |
double | m_Threshold |
Select paths according to their length.
This functor gets the length of a path and returns true if it is above the threshold, false otherwise.
Definition at line 41 of file otbPathLengthFunctor.h.
|
inline |
Definition at line 53 of file otbPathLengthFunctor.h.
References otb::PathLengthFunctor< TInput1 >::m_Threshold.
|
inline |
Definition at line 57 of file otbPathLengthFunctor.h.
|
inline |
Definition at line 48 of file otbPathLengthFunctor.h.
References otb::PathLengthFunctor< TInput1 >::m_Threshold.
|
inline |
Definition at line 61 of file otbPathLengthFunctor.h.
References otb::PathLengthFunctor< TInput1 >::m_Threshold.
|
inline |
Definition at line 44 of file otbPathLengthFunctor.h.
References otb::PathLengthFunctor< TInput1 >::m_Threshold.
|
private |