#include <itkComplexToImaginaryImageFilter.h>
Inheritance diagram for itk::ComplexToImaginaryImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef ComplexToImaginaryImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToImaginary< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
ComplexToImaginaryImageFilter () | |
virtual | ~ComplexToImaginaryImageFilter () |
Definition at line 45 of file itkComplexToImaginaryImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 59 of file itkComplexToImaginaryImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 58 of file itkComplexToImaginaryImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 54 of file itkComplexToImaginaryImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 57 of file itkComplexToImaginaryImageFilter.h. |
|
Definition at line 65 of file itkComplexToImaginaryImageFilter.h. |
|
Definition at line 66 of file itkComplexToImaginaryImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. |