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

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

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

#include <itkVectorCastImageFilter.h>

List of all members.

Public Types

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

Static Public Member Functions

Pointer New ()

Protected Member Functions

 VectorCastImageFilter ()
virtual ~VectorCastImageFilter ()


Detailed Description

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

Casts input vector pixels to output vector pixel type.

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

The filter expect both images to have the same number of dimensions, and that both the input and output have itk::Vector pixel types of the same VectorDimension.

See also:
Vector

Definition at line 61 of file itkVectorCastImageFilter.h.


Member Typedef Documentation

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

Definition at line 74 of file itkVectorCastImageFilter.h.

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

Definition at line 73 of file itkVectorCastImageFilter.h.

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

Standard class typedefs. Definition at line 69 of file itkVectorCastImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage, Functor::VectorCast< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::VectorCastImageFilter< TInputImage, TOutputImage >::Superclass
 

Definition at line 72 of file itkVectorCastImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 80 of file itkVectorCastImageFilter.h.

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

Definition at line 81 of file itkVectorCastImageFilter.h.


Member Function Documentation

template<class TInputImage, class TOutputImage>
Pointer itk::VectorCastImageFilter< TInputImage, 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:08 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000