OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Private Attributes | List of all members
otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput > Class Template Reference

#include <otbConcatenateScalarValueImageFilter.h>

Public Types

typedef InputType::ComponentType ComponentType
 
typedef TInput InputType
 
typedef TOutput OutputType
 

Public Member Functions

 ConcatenateScalarValueFunctor ()
 
const ComponentTypeGetScalarValue ()
 
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
 

Detailed Description

template<class TInput, class TOutput>
class otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >

TODO.

Definition at line 41 of file otbConcatenateScalarValueImageFilter.h.

Member Typedef Documentation

◆ ComponentType

template<class TInput , class TOutput >
typedef InputType::ComponentType otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::ComponentType

Definition at line 47 of file otbConcatenateScalarValueImageFilter.h.

◆ InputType

template<class TInput , class TOutput >
typedef TInput otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::InputType

Definition at line 44 of file otbConcatenateScalarValueImageFilter.h.

◆ OutputType

template<class TInput , class TOutput >
typedef TOutput otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::OutputType

Definition at line 45 of file otbConcatenateScalarValueImageFilter.h.

Constructor & Destructor Documentation

◆ ConcatenateScalarValueFunctor()

template<class TInput , class TOutput >
otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::ConcatenateScalarValueFunctor ( )
inline

Definition at line 49 of file otbConcatenateScalarValueImageFilter.h.

◆ ~ConcatenateScalarValueFunctor()

template<class TInput , class TOutput >
virtual otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::~ConcatenateScalarValueFunctor ( )
inlinevirtual

Definition at line 52 of file otbConcatenateScalarValueImageFilter.h.

Member Function Documentation

◆ GetScalarValue()

template<class TInput , class TOutput >
const ComponentType& otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::GetScalarValue ( )
inline

◆ operator!=()

template<class TInput , class TOutput >
bool otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::operator!= ( const ConcatenateScalarValueFunctor< TInput, TOutput > &  ) const
inline

Definition at line 66 of file otbConcatenateScalarValueImageFilter.h.

◆ operator()()

template<class TInput , class TOutput >
OutputType otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::operator() ( const InputType in)
inline

◆ operator==()

template<class TInput , class TOutput >
bool otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::operator== ( const ConcatenateScalarValueFunctor< TInput, TOutput > &  other) const
inline

Definition at line 71 of file otbConcatenateScalarValueImageFilter.h.

◆ SetScalarValue()

template<class TInput , class TOutput >
void otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::SetScalarValue ( const ComponentType p)
inline

Member Data Documentation

◆ m_ScalarValue

template<class TInput , class TOutput >
ComponentType otb::Functor::ConcatenateScalarValueFunctor< TInput, TOutput >::m_ScalarValue
private

The documentation for this class was generated from the following file: