#include <itkMagnitudeAndPhaseToComplexImageFilter.h>
Public Member Functions | |
MagnitudeAndPhaseToComplex () | |
bool | operator!= (const MagnitudeAndPhaseToComplex &) const |
std::complex< TOutput > | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const MagnitudeAndPhaseToComplex &other) const |
~MagnitudeAndPhaseToComplex () |
Definition at line 55 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
itk::Functor::MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput >::MagnitudeAndPhaseToComplex | ( | ) | [inline] |
Definition at line 58 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
itk::Functor::MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput >::~MagnitudeAndPhaseToComplex | ( | ) | [inline] |
Definition at line 59 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
bool itk::Functor::MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput >::operator!= | ( | const MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput > & | ) | const [inline] |
Definition at line 60 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
std::complex<TOutput> itk::Functor::MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput >::operator() | ( | const TInput1 & | A, | |
const TInput2 & | B | |||
) | const [inline] |
Definition at line 68 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
bool itk::Functor::MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput >::operator== | ( | const MagnitudeAndPhaseToComplex< TInput1, TInput2, TOutput > & | other | ) | const [inline] |
Definition at line 64 of file itkMagnitudeAndPhaseToComplexImageFilter.h.