#include <itkTernaryMagnitudeSquaredImageFilter.h>
Inheritance diagram for itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >:
Public Types | |
typedef TernaryMagnitudeSquaredImageFilter | Self |
typedef TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, Function::ModulusSquare3< 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 | |
TernaryMagnitudeSquaredImageFilter () | |
virtual | ~TernaryMagnitudeSquaredImageFilter () |
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 51 of file itkTernaryMagnitudeSquaredImageFilter.h.
|
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >. Definition at line 72 of file itkTernaryMagnitudeSquaredImageFilter.h. |
|
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >. Definition at line 71 of file itkTernaryMagnitudeSquaredImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >. Definition at line 63 of file itkTernaryMagnitudeSquaredImageFilter.h. |
|
Reimplemented from itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >. Definition at line 70 of file itkTernaryMagnitudeSquaredImageFilter.h. |
|
Definition at line 78 of file itkTernaryMagnitudeSquaredImageFilter.h. |
|
Definition at line 79 of file itkTernaryMagnitudeSquaredImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >. |