Salome HOME
fix bug 10638: add and use SMESH_Mesh::GetGroups() allowing correct PythonDump of...
[modules/smesh.git] / src / SMESH_I / SMESH_Mesh_i.hxx
index 7b82637cef3ba491735aa42031ecd5cd127c72cf..e2fde0283968cc148ac0156102867ea901698ca9 100644 (file)
@@ -99,6 +99,9 @@ public:
   void RemoveGroupWithContents( SMESH::SMESH_GroupBase_ptr theGroup )
     throw (SALOME::SALOME_Exception);
   
+  SMESH::ListOfGroups* GetGroups()
+    throw (SALOME::SALOME_Exception);
+
   SMESH::SMESH_Group_ptr UnionGroups( SMESH::SMESH_GroupBase_ptr theGroup1, 
                                       SMESH::SMESH_GroupBase_ptr theGroup2, 
                                       const char* theName )