SimpleITK  1.0.1
Namespaces | Typedefs
sitkPixelIDTypeLists.h File Reference
#include <stdint.h>
#include "sitkConfigure.h"
#include "sitkPixelIDTypes.h"
#include "Ancillary/TypeList.h"
#include <complex>
+ Include dependency graph for sitkPixelIDTypeLists.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 itk
 
 itk::simple
 

Typedefs

typedef typelist::Append< typelist::Append< BasicPixelIDTypeList, ComplexPixelIDTypeList >::Type, typelist::Append< VectorPixelIDTypeList, LabelPixelIDTypeList >::Type >::Type itk::simple::AllPixelIDTypeList
 
typedef typelist::MakeTypeList< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t >, BasicPixelID< float >, BasicPixelID< double > >::Type itk::simple::BasicPixelIDTypeList
 
typedef typelist::MakeTypeList< BasicPixelID< std::complex< float > >, BasicPixelID< std::complex< double > > >::Type itk::simple::ComplexPixelIDTypeList
 
typedef AllPixelIDTypeList itk::simple::InstantiatedPixelIDTypeList
 
typedef UnsignedIntegerPixelIDTypeList itk::simple::IntegerLabelPixelIDTypeList
 
typedef typelist::MakeTypeList< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t > >::Type itk::simple::IntegerPixelIDTypeList
 
typedef typelist::MakeTypeList< LabelPixelID< uint8_t >, LabelPixelID< uint16_t >, LabelPixelID< uint32_t > >::Type itk::simple::LabelPixelIDTypeList
 
typedef typelist::Append< typelist::Append< BasicPixelIDTypeList, ComplexPixelIDTypeList >::Type, VectorPixelIDTypeList >::Type itk::simple::NonLabelPixelIDTypeList
 
typedef typelist::MakeTypeList< BasicPixelID< float >, BasicPixelID< double > >::Type itk::simple::RealPixelIDTypeList
 
typedef typelist::MakeTypeList< VectorPixelID< float >, VectorPixelID< double > >::Type itk::simple::RealVectorPixelIDTypeList
 
typedef BasicPixelIDTypeList itk::simple::ScalarPixelIDTypeList
 
typedef typelist::MakeTypeList< BasicPixelID< int8_t >, BasicPixelID< int16_t >, BasicPixelID< int32_t >, BasicPixelID< float >, BasicPixelID< double > >::Type itk::simple::SignedPixelIDTypeList
 
typedef typelist::MakeTypeList< VectorPixelID< int8_t >, VectorPixelID< int16_t >, VectorPixelID< int32_t >, VectorPixelID< float >, VectorPixelID< double > >::Type itk::simple::SignedVectorPixelIDTypeList
 
typedef typelist::MakeTypeList< BasicPixelID< uint8_t >, BasicPixelID< uint16_t >, BasicPixelID< uint32_t > >::Type itk::simple::UnsignedIntegerPixelIDTypeList
 
typedef typelist::MakeTypeList< VectorPixelID< int8_t >, VectorPixelID< uint8_t >, VectorPixelID< int16_t >, VectorPixelID< uint16_t >, VectorPixelID< int32_t >, VectorPixelID< uint32_t >, VectorPixelID< float >, VectorPixelID< double > >::Type itk::simple::VectorPixelIDTypeList