diff Framework/StoneEnumerations.h @ 476:a95090305dd4 am-touch-events

Introduced ControlPoint instead of Corner in the trackers and layers + drawing mask from the ControlPoints
author am@osimis.io
date Wed, 13 Feb 2019 12:04:02 +0100
parents a750f11892ec
children 77e0eb83ff63
line wrap: on
line diff
--- a/Framework/StoneEnumerations.h	Tue Feb 12 12:22:13 2019 +0100
+++ b/Framework/StoneEnumerations.h	Wed Feb 13 12:04:02 2019 +0100
@@ -172,12 +172,12 @@
   };
 
   
-  enum Corner
+  enum ControlPointType
   {
-    Corner_TopLeft,
-    Corner_TopRight,
-    Corner_BottomLeft,
-    Corner_BottomRight
+    ControlPoint_TopLeftCorner = 0,
+    ControlPoint_TopRightCorner = 1,
+    ControlPoint_BottomRightCorner = 2,
+    ControlPoint_BottomLeftCorner = 3
   };
 
   enum PhotometricDisplayMode