comparison Framework/Radiography/RadiographyScene.h @ 587:848170ca4351 am-dev

more export functions
author Alain Mazy <alain@mazy.be>
date Tue, 23 Apr 2019 10:15:54 +0200
parents 92305ee35b1c
children fd9b9d993fc7 f0008c55e5f7
comparison
equal deleted inserted replaced
570:e77cbe4bb4c8 587:848170ca4351
308 double pixelSpacingY, 308 double pixelSpacingY,
309 bool invert, 309 bool invert,
310 ImageInterpolation interpolation, 310 ImageInterpolation interpolation,
311 bool usePam); 311 bool usePam);
312 312
313 Orthanc::Image* ExportToCreateDicomRequestAndImage(Json::Value& createDicomRequestContent,
314 const Json::Value& dicomTags,
315 const std::string& parentOrthancId,
316 double pixelSpacingX,
317 double pixelSpacingY,
318 bool invert,
319 ImageInterpolation interpolation);
320
313 Orthanc::Image* ExportToImage(double pixelSpacingX, 321 Orthanc::Image* ExportToImage(double pixelSpacingX,
314 double pixelSpacingY, 322 double pixelSpacingY,
315 ImageInterpolation interpolation) 323 ImageInterpolation interpolation)
316 { 324 {
317 return ExportToImage(pixelSpacingX, pixelSpacingY, interpolation, false, 0); 325 return ExportToImage(pixelSpacingX, pixelSpacingY, interpolation, false, 0);