ITK  5.2.0
Insight Toolkit
Public Member Functions | List of all members
itk::Functor::MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput > Class Template Reference

#include <itkMagnitudeAndPhaseToComplexImageFilter.h>

Public Member Functions

 MagnitudeAndPhaseToComplex ()=default
 
bool operator!= (const MagnitudeAndPhaseToComplex &) const
 
std::complex< TOutput > operator() (const TInput1 &A, const TInput2 &B) const
 
bool operator== (const MagnitudeAndPhaseToComplex &other) const
 
 ~MagnitudeAndPhaseToComplex ()=default
 

Detailed Description

template<typename TInput1, typename TInput2, typename TOutput>
class itk::Functor::MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput >

Definition at line 58 of file itkMagnitudeAndPhaseToComplexImageFilter.h.

Constructor & Destructor Documentation

◆ MagnitudeAndPhaseToComplex()

template<typename TInput1 , typename TInput2 , typename TOutput >
itk::Functor::MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput >::MagnitudeAndPhaseToComplex ( )
default

◆ ~MagnitudeAndPhaseToComplex()

template<typename TInput1 , typename TInput2 , typename TOutput >
itk::Functor::MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput >::~MagnitudeAndPhaseToComplex ( )
default

Member Function Documentation

◆ operator!=()

template<typename TInput1 , typename TInput2 , typename TOutput >
bool itk::Functor::MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput >::operator!= ( const MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput > &  ) const
inline

Definition at line 64 of file itkMagnitudeAndPhaseToComplexImageFilter.h.

◆ operator()()

template<typename TInput1 , typename TInput2 , typename TOutput >
std::complex<TOutput> itk::Functor::MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput >::operator() ( const TInput1 &  A,
const TInput2 &  B 
) const
inline

Definition at line 76 of file itkMagnitudeAndPhaseToComplexImageFilter.h.

◆ operator==()

template<typename TInput1 , typename TInput2 , typename TOutput >
bool itk::Functor::MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput >::operator== ( const MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput > &  other) const
inline

Definition at line 70 of file itkMagnitudeAndPhaseToComplexImageFilter.h.


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