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

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

Implements pixel-wise the computation of square root of the sum of squares. More...

#include <itkBinaryMagnitudeImageFilter.h>

List of all members.

Public Types

typedef BinaryMagnitudeImageFilter Self
typedef BinaryFunctorImageFilter<
TInputImage1, TInputImage2,
TOutputImage, Functor::Modulus2<
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

 BinaryMagnitudeImageFilter ()
virtual ~BinaryMagnitudeImageFilter ()


Detailed Description

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

Implements pixel-wise the computation of square root of the sum of squares.

This filter 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.

The filter will walk over all the pixels in the two input images, and for each one of them it will do the following:

The filter expect all images to have the same dimension (e.g. all 2D, or all 3D, or all ND)

Definition at line 67 of file itkBinaryMagnitudeImageFilter.h.


Member Typedef Documentation

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

Definition at line 85 of file itkBinaryMagnitudeImageFilter.h.

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

Definition at line 84 of file itkBinaryMagnitudeImageFilter.h.

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

Standard class typedefs. Definition at line 77 of file itkBinaryMagnitudeImageFilter.h.

template<class TInputImage1, class TInputImage2, class TOutputImage>
typedef BinaryFunctorImageFilter<TInputImage1,TInputImage2,TOutputImage, Functor::Modulus2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType> > itk::BinaryMagnitudeImageFilter< TInputImage1, TInputImage2, TOutputImage >::Superclass
 

Definition at line 83 of file itkBinaryMagnitudeImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 91 of file itkBinaryMagnitudeImageFilter.h.

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

Definition at line 92 of file itkBinaryMagnitudeImageFilter.h.


Member Function Documentation

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