comparison Plugins/Engine/OrthancPlugins.h @ 1902:8b0ee8d5e6d0

Refactoring leading to speedups with custom image decoders
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Jan 2016 13:26:51 +0100
parents b1291df2f780
children d7c1cb559431
comparison
equal deleted inserted replaced
1901:50234539a0dd 1902:8b0ee8d5e6d0
232 232
233 bool HasWorklistHandler(); 233 bool HasWorklistHandler();
234 234
235 virtual IWorklistRequestHandler* ConstructWorklistRequestHandler(); 235 virtual IWorklistRequestHandler* ConstructWorklistRequestHandler();
236 236
237 virtual ImageAccessor* Decode(ParsedDicomFile& dicom, 237 virtual ImageAccessor* Decode(const void* dicom,
238 size_t size,
238 unsigned int frame); 239 unsigned int frame);
239 }; 240 };
240 } 241 }
241 242
242 #endif 243 #endif