comparison Framework/Inputs/PyramidWithRawTiles.h @ 216:c35a3a0627b9

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 12 Jan 2021 10:21:36 +0100
parents 1e864138f0da
children 49f647ed1b4c
comparison
equal deleted inserted replaced
215:02cb86d07966 216:c35a3a0627b9
28 class PyramidWithRawTiles : public ITiledPyramid 28 class PyramidWithRawTiles : public ITiledPyramid
29 { 29 {
30 public: 30 public:
31 virtual Orthanc::ImageAccessor* DecodeTile(unsigned int level, 31 virtual Orthanc::ImageAccessor* DecodeTile(unsigned int level,
32 unsigned int tileX, 32 unsigned int tileX,
33 unsigned int tileY); 33 unsigned int tileY) ORTHANC_OVERRIDE;
34 }; 34 };
35 } 35 }