![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkDefaultConvertPixelTraits.h>
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) |
Definition at line 221 of file itkDefaultConvertPixelTraits.h.
| typedef VComponent itk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > >::ComponentType |
Definition at line 225 of file itkDefaultConvertPixelTraits.h.
| typedef Matrix< VComponent, VRows, VCols > itk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > >::TargetType |
Definition at line 224 of file itkDefaultConvertPixelTraits.h.
| static unsigned int itk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > >::GetNumberOfComponents | ( | ) | [inline, static] |
Definition at line 226 of file itkDefaultConvertPixelTraits.h.
| static ComponentType itk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > >::GetScalarValue | ( | const TargetType & | pixel | ) | [inline, static] |
Definition at line 237 of file itkDefaultConvertPixelTraits.h.
| static void itk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > >::SetNthComponent | ( | int | i, |
| TargetType & | pixel, | ||
| const ComponentType & | v | ||
| ) | [inline, static] |
Definition at line 230 of file itkDefaultConvertPixelTraits.h.
1.7.6.1