comparison Framework/Inputs/DicomPyramid.h @ 217:20bc074ec19a

Viewer can display DICOM pyramids whose tile sizes vary across levels
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 12 Jan 2021 14:24:18 +0100
parents c35a3a0627b9
children 49f647ed1b4c
comparison
equal deleted inserted replaced
216:c35a3a0627b9 217:20bc074ec19a
68 68
69 virtual unsigned int GetLevelWidth(unsigned int level) const ORTHANC_OVERRIDE; 69 virtual unsigned int GetLevelWidth(unsigned int level) const ORTHANC_OVERRIDE;
70 70
71 virtual unsigned int GetLevelHeight(unsigned int level) const ORTHANC_OVERRIDE; 71 virtual unsigned int GetLevelHeight(unsigned int level) const ORTHANC_OVERRIDE;
72 72
73 virtual unsigned int GetTileWidth() const ORTHANC_OVERRIDE; 73 virtual unsigned int GetTileWidth(unsigned int level) const ORTHANC_OVERRIDE;
74 74
75 virtual unsigned int GetTileHeight() const ORTHANC_OVERRIDE; 75 virtual unsigned int GetTileHeight(unsigned int level) const ORTHANC_OVERRIDE;
76 76
77 virtual bool ReadRawTile(std::string& tile, 77 virtual bool ReadRawTile(std::string& tile,
78 ImageCompression& compression, 78 ImageCompression& compression,
79 unsigned int level, 79 unsigned int level,
80 unsigned int tileX, 80 unsigned int tileX,