comparison OrthancFramework/Sources/DicomFormat/DicomStreamReader.h @ 4224:38d446c9ee1d

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2020 17:59:09 +0200
parents 3d6f14a05db1
children c5ca798b158a
comparison
equal deleted inserted replaced
4223:3d6f14a05db1 4224:38d446c9ee1d
34 * It does *not* support the visit of sequences (it only works at 34 * It does *not* support the visit of sequences (it only works at
35 * the first level of the hierarchy), and as a consequence, it 35 * the first level of the hierarchy), and as a consequence, it
36 * doesn't give access to the pixel data of compressed transfer 36 * doesn't give access to the pixel data of compressed transfer
37 * syntaxes. 37 * syntaxes.
38 **/ 38 **/
39 class DicomStreamReader : public boost::noncopyable 39 class ORTHANC_PUBLIC DicomStreamReader : public boost::noncopyable
40 { 40 {
41 public: 41 public:
42 class IVisitor : public boost::noncopyable 42 class IVisitor : public boost::noncopyable
43 { 43 {
44 public: 44 public: