SimpleITK  
Classes | Namespaces | Typedefs | Enumerations | Functions
sitkPixelIDValues.h File Reference
#include "sitkCommon.h"
#include "sitkPixelIDTypeLists.h"
#include <string>
#include <ostream>
+ Include dependency graph for sitkPixelIDValues.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  itk::simple::ImageTypeToPixelIDValue< TImageType >
 
struct  itk::simple::ImageTypeToPixelIDValue< itk::ImageBase< VImageDimension > >
 
struct  itk::simple::PixelIDToPixelIDValue< TPixelID >
 
struct  itk::simple::detail::TypeListHasPixelIDValue< PixelIDTypeList >
 
struct  itk::simple::detail::TypeListHasPixelIDValue< typelist2::typelist< Ts... > >
 

Namespaces

 itk
 
 itk::simple
 
 itk::simple::detail
 

Typedefs

using itk::simple::PixelIDValueType = int
 

Enumerations

enum  itk::simple::PixelIDValueEnum { itk::simple::sitkUnknown = -1 }
 Enumerated values of pixelIDs. More...
 

Functions

const std::string SITKCommon_EXPORT itk::simple::GetPixelIDValueAsString (PixelIDValueEnum type)
 
const std::string SITKCommon_EXPORT itk::simple::GetPixelIDValueAsString (PixelIDValueType type)
 
PixelIDValueType SITKCommon_EXPORT itk::simple::GetPixelIDValueFromString (const std::string &enumString)
 Function mapping enumeration names in std::string to values. More...
 
SITKCommon_EXPORT std::ostream & itk::simple::operator<< (std::ostream &os, const PixelIDValueEnum id)
 
template<typename TPixelIDTypeList = InstantiatedPixelIDTypeList>
bool itk::simple::TypeListHasPixelIDValue (PixelIDValueEnum match)
 Check if the runtime PixelID is contained in a template parameter typelist. More...