comparison Resources/Orthanc/Core/Enumerations.h @ 107:a3e8ac8b7256

support for OpenBSD
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Aug 2017 11:10:48 +0200
parents ff0ef01c332c
children a18bfe1fdd62
comparison
equal deleted inserted replaced
105:42dcf1438943 107:a3e8ac8b7256
522 LogLevel StringToLogLevel(const char* level); 522 LogLevel StringToLogLevel(const char* level);
523 523
524 ValueRepresentation StringToValueRepresentation(const std::string& vr, 524 ValueRepresentation StringToValueRepresentation(const std::string& vr,
525 bool throwIfUnsupported); 525 bool throwIfUnsupported);
526 526
527 PhotometricInterpretation StringToPhotometricInterpretation(const char* value);
528
527 unsigned int GetBytesPerPixel(PixelFormat format); 529 unsigned int GetBytesPerPixel(PixelFormat format);
528 530
529 bool GetDicomEncoding(Encoding& encoding, 531 bool GetDicomEncoding(Encoding& encoding,
530 const char* specificCharacterSet); 532 const char* specificCharacterSet);
531 533