diff Framework/StoneEnumerations.h @ 410:6decc0ba9da5

rename RadiographyScene::Layer as RadiographyLayer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 12 Nov 2018 15:52:03 +0100
parents 3942123602ba
children f87f28624b96 b85f635f1eb5 b70e9be013e4
line wrap: on
line diff
--- a/Framework/StoneEnumerations.h	Mon Nov 12 15:38:11 2018 +0100
+++ b/Framework/StoneEnumerations.h	Mon Nov 12 15:52:03 2018 +0100
@@ -166,7 +166,16 @@
     MessageType_CustomMessage // Custom messages ids ust be greater than this (this one must remain in last position)
   };
 
+  
+  enum Corner
+  {
+    Corner_TopLeft,
+    Corner_TopRight,
+    Corner_BottomLeft,
+    Corner_BottomRight
+  };
 
+  
   bool StringToSopClassUid(SopClassUid& result,
                            const std::string& source);