comparison Framework/Inputs/CytomineImage.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
comparison
equal deleted inserted replaced
317:f611fb47d0e8 318:8ad12abde290
46 const std::string& uri, 46 const std::string& uri,
47 Orthanc::MimeType contentType) const; 47 Orthanc::MimeType contentType) const;
48 48
49 protected: 49 protected:
50 virtual void ReadRegion(Orthanc::ImageAccessor& target, 50 virtual void ReadRegion(Orthanc::ImageAccessor& target,
51 bool& isEmpty,
51 unsigned int level, 52 unsigned int level,
52 unsigned int x, 53 unsigned int x,
53 unsigned int y) ORTHANC_OVERRIDE; 54 unsigned int y) ORTHANC_OVERRIDE;
54 55
55 public: 56 public: