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

#include <otbRealImageToComplexImageFilter.h>

Public Types

typedef TOutput::value_type OutputValueType
 

Public Member Functions

bool operator!= (const RealToComplex &) const
 
TOutput operator() (const TInputImageRealPart &real) const
 
bool operator== (const RealToComplex &other) const
 
 RealToComplex ()
 
 ~RealToComplex ()
 

Detailed Description

template<class TInputImageRealPart, class TOutput>
class otb::Function::RealToComplex< TInputImageRealPart, TOutput >

Definition at line 43 of file otbRealImageToComplexImageFilter.h.

Member Typedef Documentation

◆ OutputValueType

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

Definition at line 46 of file otbRealImageToComplexImageFilter.h.

Constructor & Destructor Documentation

◆ RealToComplex()

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

Definition at line 48 of file otbRealImageToComplexImageFilter.h.

◆ ~RealToComplex()

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

Definition at line 51 of file otbRealImageToComplexImageFilter.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 54 of file otbRealImageToComplexImageFilter.h.

◆ operator()()

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

Definition at line 62 of file otbRealImageToComplexImageFilter.h.

◆ operator==()

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

Definition at line 58 of file otbRealImageToComplexImageFilter.h.


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