comparison Plugin/ViewerToolbox.h @ 207:3d3d00e3e715

fix for new ImageAccessor API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Oct 2018 11:44:44 +0200
parents 993dd140bd30
children 2f27287c047c
comparison
equal deleted inserted replaced
206:d1ed9efdea6c 207:3d3d00e3e715
88 const std::string& image, 88 const std::string& image,
89 OrthancPluginImageFormat format); 89 OrthancPluginImageFormat format);
90 90
91 ~ImageReader(); 91 ~ImageReader();
92 92
93 Orthanc::ImageAccessor GetAccessor() const; 93 void GetAccessor(Orthanc::ImageAccessor& target) const;
94 }; 94 };
95 } 95 }