diff OrthancStone/Sources/Toolbox/SlicesSorter.h @ 1766:ae18b5cfbd3e

VolumeImageGeometry::DetectProjection() reports if normal is opposite
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 May 2021 11:31:34 +0200
parents 9ac2a65d4172
children 3889ae96d2e9
line wrap: on
line diff
--- a/OrthancStone/Sources/Toolbox/SlicesSorter.h	Tue May 11 11:01:22 2021 +0200
+++ b/OrthancStone/Sources/Toolbox/SlicesSorter.h	Tue May 11 11:31:34 2021 +0200
@@ -86,11 +86,6 @@
     // 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;
-
     // WARNING - The slices must have been sorted before calling this method
     bool ComputeSpacingBetweenSlices(double& spacing /* out */) const;