Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::MapCompositePixelType< T > Struct Template Reference

Object for compile-time translation of a composite pixel type into an itk::ImageIOBase::IOPixelType information. More...

#include <mitkPixelTypeTraits.h>

Static Public Attributes

static const itkIOPixelType IOCompositeType
 

Detailed Description

template<class T>
struct mitk::MapCompositePixelType< T >

Object for compile-time translation of a composite pixel type into an itk::ImageIOBase::IOPixelType information.

The default value of the IOCompositeType is the UNKNOWNPIXELTYPE, the default value will be used for all but the types below with own partial specialization. The values of the IOCompositeType member in the specializations correspond to the values of the itk::ImageIOBase::IOPixelType enum values.

Definition at line 190 of file mitkPixelTypeTraits.h.

Member Data Documentation

template<class T >
const itkIOPixelType mitk::MapCompositePixelType< T >::IOCompositeType
static

Definition at line 192 of file mitkPixelTypeTraits.h.


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