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

#include <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
 

Detailed Description

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

Definition at line 36 of file itkComplexToPhaseImageFilter.h.

Constructor & Destructor Documentation

◆ ComplexToPhase()

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

◆ ~ComplexToPhase()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 42 of file itkComplexToPhaseImageFilter.h.

◆ operator()()

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

Definition at line 55 of file itkComplexToPhaseImageFilter.h.

◆ operator==()

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

Definition at line 49 of file itkComplexToPhaseImageFilter.h.


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