comparison OrthancFramework/Sources/DicomParsing/Internals/DicomImageDecoder.h @ 4063:e00f3d089991 framework

shared library of orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 16:40:34 +0200
parents d25f4c0fa160
children bf7b9edf6b81
comparison
equal deleted inserted replaced
4062:0953b3dc3261 4063:e00f3d089991
62 62
63 namespace Orthanc 63 namespace Orthanc
64 { 64 {
65 class ParsedDicomFile; 65 class ParsedDicomFile;
66 66
67 class DicomImageDecoder : public boost::noncopyable 67 class ORTHANC_PUBLIC DicomImageDecoder : public boost::noncopyable
68 { 68 {
69 private: 69 private:
70 class ImageSource; 70 class ImageSource;
71 71
72 DicomImageDecoder() // This is a fully abstract class, no constructor 72 DicomImageDecoder() // This is a fully abstract class, no constructor