comparison Framework/Inputs/DicomPyramidLevel.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 83cd735c885d
children 147bd6dc28db
comparison
equal deleted inserted replaced
56:83cd735c885d 57:91fc9583b2de
82 unsigned int GetTileHeight() const 82 unsigned int GetTileHeight() const
83 { 83 {
84 return tileHeight_; 84 return tileHeight_;
85 } 85 }
86 86
87 bool DownloadRawTile(ImageCompression& compression /* out */, 87 bool DownloadRawTile(std::string& raw /* out */,
88 Orthanc::PixelFormat& format /* out */, 88 Orthanc::PixelFormat& format /* out */,
89 std::string& raw /* out */, 89 ImageCompression& compression /* out */,
90 IOrthancConnection& orthanc, 90 IOrthancConnection& orthanc,
91 unsigned int tileX, 91 unsigned int tileX,
92 unsigned int tileY) const; 92 unsigned int tileY) const;
93 }; 93 };
94 } 94 }