Salome HOME
PAL10491. Add GetAlgoState()
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.hxx
index 152edb6cea9a9dae43d351ce34053455c5b9cfa7..1ffe1993fa50f8acf19321ec530d05ca474cb8c7 100644 (file)
@@ -203,6 +203,11 @@ public:
                                    GEOM::GEOM_Object_ptr theShapeObject )
     throw ( SALOME::SALOME_Exception );
 
+  // Returns errors of hypotheses definintion
+  SMESH::algo_error_array* GetAlgoState( SMESH::SMESH_Mesh_ptr theMesh, 
+                                         GEOM::GEOM_Object_ptr theSubObject )
+      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 )