comparison Framework/Inputs/DicomPyramidLevel.h @ 196:b0bd22077cd8

sharing code with orthanc-stone
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2020 17:57:38 +0200
parents e3cbf890b588
children 1e864138f0da
comparison
equal deleted inserted replaced
195:fda17c92d784 196:b0bd22077cd8
86 } 86 }
87 87
88 bool DownloadRawTile(std::string& raw /* out */, 88 bool DownloadRawTile(std::string& raw /* out */,
89 Orthanc::PixelFormat& format /* out */, 89 Orthanc::PixelFormat& format /* out */,
90 ImageCompression& compression /* out */, 90 ImageCompression& compression /* out */,
91 OrthancPlugins::IOrthancConnection& orthanc, 91 OrthancStone::IOrthancConnection& orthanc,
92 unsigned int tileX, 92 unsigned int tileX,
93 unsigned int tileY) const; 93 unsigned int tileY) const;
94 }; 94 };
95 } 95 }