SimpleITK
|
Go to the source code of this file.
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... | |