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

itk::Accessor::VectorImageToImagePixelAccessor< TType > Class Template Reference
[Image Adaptors]

Extract components from a VectorImage. More...

#include <itkVectorImageToImageAdaptor.h>

Inheritance diagram for itk::Accessor::VectorImageToImagePixelAccessor< TType >:

Inheritance graph
[legend]

List of all members.

Public Types

typedef TType ExternalType
typedef VariableLengthVector
< TType > 
InternalType
typedef TType PixelType
typedef unsigned int VectorLengthType

Public Member Functions

ExternalType Get (const InternalType &input) const
VectorLengthType GetExtractComponentIdx () const
void Set (InternalType output, const ExternalType &input) const
void SetExtractComponentIdx (VectorLengthType idx)
 VectorImageToImagePixelAccessor ()
virtual ~VectorImageToImagePixelAccessor ()


Detailed Description

template<class TType>
class itk::Accessor::VectorImageToImagePixelAccessor< TType >

Extract components from a VectorImage.

This accessor is used to extract components from a VectorImage. It is used from VectorImageComponentExtractAdaptor. The component to extract is set using SetExtractComponentIdx.

Note:
This work is part of the National Alliance for Medical Image Computing (NAMIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149.

Definition at line 43 of file itkVectorImageToImageAdaptor.h.


Member Typedef Documentation

template<class TType>
typedef TType itk::Accessor::VectorImageToImagePixelAccessor< TType >::ExternalType

External typedef. It defines the external aspect that this class will exhibit.

Definition at line 51 of file itkVectorImageToImageAdaptor.h.

template<class TType>
typedef VariableLengthVector< TType > itk::Accessor::VectorImageToImagePixelAccessor< TType >::InternalType

Internal typedef. It defines the internal real representation of data.

Definition at line 55 of file itkVectorImageToImageAdaptor.h.

template<class TType>
typedef TType itk::Accessor::VectorImageToImagePixelAccessor< TType >::PixelType

The pixel type that TInternalContainerType holds

Definition at line 58 of file itkVectorImageToImageAdaptor.h.

template<class TType>
typedef unsigned int itk::Accessor::VectorImageToImagePixelAccessor< TType >::VectorLengthType

Definition at line 47 of file itkVectorImageToImageAdaptor.h.


Constructor & Destructor Documentation

template<class TType>
itk::Accessor::VectorImageToImagePixelAccessor< TType >::VectorImageToImagePixelAccessor (  )  [inline]

Definition at line 81 of file itkVectorImageToImageAdaptor.h.

template<class TType>
virtual itk::Accessor::VectorImageToImagePixelAccessor< TType >::~VectorImageToImagePixelAccessor (  )  [inline, virtual]

Definition at line 82 of file itkVectorImageToImageAdaptor.h.


Member Function Documentation

template<class TType>
ExternalType itk::Accessor::VectorImageToImagePixelAccessor< TType >::Get ( const InternalType input  )  const [inline]

Definition at line 65 of file itkVectorImageToImageAdaptor.h.

template<class TType>
VectorLengthType itk::Accessor::VectorImageToImagePixelAccessor< TType >::GetExtractComponentIdx (  )  const [inline]

Definition at line 76 of file itkVectorImageToImageAdaptor.h.

template<class TType>
void itk::Accessor::VectorImageToImagePixelAccessor< TType >::Set ( InternalType  output,
const ExternalType input 
) const [inline]

Definition at line 60 of file itkVectorImageToImageAdaptor.h.

template<class TType>
void itk::Accessor::VectorImageToImagePixelAccessor< TType >::SetExtractComponentIdx ( VectorLengthType  idx  )  [inline]

Definition at line 72 of file itkVectorImageToImageAdaptor.h.


The documentation for this class was generated from the following file:

Generated at Tue Sep 15 14:54:22 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000