comparison Core/DicomParsing/IDicomTranscoder.h @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents 5fe8c6d3212e
children
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
41 41
42 class DcmFileFormat; 42 class DcmFileFormat;
43 43
44 namespace Orthanc 44 namespace Orthanc
45 { 45 {
46 class ParsedDicomFile;
47
46 /** 48 /**
47 * WARNING: This class might be called from several threads at 49 * WARNING: This class might be called from several threads at
48 * once. Make sure to implement proper locking. 50 * once. Make sure to implement proper locking.
49 **/ 51 **/
50 52 class ORTHANC_PUBLIC IDicomTranscoder : public boost::noncopyable
51 class ParsedDicomFile;
52
53 class IDicomTranscoder : public boost::noncopyable
54 { 53 {
55 public: 54 public:
56 class DicomImage : public boost::noncopyable 55 class DicomImage : public boost::noncopyable
57 { 56 {
58 private: 57 private: