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

#include <itkComplexToPhaseImageFilter.h>

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

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 35 of file itkComplexToPhaseImageFilter.h.


Constructor & Destructor Documentation

template<class TInput, class TOutput>
itk::Functor::ComplexToPhase< TInput, TOutput >::ComplexToPhase ( )
inline

Definition at line 38 of file itkComplexToPhaseImageFilter.h.

template<class TInput, class TOutput>
itk::Functor::ComplexToPhase< TInput, TOutput >::~ComplexToPhase ( )
inline

Definition at line 39 of file itkComplexToPhaseImageFilter.h.


Member Function Documentation

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

Definition at line 40 of file itkComplexToPhaseImageFilter.h.

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

Definition at line 50 of file itkComplexToPhaseImageFilter.h.

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

Definition at line 45 of file itkComplexToPhaseImageFilter.h.


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