diff Framework/Toolbox/ImageGeometry.h @ 373:d6136a7e914d

making branch am-2 the new mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 Nov 2018 10:06:18 +0100
parents f5d5814a41a0
children b70e9be013e4
line wrap: on
line diff
--- a/Framework/Toolbox/ImageGeometry.h	Mon Nov 05 10:04:56 2018 +0100
+++ b/Framework/Toolbox/ImageGeometry.h	Mon Nov 05 10:06:18 2018 +0100
@@ -50,10 +50,12 @@
                             double a21,
                             double a22,
                             double b2,
-                            ImageInterpolation interpolation);
+                            ImageInterpolation interpolation,
+                            bool clear);
 
   void ApplyProjectiveTransform(Orthanc::ImageAccessor& target,
                                 const Orthanc::ImageAccessor& source,
                                 const Matrix& a,
-                                ImageInterpolation interpolation);
+                                ImageInterpolation interpolation,
+                                bool clear);
 }