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