#include <itkDefaultConvertPixelTraits.h>
Definition at line 139 of file itkDefaultConvertPixelTraits.h.
Public Types | |
using | ComponentType |
using | ComponentType = typename TargetType::OffsetValueType |
using | TargetType = Offset<VDimension> |
Static Public Member Functions | |
static ComponentType | GetNthComponent (int c, const Offset< VDimension > &pixel) |
static unsigned int | GetNumberOfComponents () |
static unsigned int | GetNumberOfComponents () |
static unsigned int | GetNumberOfComponents (const Offset< VDimension > pixel) |
static ComponentType | GetScalarValue (const TargetType &pixel) |
static void | SetNthComponent (int c, Offset< VDimension > &pixel, const ComponentType &v) |
static void | SetNthComponent (int i, TargetType &pixel, const ComponentType &v) |
static ComponentType | GetScalarValue (const Offset< VDimension > &pixel) |
using itk::DefaultConvertPixelTraits< Offset< VDimension > >::ComponentType |
Determine the pixel data type.
Definition at line 45 of file itkDefaultConvertPixelTraits.h.
using itk::DefaultConvertPixelTraits< Offset< VDimension > >::ComponentType = typename TargetType::OffsetValueType |
Definition at line 143 of file itkDefaultConvertPixelTraits.h.
using itk::DefaultConvertPixelTraits< Offset< VDimension > >::TargetType = Offset<VDimension> |
Definition at line 142 of file itkDefaultConvertPixelTraits.h.
|
inlinestatic |
Return the nth component of the pixel.
Definition at line 62 of file itkDefaultConvertPixelTraits.h.
|
inlinestatic |
Return the number of components per pixel.
Definition at line 49 of file itkDefaultConvertPixelTraits.h.
|
inlinestatic |
Definition at line 145 of file itkDefaultConvertPixelTraits.h.
|
inlinestatic |
Definition at line 55 of file itkDefaultConvertPixelTraits.h.
|
inlinestatic |
Return a single scalar value from this pixel.
Definition at line 76 of file itkDefaultConvertPixelTraits.h.
|
inlinestatic |
Definition at line 155 of file itkDefaultConvertPixelTraits.h.
|
inlinestatic |
Set the nth component of the pixel.
Definition at line 69 of file itkDefaultConvertPixelTraits.h.
|
inlinestatic |
Definition at line 150 of file itkDefaultConvertPixelTraits.h.