ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Member Functions
itk::Functor::ComplexToReal< TInput, TOutput > Class Template Reference

#include <itkComplexToRealImageFilter.h>

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

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 35 of file itkComplexToRealImageFilter.h.


Constructor & Destructor Documentation

template<class TInput, class TOutput>
itk::Functor::ComplexToReal< TInput, TOutput >::ComplexToReal ( ) [inline]

Definition at line 38 of file itkComplexToRealImageFilter.h.

template<class TInput, class TOutput>
itk::Functor::ComplexToReal< TInput, TOutput >::~ComplexToReal ( ) [inline]

Definition at line 39 of file itkComplexToRealImageFilter.h.


Member Function Documentation

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

Definition at line 40 of file itkComplexToRealImageFilter.h.

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

Definition at line 50 of file itkComplexToRealImageFilter.h.

template<class TInput, class 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: