OTB
9.0.0
Orfeo Toolbox
|
#include <otbConcatenateScalarValueImageFilter.h>
Public Types | |
typedef InputType::ComponentType | ComponentType |
typedef TInput | InputType |
typedef TOutput | OutputType |
Public Member Functions | |
ConcatenateScalarValueFunctor () | |
const ComponentType & | GetScalarValue () |
bool | operator!= (const ConcatenateScalarValueFunctor &) const |
OutputType | operator() (const InputType &in) |
bool | operator== (const ConcatenateScalarValueFunctor &other) const |
void | SetScalarValue (const ComponentType &p) |
virtual | ~ConcatenateScalarValueFunctor () |
Private Attributes | |
ComponentType | m_ScalarValue |
TODO.
Definition at line 41 of file otbConcatenateScalarValueImageFilter.h.
typedef InputType::ComponentType otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::ComponentType |
Definition at line 47 of file otbConcatenateScalarValueImageFilter.h.
typedef TInput otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::InputType |
Definition at line 44 of file otbConcatenateScalarValueImageFilter.h.
typedef TOutput otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::OutputType |
Definition at line 45 of file otbConcatenateScalarValueImageFilter.h.
|
inline |
Definition at line 49 of file otbConcatenateScalarValueImageFilter.h.
|
inlinevirtual |
Definition at line 52 of file otbConcatenateScalarValueImageFilter.h.
|
inline |
Definition at line 56 of file otbConcatenateScalarValueImageFilter.h.
References otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::m_ScalarValue.
|
inline |
Definition at line 66 of file otbConcatenateScalarValueImageFilter.h.
|
inline |
Definition at line 76 of file otbConcatenateScalarValueImageFilter.h.
References otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::m_ScalarValue.
|
inline |
Definition at line 71 of file otbConcatenateScalarValueImageFilter.h.
|
inline |
Definition at line 61 of file otbConcatenateScalarValueImageFilter.h.
References otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::m_ScalarValue.
|
private |
Definition at line 88 of file otbConcatenateScalarValueImageFilter.h.
Referenced by otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::GetScalarValue(), otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::operator()(), and otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::SetScalarValue().