diff Framework/Toolbox/SliceGeometry.h @ 89:f244018a4e4b wasm

BUGGY- trying to remove IVolumeSlicesObserver
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 May 2017 18:27:59 +0200
parents f5f54ed8d307
children
line wrap: on
line diff
--- a/Framework/Toolbox/SliceGeometry.h	Fri May 26 16:11:52 2017 +0200
+++ b/Framework/Toolbox/SliceGeometry.h	Fri May 26 18:27:59 2017 +0200
@@ -88,8 +88,5 @@
     void ProjectPoint(double& offsetX,
                       double& offsetY,
                       const Vector& point) const;
-
-    bool IsSamePlane(const SliceGeometry& slice,
-                     double sliceThickness) const;
   };
 }