OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | List of all members
otb::Function::RealAndImaginaryToComplex< TInputImageRealPart, TInputImageImaginaryPart, TOutput > Class Template Reference

#include <otbRealAndImaginaryImageToComplexImageFilter.h>

Public Types

typedef TOutput::value_type OutputValueType
 

Public Member Functions

bool operator!= (const RealAndImaginaryToComplex &) const
 
TOutput operator() (const TInputImageRealPart &real, const TInputImageImaginaryPart &imaginary) const
 
bool operator== (const RealAndImaginaryToComplex &other) const
 
 RealAndImaginaryToComplex ()
 
 ~RealAndImaginaryToComplex ()
 

Detailed Description

template<class TInputImageRealPart, class TInputImageImaginaryPart, class TOutput>
class otb::Function::RealAndImaginaryToComplex< TInputImageRealPart, TInputImageImaginaryPart, TOutput >

Definition at line 43 of file otbRealAndImaginaryImageToComplexImageFilter.h.

Member Typedef Documentation

◆ OutputValueType

template<class TInputImageRealPart , class TInputImageImaginaryPart , class TOutput >
typedef TOutput::value_type otb::Function::RealAndImaginaryToComplex< TInputImageRealPart, TInputImageImaginaryPart, TOutput >::OutputValueType

Constructor & Destructor Documentation

◆ RealAndImaginaryToComplex()

template<class TInputImageRealPart , class TInputImageImaginaryPart , class TOutput >
otb::Function::RealAndImaginaryToComplex< TInputImageRealPart, TInputImageImaginaryPart, TOutput >::RealAndImaginaryToComplex ( )
inline

◆ ~RealAndImaginaryToComplex()

template<class TInputImageRealPart , class TInputImageImaginaryPart , class TOutput >
otb::Function::RealAndImaginaryToComplex< TInputImageRealPart, TInputImageImaginaryPart, TOutput >::~RealAndImaginaryToComplex ( )
inline

Member Function Documentation

◆ operator!=()

template<class TInputImageRealPart , class TInputImageImaginaryPart , class TOutput >
bool otb::Function::RealAndImaginaryToComplex< TInputImageRealPart, TInputImageImaginaryPart, TOutput >::operator!= ( const RealAndImaginaryToComplex< TInputImageRealPart, TInputImageImaginaryPart, TOutput > &  ) const
inline

◆ operator()()

template<class TInputImageRealPart , class TInputImageImaginaryPart , class TOutput >
TOutput otb::Function::RealAndImaginaryToComplex< TInputImageRealPart, TInputImageImaginaryPart, TOutput >::operator() ( const TInputImageRealPart &  real,
const TInputImageImaginaryPart &  imaginary 
) const
inline

◆ operator==()

template<class TInputImageRealPart , class TInputImageImaginaryPart , class TOutput >
bool otb::Function::RealAndImaginaryToComplex< TInputImageRealPart, TInputImageImaginaryPart, TOutput >::operator== ( const RealAndImaginaryToComplex< TInputImageRealPart, TInputImageImaginaryPart, TOutput > &  other) const
inline

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