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

#include <itkComplexToPhaseImageFilter.h>

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

Detailed Description

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

Definition at line 35 of file itkComplexToPhaseImageFilter.h.

Public Member Functions

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

Constructor & Destructor Documentation

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

Definition at line 38 of file itkComplexToPhaseImageFilter.h.

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

Definition at line 39 of file itkComplexToPhaseImageFilter.h.

Member Function Documentation

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

Definition at line 40 of file itkComplexToPhaseImageFilter.h.

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

Definition at line 50 of file itkComplexToPhaseImageFilter.h.

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