#include <itkComplexToPhaseImageFilter.h>
Public Member Functions | |
ComplexToPhase () | |
bool | operator!= (const ComplexToPhase &) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const ComplexToPhase &other) const |
~ComplexToPhase () |
Definition at line 34 of file itkComplexToPhaseImageFilter.h.
itk::Function::ComplexToPhase< TInput, TOutput >::ComplexToPhase | ( | ) | [inline] |
Definition at line 37 of file itkComplexToPhaseImageFilter.h.
itk::Function::ComplexToPhase< TInput, TOutput >::~ComplexToPhase | ( | ) | [inline] |
Definition at line 38 of file itkComplexToPhaseImageFilter.h.
bool itk::Function::ComplexToPhase< TInput, TOutput >::operator!= | ( | const ComplexToPhase< TInput, TOutput > & | ) | const [inline] |
Definition at line 39 of file itkComplexToPhaseImageFilter.h.
TOutput itk::Function::ComplexToPhase< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 47 of file itkComplexToPhaseImageFilter.h.
bool itk::Function::ComplexToPhase< TInput, TOutput >::operator== | ( | const ComplexToPhase< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 43 of file itkComplexToPhaseImageFilter.h.