ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkTernaryMagnitudeSquaredImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef TernaryMagnitudeSquaredImageFilter | Self |
typedef TernaryFunctorImageFilter < TInputImage1, TInputImage2, TInputImage3, TOutputImage, Functor::ModulusSquare3 < typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TInputImage3::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
Static Public Member Functions | |
static Pointer | New () |
virtual const char * | GetNameOfClass () const |
TernaryMagnitudeSquaredImageFilter () | |
virtual | ~TernaryMagnitudeSquaredImageFilter () |
TernaryMagnitudeSquaredImageFilter (const Self &) | |
void | operator= (const Self &) |
Pixel-wise addition of three images.
This class is templated 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 67 of file itkTernaryMagnitudeSquaredImageFilter.h.
typedef SmartPointer< const Self > itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::ConstPointer |
Definition at line 90 of file itkTernaryMagnitudeSquaredImageFilter.h.
typedef SmartPointer< Self > itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::Pointer |
Definition at line 89 of file itkTernaryMagnitudeSquaredImageFilter.h.
typedef TernaryMagnitudeSquaredImageFilter itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::Self |
Standard class typedefs.
Definition at line 79 of file itkTernaryMagnitudeSquaredImageFilter.h.
typedef TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, Functor::ModulusSquare3< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TInputImage3::PixelType, typename TOutputImage::PixelType > > itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::Superclass |
Definition at line 87 of file itkTernaryMagnitudeSquaredImageFilter.h.
itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::TernaryMagnitudeSquaredImageFilter | ( | ) | [inline, protected] |
Runtime information support.
Definition at line 99 of file itkTernaryMagnitudeSquaredImageFilter.h.
virtual itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::~TernaryMagnitudeSquaredImageFilter | ( | ) | [inline, protected, virtual] |
Runtime information support.
Definition at line 100 of file itkTernaryMagnitudeSquaredImageFilter.h.
itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::TernaryMagnitudeSquaredImageFilter | ( | const Self & | ) | [private] |
Runtime information support.
virtual::itk::LightObject::Pointer itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
virtual const char* itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
static Pointer itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
void itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::operator= | ( | const Self & | ) | [private] |