diff Framework/Toolbox/SlicesSorter.h @ 1156:34ee7204fde3 broker

removing IGeometryProvider
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 16 Nov 2019 14:37:33 +0100
parents 24fecc02bfb1
children 0ca50d275b9a
line wrap: on
line diff
--- a/Framework/Toolbox/SlicesSorter.h	Sat Nov 16 11:26:13 2019 +0100
+++ b/Framework/Toolbox/SlicesSorter.h	Sat Nov 16 14:37:33 2019 +0100
@@ -91,7 +91,7 @@
                             const CoordinateSystem3D& slice) const;
 
     // WARNING - The slices must have been sorted before calling this method
-    double ComputeSpacingBetweenSlices() const;
+    bool ComputeSpacingBetweenSlices(double& spacing /* out */) const;
 
     // WARNING - The slices must have been sorted before calling this method
     bool AreAllSlicesDistinct() const;