ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Static Public Member Functions
itk::DefaultConvertPixelTraits< Offset< VDimension > > Class Template Reference

#include <itkDefaultConvertPixelTraits.h>

List of all members.

Public Types

typedef TargetType::OffsetValueType ComponentType
typedef Offset< VDimension > TargetType

Static Public Member Functions

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

Detailed Description

template<unsigned int VDimension>
class itk::DefaultConvertPixelTraits< Offset< VDimension > >

Definition at line 115 of file itkDefaultConvertPixelTraits.h.


Member Typedef Documentation

template<unsigned int VDimension>
typedef TargetType::OffsetValueType itk::DefaultConvertPixelTraits< Offset< VDimension > >::ComponentType

Definition at line 119 of file itkDefaultConvertPixelTraits.h.

template<unsigned int VDimension>
typedef Offset< VDimension > itk::DefaultConvertPixelTraits< Offset< VDimension > >::TargetType

Definition at line 118 of file itkDefaultConvertPixelTraits.h.


Member Function Documentation

template<unsigned int VDimension>
static unsigned int itk::DefaultConvertPixelTraits< Offset< VDimension > >::GetNumberOfComponents ( ) [inline, static]

Definition at line 120 of file itkDefaultConvertPixelTraits.h.

template<unsigned int VDimension>
static ComponentType itk::DefaultConvertPixelTraits< Offset< VDimension > >::GetScalarValue ( const TargetType pixel) [inline, static]

Definition at line 128 of file itkDefaultConvertPixelTraits.h.

template<unsigned int VDimension>
static void itk::DefaultConvertPixelTraits< Offset< VDimension > >::SetNthComponent ( int  i,
TargetType pixel,
const ComponentType v 
) [inline, static]

Definition at line 124 of file itkDefaultConvertPixelTraits.h.


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