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

#include <itkDefaultConvertPixelTraits.h>

List of all members.

Public Types

typedef VComponent ComponentType
typedef Matrix< VComponent,
VRows, VCols > 
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<typename VComponent, unsigned VRows, unsigned VCols>
class itk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > >

Definition at line 221 of file itkDefaultConvertPixelTraits.h.


Member Typedef Documentation

template<typename VComponent , unsigned VRows, unsigned VCols>
typedef VComponent itk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > >::ComponentType

Definition at line 225 of file itkDefaultConvertPixelTraits.h.

template<typename VComponent , unsigned VRows, unsigned VCols>
typedef Matrix< VComponent, VRows, VCols > itk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > >::TargetType

Definition at line 224 of file itkDefaultConvertPixelTraits.h.


Member Function Documentation

template<typename VComponent , unsigned VRows, unsigned VCols>
static unsigned int itk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > >::GetNumberOfComponents ( )
inlinestatic

Definition at line 226 of file itkDefaultConvertPixelTraits.h.

template<typename VComponent , unsigned VRows, unsigned VCols>
static ComponentType itk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > >::GetScalarValue ( const TargetType pixel)
inlinestatic

Definition at line 237 of file itkDefaultConvertPixelTraits.h.

template<typename VComponent , unsigned VRows, unsigned VCols>
static void itk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > >::SetNthComponent ( int  i,
TargetType pixel,
const ComponentType v 
)
inlinestatic

Definition at line 230 of file itkDefaultConvertPixelTraits.h.


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