ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkTernaryMagnitudeImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef TernaryMagnitudeImageFilter | Self |
typedef TernaryFunctorImageFilter < TInputImage1, TInputImage2, TInputImage3, TOutputImage, Functor::Modulus3< 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 |
TernaryMagnitudeImageFilter () | |
virtual | ~TernaryMagnitudeImageFilter () |
TernaryMagnitudeImageFilter (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 itkTernaryMagnitudeImageFilter.h.
typedef SmartPointer< const Self > itk::TernaryMagnitudeImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::ConstPointer |
typedef SmartPointer< Self > itk::TernaryMagnitudeImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::Pointer |
typedef TernaryMagnitudeImageFilter itk::TernaryMagnitudeImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::Self |
Standard class typedefs.
Definition at line 79 of file itkTernaryMagnitudeImageFilter.h.
typedef TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, Functor::Modulus3< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TInputImage3::PixelType, typename TOutputImage::PixelType > > itk::TernaryMagnitudeImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::Superclass |
itk::TernaryMagnitudeImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::TernaryMagnitudeImageFilter | ( | ) | [inline, protected] |
Runtime information support.
Definition at line 100 of file itkTernaryMagnitudeImageFilter.h.
virtual itk::TernaryMagnitudeImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::~TernaryMagnitudeImageFilter | ( | ) | [inline, protected, virtual] |
Runtime information support.
Definition at line 101 of file itkTernaryMagnitudeImageFilter.h.
itk::TernaryMagnitudeImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::TernaryMagnitudeImageFilter | ( | const Self & | ) | [private] |
Runtime information support.
virtual::itk::LightObject::Pointer itk::TernaryMagnitudeImageFilter< 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::TernaryMagnitudeImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
static Pointer itk::TernaryMagnitudeImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
void itk::TernaryMagnitudeImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::operator= | ( | const Self & | ) | [private] |