comparison Core/Enumerations.h @ 1086:e56c3ed8d738

Parameter to set the default encoding for DICOM files without SpecificCharacterSet
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Aug 2014 17:57:45 +0200
parents 64f1842aae2e
children e07b90fb00eb
comparison
equal deleted inserted replaced
1085:b161593551db 1086:e56c3ed8d738
275 275
276 const char* EnumerationToString(ResourceType type); 276 const char* EnumerationToString(ResourceType type);
277 277
278 const char* EnumerationToString(ImageFormat format); 278 const char* EnumerationToString(ImageFormat format);
279 279
280 const char* EnumerationToString(Encoding encoding);
281
282 Encoding StringToEncoding(const char* encoding);
283
280 ResourceType StringToResourceType(const char* type); 284 ResourceType StringToResourceType(const char* type);
281 285
282 ImageFormat StringToImageFormat(const char* format); 286 ImageFormat StringToImageFormat(const char* format);
283 287
284 unsigned int GetBytesPerPixel(PixelFormat format); 288 unsigned int GetBytesPerPixel(PixelFormat format);