ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Static Public Member Functions | List of all members
itk::DefaultConvertPixelTraits< VariableLengthVector< VComponent > > Class Template Reference

#include <itkDefaultConvertPixelTraits.h>

Detailed Description

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

Definition at line 185 of file itkDefaultConvertPixelTraits.h.

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)
 

Member Typedef Documentation

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

Definition at line 189 of file itkDefaultConvertPixelTraits.h.

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

Definition at line 188 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 203 of file itkDefaultConvertPixelTraits.h.

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

Definition at line 190 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 198 of file itkDefaultConvertPixelTraits.h.


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