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

#include <itkComplexToPhaseImageFilter.h>

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 ()=default
 
bool operator!= (const ComplexToPhase &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const ComplexToPhase &other) const
 
 ~ComplexToPhase ()=default
 

Constructor & Destructor Documentation

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

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: