diff Samples/Common/CreateLineMeasureTracker.h @ 645:1e9ed656318e

Merge + ongoing measure work
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 13 May 2019 15:12:56 +0200
parents f939f449482c
children 462a5074f914
line wrap: on
line diff
--- a/Samples/Common/CreateLineMeasureTracker.h	Fri May 10 16:15:55 2019 +0200
+++ b/Samples/Common/CreateLineMeasureTracker.h	Mon May 13 15:12:56 2019 +0200
@@ -45,5 +45,8 @@
     virtual void PointerMove(const PointerEvent& e) ORTHANC_OVERRIDE;
     virtual void PointerUp(const PointerEvent& e) ORTHANC_OVERRIDE;
     virtual void PointerDown(const PointerEvent& e) ORTHANC_OVERRIDE;
+
+  private:
+    CreateLineMeasureCommandPtr GetCommand();
   };
 }