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

itk::CastImageFilter< TInputImage, TOutputImage > Class Template Reference
[Intensity Image FiltersMultithreaded Filters]

Casts input pixels to output pixel type. More...

#include <itkCastImageFilter.h>

Inheritance diagram for itk::CastImageFilter:

Inheritance graph
[legend]
Collaboration diagram for itk::CastImageFilter< TInputImage, TOutputImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef CastImageFilter Self
typedef UnaryFunctorImageFilter<
TInputImage, TOutputImage,
Functor::Cast< typename TInputImage::PixelType,
typename TOutputImage::PixelType > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Public Methods

virtual const char * GetClassName () const

Static Public Methods

Pointer New ()

Protected Methods

 CastImageFilter ()
virtual ~CastImageFilter ()

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::CastImageFilter< TInputImage, TOutputImage >

Casts input pixels to output pixel type.

This filter is templated over the input image type and the output image type.

The filter expect both images to have the same number of dimensions.

Definition at line 52 of file itkCastImageFilter.h.


Member Typedef Documentation

template<class TInputImage, class TOutputImage>
typedef SmartPointer<const Self> itk::CastImageFilter< TInputImage, TOutputImage >::ConstPointer
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cast< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 68 of file itkCastImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef SmartPointer<Self> itk::CastImageFilter< TInputImage, TOutputImage >::Pointer
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cast< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 67 of file itkCastImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef CastImageFilter itk::CastImageFilter< TInputImage, TOutputImage >::Self
 

Standard class typedefs.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cast< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 61 of file itkCastImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage, Functor::Cast< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::CastImageFilter< TInputImage, TOutputImage >::Superclass
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cast< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 66 of file itkCastImageFilter.h.


Constructor & Destructor Documentation

template<class TInputImage, class TOutputImage>
itk::CastImageFilter< TInputImage, TOutputImage >::CastImageFilter   [inline, protected]
 

Definition at line 77 of file itkCastImageFilter.h.

template<class TInputImage, class TOutputImage>
virtual itk::CastImageFilter< TInputImage, TOutputImage >::~CastImageFilter   [inline, protected, virtual]
 

Definition at line 78 of file itkCastImageFilter.h.


Member Function Documentation

template<class TInputImage, class TOutputImage>
virtual const char* itk::CastImageFilter< TInputImage, TOutputImage >::GetClassName   const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cast< TInputImage::PixelType, TOutputImage::PixelType > >.

template<class TInputImage, class TOutputImage>
Pointer itk::CastImageFilter< TInputImage, TOutputImage >::New   [static]
 

Method for creation through the object factory.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Cast< TInputImage::PixelType, TOutputImage::PixelType > >.


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