comparison Framework/Radiography/RadiographyScene.h @ 483:29fc066b6f65 am-touch-events

Export now accepts Json::Value
author am@osimis.io
date Fri, 15 Feb 2019 10:39:23 +0100
parents 159a465e27bd
children 7bf001b9d244
comparison
equal deleted inserted replaced
481:159a465e27bd 483:29fc066b6f65
202 double pixelSpacingY, 202 double pixelSpacingY,
203 bool invert, 203 bool invert,
204 ImageInterpolation interpolation, 204 ImageInterpolation interpolation,
205 bool usePam); 205 bool usePam);
206 206
207 void ExportDicom(OrthancApiClient& orthanc,
208 const Json::Value& dicomTags,
209 const std::string& parentOrthancId,
210 double pixelSpacingX,
211 double pixelSpacingY,
212 bool invert,
213 ImageInterpolation interpolation,
214 bool usePam);
215
207 Orthanc::Image* ExportToImage(double pixelSpacingX, 216 Orthanc::Image* ExportToImage(double pixelSpacingX,
208 double pixelSpacingY, 217 double pixelSpacingY,
209 ImageInterpolation interpolation) 218 ImageInterpolation interpolation)
210 { 219 {
211 ExportToImage(pixelSpacingX, pixelSpacingY, interpolation, false, 0); 220 ExportToImage(pixelSpacingX, pixelSpacingY, interpolation, false, 0);