![]() |
OTB
6.5.0
Orfeo Toolbox
|
#include <otbWaterIndicesFunctor.h>
Public Member Functions | |
std::string | GetName () const override |
WaterIndexFunctor () | |
~WaterIndexFunctor () override | |
![]() | |
unsigned int | GetIndex1 () const |
unsigned int | GetIndex2 () const |
bool | operator!= (const WaterIndexBase &) const |
TOutput | operator() (const InputVectorType &inputVector) const |
TOutput | operator() (const TInput1 &id1, const TInput2 &id2) const |
bool | operator== (const WaterIndexBase &other) const |
void | SetIndex1 (unsigned int channel) |
void | SetIndex2 (unsigned int channel) |
WaterIndexBase () | |
virtual | ~WaterIndexBase () |
Protected Member Functions | |
TOutput | Evaluate (const TInput1 &id1, const TInput2 &id2) const override |
Additional Inherited Members | |
![]() | |
typedef itk::VariableLengthVector < TInput1 > | InputVectorType |
This functor will be used for most of water index functors.
Definition at line 125 of file otbWaterIndicesFunctor.h.
|
inline |
Definition at line 134 of file otbWaterIndicesFunctor.h.
|
inlineoverride |
Definition at line 135 of file otbWaterIndicesFunctor.h.
|
inlineoverrideprotectedvirtual |
Implements otb::Functor::WaterIndexBase< TInput1, TInput2, TOutput >.
Definition at line 137 of file otbWaterIndicesFunctor.h.
|
inlineoverridevirtual |
Return the index name
Implements otb::Functor::WaterIndexBase< TInput1, TInput2, TOutput >.
Definition at line 129 of file otbWaterIndicesFunctor.h.