#include <itkAbsImageFilter.h>
Inheritance diagram for itk::AbsImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef AbsImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Abs< 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 | |
AbsImageFilter () | |
virtual | ~AbsImageFilter () |
Definition at line 44 of file itkAbsImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 58 of file itkAbsImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 57 of file itkAbsImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 53 of file itkAbsImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 56 of file itkAbsImageFilter.h. |
|
Definition at line 64 of file itkAbsImageFilter.h. |
|
Definition at line 65 of file itkAbsImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. |