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