#include <itkTernaryMagnitudeImageFilter.h>
Inheritance diagram for itk::TernaryMagnitudeImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >:
Public Types | |
typedef TernaryMagnitudeImageFilter | Self |
typedef TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, Function::Modulus3< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TInputImage3::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
TernaryMagnitudeImageFilter () | |
virtual | ~TernaryMagnitudeImageFilter () |
This class is parametrized over the types of the three input images and the type of the output image. Numeric conversions (castings) are done by the C++ defaults.
Definition at line 55 of file itkTernaryMagnitudeImageFilter.h.
|
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >. Definition at line 77 of file itkTernaryMagnitudeImageFilter.h. |
|
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >. Definition at line 76 of file itkTernaryMagnitudeImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >. Definition at line 67 of file itkTernaryMagnitudeImageFilter.h. |
|
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >. Definition at line 75 of file itkTernaryMagnitudeImageFilter.h. |
|
Definition at line 83 of file itkTernaryMagnitudeImageFilter.h. |
|
Definition at line 84 of file itkTernaryMagnitudeImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >. |