diff Framework/Toolbox/SlicesSorter.h @ 667:e9339f2b5de7

refactoring of VolumeImage
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 May 2019 17:30:58 +0200
parents 970949ff868a
children dbc1d8bfc68a
line wrap: on
line diff
--- a/Framework/Toolbox/SlicesSorter.h	Wed May 15 12:28:58 2019 +0200
+++ b/Framework/Toolbox/SlicesSorter.h	Wed May 15 17:30:58 2019 +0200
@@ -88,5 +88,8 @@
     bool LookupClosestSlice(size_t& index,
                             double& distance,
                             const CoordinateSystem3D& slice) const;
+
+    // WARNING - The slices must have been sorted before calling this method
+    double ComputeSpacingBetweenSlices() const;
   };
 }