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

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

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

#include <itkScalarToArrayCastImageFilter.h>

Inheritance diagram for itk::ScalarToArrayCastImageFilter:

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

Collaboration graph
[legend]
List of all members.

Public Types

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

Static Public Methods

Pointer New ()

Protected Methods

 ScalarToArrayCastImageFilter ()
virtual ~ScalarToArrayCastImageFilter ()

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::ScalarToArrayCastImageFilter< 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 the input image' pixel type is of scalar type and the output image' pixel type is one dimensional array (subclasses of FixedArray) of the scalar type.

See also:
FixedArray

Definition at line 61 of file itkScalarToArrayCastImageFilter.h.


Member Typedef Documentation

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

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

Definition at line 74 of file itkScalarToArrayCastImageFilter.h.

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

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

Definition at line 73 of file itkScalarToArrayCastImageFilter.h.

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

Standard class typedefs.

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

Definition at line 69 of file itkScalarToArrayCastImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage, Functor::ScalarToArrayCast< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::ScalarToArrayCastImageFilter< TInputImage, TOutputImage >::Superclass
 

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

Definition at line 72 of file itkScalarToArrayCastImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 80 of file itkScalarToArrayCastImageFilter.h.

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

Definition at line 81 of file itkScalarToArrayCastImageFilter.h.


Member Function Documentation

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

Method for creation through the object factory.

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


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