comparison Core/Images/ImageAccessor.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 ImageAccessor : public boost::noncopyable 44 class ORTHANC_PUBLIC ImageAccessor : public boost::noncopyable
45 { 45 {
46 private: 46 private:
47 template <Orthanc::PixelFormat Format> 47 template <Orthanc::PixelFormat Format>
48 friend struct ImageTraits; 48 friend struct ImageTraits;
49 49