Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage > Class Template Reference
[Intensity Image Filters]

Implements pixel-wise addition of three images. More...

#include <itkTernaryMagnitudeSquaredImageFilter.h>

List of all members.

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< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Static Public Member Functions

Pointer New ()

Protected Member Functions

 TernaryMagnitudeSquaredImageFilter ()
virtual ~TernaryMagnitudeSquaredImageFilter ()


Detailed Description

template<class TInputImage1, class TInputImage2, class TInputImage3, class TOutputImage>
class itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >

Implements pixel-wise addition of three images.

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.


Member Typedef Documentation

template<class TInputImage1, class TInputImage2, class TInputImage3, class TOutputImage>
typedef SmartPointer<const Self> itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::ConstPointer
 

Definition at line 72 of file itkTernaryMagnitudeSquaredImageFilter.h.

template<class TInputImage1, class TInputImage2, class TInputImage3, class TOutputImage>
typedef SmartPointer<Self> itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::Pointer
 

Definition at line 71 of file itkTernaryMagnitudeSquaredImageFilter.h.

template<class TInputImage1, class TInputImage2, class TInputImage3, class TOutputImage>
typedef TernaryMagnitudeSquaredImageFilter itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::Self
 

Standard class typedefs. Definition at line 63 of file itkTernaryMagnitudeSquaredImageFilter.h.

template<class TInputImage1, class TInputImage2, class TInputImage3, class TOutputImage>
typedef TernaryFunctorImageFilter<TInputImage1,TInputImage2, TInputImage3,TOutputImage, Function::ModulusSquare3< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TInputImage3::PixelType, typename TOutputImage::PixelType > > itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::Superclass
 

Definition at line 70 of file itkTernaryMagnitudeSquaredImageFilter.h.


Constructor & Destructor Documentation

template<class TInputImage1, class TInputImage2, class TInputImage3, class TOutputImage>
itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::TernaryMagnitudeSquaredImageFilter  )  [inline, protected]
 

Definition at line 78 of file itkTernaryMagnitudeSquaredImageFilter.h.

template<class TInputImage1, class TInputImage2, class TInputImage3, class TOutputImage>
virtual itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::~TernaryMagnitudeSquaredImageFilter  )  [inline, protected, virtual]
 

Definition at line 79 of file itkTernaryMagnitudeSquaredImageFilter.h.


Member Function Documentation

template<class TInputImage1, class TInputImage2, class TInputImage3, class TOutputImage>
Pointer itk::TernaryMagnitudeSquaredImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::New  )  [static]
 

Method for creation through the object factory.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:58:05 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000