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

#include <itkComplexToRealImageFilter.h>

+ Inheritance diagram for itk::Functor::ComplexToReal< TInput, TOutput >:

Detailed Description

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

Definition at line 35 of file itkComplexToRealImageFilter.h.

Public Member Functions

 ComplexToReal ()
 
bool operator!= (const ComplexToReal &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const ComplexToReal &other) const
 
 ~ComplexToReal ()
 

Constructor & Destructor Documentation

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

Definition at line 38 of file itkComplexToRealImageFilter.h.

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

Definition at line 39 of file itkComplexToRealImageFilter.h.

Member Function Documentation

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

Definition at line 40 of file itkComplexToRealImageFilter.h.

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

Definition at line 50 of file itkComplexToRealImageFilter.h.

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

Definition at line 45 of file itkComplexToRealImageFilter.h.


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