comparison Framework/Inputs/SingleLevelDecodedPyramid.h @ 318:8ad12abde290

sparse re-encoding with OpenSlide (notably for MIRAX format)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Sep 2024 16:11:16 +0200
parents 0683312e21ba
children 9947e70cbcea
comparison
equal deleted inserted replaced
317:f611fb47d0e8 318:8ad12abde290
39 { 39 {
40 image.GetReadOnlyAccessor(image_); 40 image.GetReadOnlyAccessor(image_);
41 } 41 }
42 42
43 virtual void ReadRegion(Orthanc::ImageAccessor& target, 43 virtual void ReadRegion(Orthanc::ImageAccessor& target,
44 bool& isEmpty,
44 unsigned int level, 45 unsigned int level,
45 unsigned int x, 46 unsigned int x,
46 unsigned int y) ORTHANC_OVERRIDE; 47 unsigned int y) ORTHANC_OVERRIDE;
47 48
48 public: 49 public: