Salome HOME
Optimization of GetShapesOn<xxx> functionality
[modules/geom.git] / src / GEOM_I / GEOM_IGroupOperations_i.hh
index 068f0916dccb1ff304b3a14dd296eb4905dfeeac..e730101d4d03274499737dad9c6781301537f253 100644 (file)
@@ -30,6 +30,10 @@ class GEOM_IGroupOperations_i :
 
   void DifferenceList (GEOM::GEOM_Object_ptr theGroup, const GEOM::ListOfGO& theSubShapes);
 
+  void UnionIDs (GEOM::GEOM_Object_ptr theGroup, const GEOM::ListOfLong& theSubShapes);
+
+  void DifferenceIDs (GEOM::GEOM_Object_ptr theGroup, const GEOM::ListOfLong& theSubShapes);
+
   CORBA::Long GetType (GEOM::GEOM_Object_ptr theGroup);
   
   GEOM::GEOM_Object_ptr GetMainShape (GEOM::GEOM_Object_ptr theGroup);