comparison Framework/Inputs/DecodedTiledPyramid.h @ 57:91fc9583b2de

big refactoring to support sparse tiling
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Nov 2016 17:48:24 +0100
parents 4a7a53257c7d
children ff0ef01c332c
comparison
equal deleted inserted replaced
56:83cd735c885d 57:91fc9583b2de
57 57
58 virtual Orthanc::ImageAccessor* DecodeTile(unsigned int level, 58 virtual Orthanc::ImageAccessor* DecodeTile(unsigned int level,
59 unsigned int tileX, 59 unsigned int tileX,
60 unsigned int tileY); 60 unsigned int tileY);
61 61
62 virtual ImageCompression GetImageCompression() const
63 {
64 return ImageCompression_None;
65 }
66
67 virtual bool ReadRawTile(std::string& tile, 62 virtual bool ReadRawTile(std::string& tile,
63 ImageCompression& compression,
68 unsigned int level, 64 unsigned int level,
69 unsigned int tileX, 65 unsigned int tileX,
70 unsigned int tileY) 66 unsigned int tileY)
71 { 67 {
72 return false; // No access to the raw tiles 68 return false; // No access to the raw tiles