diff Framework/Toolbox/Slice.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 bd48431ac285
children efd9ef2b67f1
line wrap: on
line diff
--- a/Framework/Toolbox/Slice.h	Fri May 26 16:11:52 2017 +0200
+++ b/Framework/Toolbox/Slice.h	Fri May 26 18:27:59 2017 +0200
@@ -95,9 +95,6 @@
 
     const DicomFrameConverter& GetConverter() const;
 
-    bool ContainsPlane(const SliceGeometry& plane) const
-    {
-      return geometry_.IsSamePlane(plane, thickness_);
-    }
+    bool ContainsPlane(const SliceGeometry& plane) const;
   };
 }