ITK  5.4.0
Insight Toolkit
Public Types | Static Public Member Functions | List of all members
itk::DefaultConvertPixelTraits< Offset< VDimension > > Class Template Reference

#include <itkDefaultConvertPixelTraits.h>

Detailed Description

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

Definition at line 139 of file itkDefaultConvertPixelTraits.h.

Public Types

using ComponentType = typename TargetType::OffsetValueType
 
using TargetType = Offset< VDimension >
 

Static Public Member Functions

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

Member Typedef Documentation

◆ ComponentType

template<unsigned int VDimension>
using itk::DefaultConvertPixelTraits< Offset< VDimension > >::ComponentType = typename TargetType::OffsetValueType

Definition at line 143 of file itkDefaultConvertPixelTraits.h.

◆ TargetType

template<unsigned int VDimension>
using itk::DefaultConvertPixelTraits< Offset< VDimension > >::TargetType = Offset<VDimension>

Definition at line 142 of file itkDefaultConvertPixelTraits.h.

Member Function Documentation

◆ GetNumberOfComponents()

template<unsigned int VDimension>
static unsigned int itk::DefaultConvertPixelTraits< Offset< VDimension > >::GetNumberOfComponents ( )
inlinestatic

Definition at line 145 of file itkDefaultConvertPixelTraits.h.

◆ GetScalarValue()

template<unsigned int VDimension>
static ComponentType itk::DefaultConvertPixelTraits< Offset< VDimension > >::GetScalarValue ( const TargetType pixel)
inlinestatic

Definition at line 155 of file itkDefaultConvertPixelTraits.h.

◆ SetNthComponent()

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

Definition at line 150 of file itkDefaultConvertPixelTraits.h.


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