OTB
9.0.0
Orfeo Toolbox
|
#include <otbDotProductImageFilter.h>
Public Types | |
typedef TInput | InputType |
typedef TOutput | OutputType |
Public Member Functions | |
DotProductFunctor ()=default | |
const InputType & | GetVector () |
OutputType | operator() (const InputType &in) |
void | SetVector (const InputType &m) |
virtual | ~DotProductFunctor ()=default |
Private Attributes | |
InputType | m_Vector |
Computes the dot product against a specific vector.
Definition at line 40 of file otbDotProductImageFilter.h.
typedef TInput otb::Functor::DotProductFunctor< TInput, TOutput >::InputType |
Definition at line 43 of file otbDotProductImageFilter.h.
typedef TOutput otb::Functor::DotProductFunctor< TInput, TOutput >::OutputType |
Definition at line 44 of file otbDotProductImageFilter.h.
|
default |
|
virtualdefault |
|
inline |
Definition at line 49 of file otbDotProductImageFilter.h.
References otb::Functor::DotProductFunctor< TInput, TOutput >::m_Vector.
|
inline |
Definition at line 59 of file otbDotProductImageFilter.h.
References otb::Functor::DotProductFunctor< TInput, TOutput >::m_Vector.
|
inline |
Definition at line 54 of file otbDotProductImageFilter.h.
References otb::Functor::DotProductFunctor< TInput, TOutput >::m_Vector.
|
private |