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

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

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

#include <itkSubtractImageFilter.h>

Inheritance diagram for itk::SubtractImageFilter:

Inheritance graph
[legend]
Collaboration diagram for itk::SubtractImageFilter< TInputImage1, TInputImage2, TOutputImage >:

Collaboration graph
[legend]
List of all members.

Public Types

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

Static Public Methods

Pointer New ()

Protected Methods

 SubtractImageFilter ()
virtual ~SubtractImageFilter ()

Detailed Description

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

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

Output = Input1 - Input2.

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 50 of file itkSubtractImageFilter.h.


Member Typedef Documentation

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

Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Function::Sub2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.

Definition at line 66 of file itkSubtractImageFilter.h.

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

Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Function::Sub2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.

Definition at line 65 of file itkSubtractImageFilter.h.

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

Standard class typedefs.

Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Function::Sub2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.

Definition at line 60 of file itkSubtractImageFilter.h.

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

Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Function::Sub2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.

Definition at line 64 of file itkSubtractImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 73 of file itkSubtractImageFilter.h.

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

Definition at line 74 of file itkSubtractImageFilter.h.


Member Function Documentation

template<class TInputImage1, class TInputImage2, class TOutputImage>
Pointer itk::SubtractImageFilter< TInputImage1, TInputImage2, TOutputImage >::New   [static]
 

Method for creation through the object factory.

Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Function::Sub2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:41:48 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000