Salome HOME
refs #550: fix crash when myObject is NULL
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 5640e00963717743b0952e87f04f965c4cf38b45..e040afc8c6b2fede747cd8e0355d758b0d9a769b 100644 (file)
@@ -105,7 +105,13 @@ enum OperationId
 
   RiverBottomId,
   RiverBottomContextId,
-  ProfileInterpolateId
+  ProfileInterpolateId,
+
+  RecognizeContoursId
+  SubmersibleId,
+  ImportPolylineId,
+  ExportPolylineId
+
 };
 
 #endif