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

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

Extracts the selected index of the vector that is the input pixel type. More...

#include <itkVectorIndexSelectionCastImageFilter.h>

List of all members.

Public Types

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

Public Member Functions

void SetIndex (unsigned int i)
unsigned int GetIndex (void) const

Static Public Member Functions

Pointer New ()

Protected Member Functions

 VectorIndexSelectionCastImageFilter ()
virtual ~VectorIndexSelectionCastImageFilter ()


Detailed Description

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

Extracts the selected index of the vector that is the input pixel type.

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

The filter expect the input image pixel type to be a vector and the output image pixel type to be a scalar. The only requirement on the type used for representing the vector is that it must provide an operator[].

Definition at line 67 of file itkVectorIndexSelectionCastImageFilter.h.


Member Typedef Documentation

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

Definition at line 80 of file itkVectorIndexSelectionCastImageFilter.h.

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

Definition at line 79 of file itkVectorIndexSelectionCastImageFilter.h.

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

Standard class typedefs. Definition at line 75 of file itkVectorIndexSelectionCastImageFilter.h.

Referenced by itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage >::~VectorIndexSelectionCastImageFilter().

template<class TInputImage, class TOutputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage, Functor::VectorIndexSelectionCast< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage >::Superclass
 

Definition at line 78 of file itkVectorIndexSelectionCastImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 98 of file itkVectorIndexSelectionCastImageFilter.h.

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

Definition at line 99 of file itkVectorIndexSelectionCastImageFilter.h.

References itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage >::Self.


Member Function Documentation

template<class TInputImage, class TOutputImage>
unsigned int itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage >::GetIndex void   )  const [inline]
 

Get/Set methods for the index Definition at line 94 of file itkVectorIndexSelectionCastImageFilter.h.

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

Method for creation through the object factory.

template<class TInputImage, class TOutputImage>
void itk::VectorIndexSelectionCastImageFilter< TInputImage, TOutputImage >::SetIndex unsigned int  i  )  [inline]
 

Get/Set methods for the index Definition at line 86 of file itkVectorIndexSelectionCastImageFilter.h.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:58:13 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000