comparison Core/Images/ImageBuffer.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 94f4a18a79cc
children
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
39 #include <stdint.h> 39 #include <stdint.h>
40 #include <boost/noncopyable.hpp> 40 #include <boost/noncopyable.hpp>
41 41
42 namespace Orthanc 42 namespace Orthanc
43 { 43 {
44 class ImageBuffer : public boost::noncopyable 44 class ORTHANC_PUBLIC ImageBuffer : public boost::noncopyable
45 { 45 {
46 private: 46 private:
47 bool changed_; 47 bool changed_;
48 48
49 bool forceMinimalPitch_; // Currently unused 49 bool forceMinimalPitch_; // Currently unused