Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / PartSet / PartSet_TestOCC.h
index 5de140c30af412fc88e09c8529b2b22c7bb0c23f..e4b8dd005417a9c2eddd74fba7dbb5c4d7a9f428 100644 (file)
@@ -28,15 +28,15 @@ public:
   /// BUG: The result contains the selection from the first presentation
   /// \param theContext a viewer interactive context
   /// \param theContext a view
-  static void testSelection_OCC(Handle_AIS_InteractiveContext theContext,
-                                Handle_V3d_View theView);
+  static void local_selection_change_shape(Handle_AIS_InteractiveContext theContext,
+                                           Handle_V3d_View theView);
 
   /// Creates row OCC presentation, activate in the local context, select it, erase the presentation
   /// BUG: The selected shape are in the viewer even after erase
   /// \param theContext a viewer interactive context
   /// \param theContext a view
-  static void testErase_OCC(Handle_AIS_InteractiveContext theContext,
-                            Handle_V3d_View theView);
+  static void local_selection_erase(Handle_AIS_InteractiveContext theContext,
+                                    Handle_V3d_View theView);
 
 private: