comparison Framework/Radiography/RadiographyScene.h @ 1202:9added0d371e

cleanup
author Alain Mazy <alain@mazy.be>
date Fri, 29 Nov 2019 18:08:56 +0100
parents ab958fd99b07
children b519c1c878f1 9ee6b28f53e8
comparison
equal deleted inserted replaced
1201:ab958fd99b07 1202:9added0d371e
333 Orthanc::Image* ExportToImage(double pixelSpacingX, 333 Orthanc::Image* ExportToImage(double pixelSpacingX,
334 double pixelSpacingY, 334 double pixelSpacingY,
335 ImageInterpolation interpolation, 335 ImageInterpolation interpolation,
336 bool invert, 336 bool invert,
337 int64_t maxValue /* for inversion */, 337 int64_t maxValue /* for inversion */,
338 bool applyWindowing); // i.e.: when 338 bool applyWindowing);
339
339 }; 340 };
340 } 341 }