diff Framework/Toolbox/SlicesSorter.h @ 1015:24fecc02bfb1

SlicesSorter::AreAllSlicesDistinct()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Sep 2019 11:16:25 +0200
parents dbc1d8bfc68a
children 34ee7204fde3 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Toolbox/SlicesSorter.h	Mon Sep 23 15:19:04 2019 +0200
+++ b/Framework/Toolbox/SlicesSorter.h	Tue Sep 24 11:16:25 2019 +0200
@@ -92,5 +92,8 @@
 
     // WARNING - The slices must have been sorted before calling this method
     double ComputeSpacingBetweenSlices() const;
+
+    // WARNING - The slices must have been sorted before calling this method
+    bool AreAllSlicesDistinct() const;
   };
 }