OTB
9.0.0
Orfeo Toolbox
|
#include <otbImageAndVectorImageOperationFilter.h>
Public Types | |
typedef TVectorInput::ValueType | InternalInputPixelType |
typedef TOutput::ValueType | InternalOutputPixelType |
enum | OperatorType { MULTIPLICATION, ADDITION, DIVISION, SUBTRACTION } |
Public Member Functions | |
OperatorType | GetOperator () |
ImageAndVectorImageOperationFunctor () | |
TOutput | operator() (const TInput &inPix, const TVectorInput &vInPix) |
void | SetOperator (OperatorType oper) |
virtual | ~ImageAndVectorImageOperationFunctor () |
Protected Attributes | |
OperatorType | m_Operator |
Definition at line 36 of file otbImageAndVectorImageOperationFilter.h.
typedef TVectorInput::ValueType otb::Functor::ImageAndVectorImageOperationFunctor< TInput, TVectorInput, TOutput >::InternalInputPixelType |
Definition at line 39 of file otbImageAndVectorImageOperationFilter.h.
typedef TOutput::ValueType otb::Functor::ImageAndVectorImageOperationFunctor< TInput, TVectorInput, TOutput >::InternalOutputPixelType |
Definition at line 40 of file otbImageAndVectorImageOperationFilter.h.
enum otb::Functor::ImageAndVectorImageOperationFunctor::OperatorType |
Enumerator | |
---|---|
MULTIPLICATION | |
ADDITION | |
DIVISION | |
SUBTRACTION |
Definition at line 41 of file otbImageAndVectorImageOperationFilter.h.
|
inline |
Definition at line 43 of file otbImageAndVectorImageOperationFilter.h.
|
inlinevirtual |
Definition at line 47 of file otbImageAndVectorImageOperationFilter.h.
|
inline |
Definition at line 55 of file otbImageAndVectorImageOperationFilter.h.
|
inline |
Definition at line 60 of file otbImageAndVectorImageOperationFilter.h.
|
inline |
Definition at line 51 of file otbImageAndVectorImageOperationFilter.h.
|
protected |
Definition at line 106 of file otbImageAndVectorImageOperationFilter.h.