ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Static Public Member Functions
itk::DefaultConvertPixelTraits< VariableLengthVector< VComponent > > Class Template Reference

#include <itkDefaultConvertPixelTraits.h>

List of all members.

Public Types

typedef VComponent ComponentType
typedef VariableLengthVector
< VComponent > 
TargetType

Static Public Member Functions

static ComponentType GetNthComponent (int i, const TargetType &pixel)
static unsigned int GetNumberOfComponents ()
static unsigned int GetNumberOfComponents (const TargetType pixel)
static ComponentType GetScalarValue (const TargetType &pixel)
static void SetNthComponent (int i, TargetType &pixel, const ComponentType &v)

Detailed Description

template<typename VComponent>
class itk::DefaultConvertPixelTraits< VariableLengthVector< VComponent > >

Definition at line 182 of file itkDefaultConvertPixelTraits.h.


Member Typedef Documentation

template<typename VComponent >
typedef VComponent itk::DefaultConvertPixelTraits< VariableLengthVector< VComponent > >::ComponentType

Definition at line 186 of file itkDefaultConvertPixelTraits.h.

template<typename VComponent >
typedef VariableLengthVector< VComponent > itk::DefaultConvertPixelTraits< VariableLengthVector< VComponent > >::TargetType

Definition at line 185 of file itkDefaultConvertPixelTraits.h.


Member Function Documentation

template<typename VComponent >
static ComponentType itk::DefaultConvertPixelTraits< VariableLengthVector< VComponent > >::GetNthComponent ( int  i,
const TargetType pixel 
)
inlinestatic

Definition at line 200 of file itkDefaultConvertPixelTraits.h.

template<typename VComponent >
static unsigned int itk::DefaultConvertPixelTraits< VariableLengthVector< VComponent > >::GetNumberOfComponents ( )
inlinestatic

Definition at line 187 of file itkDefaultConvertPixelTraits.h.

template<typename VComponent >
static unsigned int itk::DefaultConvertPixelTraits< VariableLengthVector< VComponent > >::GetNumberOfComponents ( const TargetType  pixel)
inlinestatic
template<typename VComponent >
static ComponentType itk::DefaultConvertPixelTraits< VariableLengthVector< VComponent > >::GetScalarValue ( const TargetType pixel)
inlinestatic
template<typename VComponent >
static void itk::DefaultConvertPixelTraits< VariableLengthVector< VComponent > >::SetNthComponent ( int  i,
TargetType pixel,
const ComponentType v 
)
inlinestatic

Definition at line 195 of file itkDefaultConvertPixelTraits.h.


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