comparison Framework/Inputs/DicomPyramidLevel.h @ 61:147bd6dc28db

refactoring using new items in the plugin toolbox of Orthanc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Nov 2016 17:15:55 +0100
parents 91fc9583b2de
children ff0ef01c332c
comparison
equal deleted inserted replaced
60:a59fdb848a7b 61:147bd6dc28db
85 } 85 }
86 86
87 bool DownloadRawTile(std::string& raw /* out */, 87 bool DownloadRawTile(std::string& raw /* out */,
88 Orthanc::PixelFormat& format /* out */, 88 Orthanc::PixelFormat& format /* out */,
89 ImageCompression& compression /* out */, 89 ImageCompression& compression /* out */,
90 IOrthancConnection& orthanc, 90 OrthancPlugins::IOrthancConnection& orthanc,
91 unsigned int tileX, 91 unsigned int tileX,
92 unsigned int tileY) const; 92 unsigned int tileY) const;
93 }; 93 };
94 } 94 }