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

#include <itkComplexToRealImageFilter.h>

Detailed Description

template<typename TInput, typename TOutput>
class itk::Functor::ComplexToReal< TInput, TOutput >

Definition at line 35 of file itkComplexToRealImageFilter.h.

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ComplexToReal)
 
TOutput operator() (const TInput &A) const
 
bool operator== (const ComplexToReal &) const
 

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInput , typename TOutput >
itk::Functor::ComplexToReal< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( ComplexToReal< TInput, TOutput >  )

◆ operator()()

template<typename TInput , typename TOutput >
TOutput itk::Functor::ComplexToReal< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 47 of file itkComplexToRealImageFilter.h.

◆ operator==()

template<typename TInput , typename TOutput >
bool itk::Functor::ComplexToReal< TInput, TOutput >::operator== ( const ComplexToReal< TInput, TOutput > &  ) const
inline

Definition at line 39 of file itkComplexToRealImageFilter.h.


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