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

#include <itkMagnitudeAndPhaseToComplexImageFilter.h>

Detailed Description

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

Definition at line 58 of file itkMagnitudeAndPhaseToComplexImageFilter.h.

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (MagnitudeAndPhaseToComplex)
 
std::complex< TOutput > operator() (const TInput1 &A, const TInput2 &B) const
 
bool operator== (const MagnitudeAndPhaseToComplex &) const
 

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ 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 70 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 > &  ) const
inline

Definition at line 62 of file itkMagnitudeAndPhaseToComplexImageFilter.h.


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