comparison OrthancFramework/Sources/Images/IImageWriter.h @ 4310:2ae905070221

renaming pure interface JobOperationValue as IJobOperationValue
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Nov 2020 14:40:51 +0100
parents 785a2713323e
children cb9aef006229
comparison
equal deleted inserted replaced
4309:73de065622ec 4310:2ae905070221
50 PixelFormat format, 50 PixelFormat format,
51 const void* buffer); 51 const void* buffer);
52 #endif 52 #endif
53 53
54 public: 54 public:
55 virtual ~IImageWriter(); 55 virtual ~IImageWriter()
56 {
57 }
56 58
57 virtual void WriteToMemory(std::string& compressed, 59 virtual void WriteToMemory(std::string& compressed,
58 const ImageAccessor& accessor); 60 const ImageAccessor& accessor);
59 61
60 #if ORTHANC_SANDBOXED == 0 62 #if ORTHANC_SANDBOXED == 0