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

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

Implements an operator for pixel-wise multiplication of two images. More...

#include <itkMultiplyImageFilter.h>

List of all members.

Public Types

typedef MultiplyImageFilter Self
typedef BinaryFunctorImageFilter<
TInputImage1, TInputImage2,
TOutputImage, Function::Mult<
typename TInputImage1::PixelType,
typename TInputImage2::PixelType,
typename TOutputImage::PixelType > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Static Public Member Functions

Pointer New ()

Protected Member Functions

 MultiplyImageFilter ()
virtual ~MultiplyImageFilter ()


Detailed Description

template<class TInputImage1, class TInputImage2, class TOutputImage>
class itk::MultiplyImageFilter< TInputImage1, TInputImage2, TOutputImage >

Implements an operator for pixel-wise multiplication of two images.

This class is parametrized over the types of the two input images and the type of the output image. Numeric conversions (castings) are done by the C++ defaults.

Definition at line 48 of file itkMultiplyImageFilter.h.


Member Typedef Documentation

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

Definition at line 66 of file itkMultiplyImageFilter.h.

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

Definition at line 65 of file itkMultiplyImageFilter.h.

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

Standard class typedefs. Definition at line 58 of file itkMultiplyImageFilter.h.

template<class TInputImage1, class TInputImage2, class TOutputImage>
typedef BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage, Function::Mult< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType> > itk::MultiplyImageFilter< TInputImage1, TInputImage2, TOutputImage >::Superclass
 

Definition at line 64 of file itkMultiplyImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 72 of file itkMultiplyImageFilter.h.

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

Definition at line 73 of file itkMultiplyImageFilter.h.


Member Function Documentation

template<class TInputImage1, class TInputImage2, class TOutputImage>
Pointer itk::MultiplyImageFilter< TInputImage1, TInputImage2, 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:56:15 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000