diff Framework/Toolbox/SlicesSorter.h @ 683:dbc1d8bfc68a

reorganizing ImageBuffer3D
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 May 2019 16:01:36 +0200
parents e9339f2b5de7
children 24fecc02bfb1
line wrap: on
line diff
--- a/Framework/Toolbox/SlicesSorter.h	Thu May 16 14:26:11 2019 +0200
+++ b/Framework/Toolbox/SlicesSorter.h	Thu May 16 16:01:36 2019 +0200
@@ -84,7 +84,8 @@
     // slices. This is notably the case if all the slices are not
     // parallel to the reference normal that will be selected.
     bool Sort();
-    
+
+    // TODO - Remove this
     bool LookupClosestSlice(size_t& index,
                             double& distance,
                             const CoordinateSystem3D& slice) const;