comparison Framework/Inputs/DicomPyramidLevel.cpp @ 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 7a3853d51c45
comparison
equal deleted inserted replaced
56:83cd735c885d 57:91fc9583b2de
114 RegisterFrame(instance, frame); 114 RegisterFrame(instance, frame);
115 } 115 }
116 } 116 }
117 117
118 118
119 bool DicomPyramidLevel::DownloadRawTile(ImageCompression& compression /* out */, 119 bool DicomPyramidLevel::DownloadRawTile(std::string& raw /* out */,
120 Orthanc::PixelFormat& format /* out */, 120 Orthanc::PixelFormat& format /* out */,
121 std::string& raw /* out */, 121 ImageCompression& compression /* out */,
122 IOrthancConnection& orthanc, 122 IOrthancConnection& orthanc,
123 unsigned int tileX, 123 unsigned int tileX,
124 unsigned int tileY) const 124 unsigned int tileY) const
125 { 125 {
126 TileContent tile; 126 TileContent tile;