#include <itkComplexToModulusImageFilter.h>
Inheritance diagram for itk::ComplexToModulusImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef ComplexToModulusImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToModulus< 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 | |
ComplexToModulusImageFilter () | |
virtual | ~ComplexToModulusImageFilter () |
Definition at line 46 of file itkComplexToModulusImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 60 of file itkComplexToModulusImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 59 of file itkComplexToModulusImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 55 of file itkComplexToModulusImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 58 of file itkComplexToModulusImageFilter.h. |
|
Definition at line 66 of file itkComplexToModulusImageFilter.h. |
|
Definition at line 67 of file itkComplexToModulusImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. |