Salome HOME
Compatibility with gcc 4.1 (centos 5)
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.hxx
index 798670f6bf54a72a9c060b7ebcba846f0b117980..bbd544fabf3334b7d708ae85d9d4d0da325050e0 100644 (file)
@@ -326,6 +326,12 @@ public:
                                                  CORBA::Short          theSubShapeID )
     throw ( SALOME::SALOME_Exception );
 
+  // Create groups of elements preventing computation of a sub-shape
+  SMESH::ListOfGroups* MakeGroupsOfBadInputElements( SMESH::SMESH_Mesh_ptr theMesh,
+                                                     CORBA::Short          theSubShapeID,
+                                                     const char*           theGroupName)
+    throw ( SALOME::SALOME_Exception );
+
   // Get sub-shapes unique ID's list
   SMESH::long_array* GetSubShapesId( GEOM::GEOM_Object_ptr      theMainShapeObject,
                                      const SMESH::object_array& theListOfSubShape )