comparison Applications/Samples/SingleFrameEditorApplication.h @ 1336:379c00958553 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 31 Mar 2020 15:51:02 +0200
parents 257f2c9a02ac 35469f75faa2
children
comparison
equal deleted inserted replaced
1334:04055b6b9e2c 1336:379c00958553
345 345
346 if (context_ != NULL) 346 if (context_ != NULL)
347 { 347 {
348 widget.GetScene().ExportDicom(*context_->GetOrthancApiClient(), 348 widget.GetScene().ExportDicom(*context_->GetOrthancApiClient(),
349 tags, std::string(), 0.1, 0.1, widget.IsInverted(), 349 tags, std::string(), 0.1, 0.1, widget.IsInverted(),
350 widget.GetInterpolation(), EXPORT_USING_PAM); 350 false /* autoCrop */, widget.GetInterpolation(), EXPORT_USING_PAM);
351 } 351 }
352 352
353 break; 353 break;
354 } 354 }
355 355