ITK  5.4.0
Insight Toolkit
Public Types | Static Public Member Functions | List of all members
itk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > > Class Template Reference

#include <itkDefaultConvertPixelTraits.h>

Detailed Description

template<typename VComponent, unsigned int VRows, unsigned int VCols>
class itk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > >

Definition at line 297 of file itkDefaultConvertPixelTraits.h.

Public Types

using ComponentType = VComponent
 
using TargetType = Matrix< VComponent, VRows, VCols >
 

Static Public Member Functions

static ComponentType GetNthComponent (int i, const TargetType &pixel)
 
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<typename VComponent , unsigned int VRows, unsigned int VCols>
using itk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > >::ComponentType = VComponent

Definition at line 301 of file itkDefaultConvertPixelTraits.h.

◆ TargetType

template<typename VComponent , unsigned int VRows, unsigned int VCols>
using itk::DefaultConvertPixelTraits< Matrix< VComponent, VRows, VCols > >::TargetType = Matrix<VComponent, VRows, VCols>

Definition at line 300 of file itkDefaultConvertPixelTraits.h.

Member Function Documentation

◆ GetNthComponent()

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

Definition at line 315 of file itkDefaultConvertPixelTraits.h.

◆ GetNumberOfComponents()

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

Definition at line 303 of file itkDefaultConvertPixelTraits.h.

◆ GetScalarValue()

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

Definition at line 322 of file itkDefaultConvertPixelTraits.h.

◆ SetNthComponent()

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

Definition at line 308 of file itkDefaultConvertPixelTraits.h.


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