Salome HOME
Allow saving groups with non-ascii names.
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index 78681c396fd8679bf750f210d5fd36b0ec893e81..c52b5ef2ef8705b0e4f522fa205c9fdd73c9b10c 100644 (file)
@@ -235,6 +235,11 @@ class SMESH_EXPORT SMESH_Mesh
    */
   bool HasModificationsToDiscard() const;
 
+  /*!
+   * \brief Return true if all sub-meshes are computed OK - to update an icon
+   */
+  bool IsComputedOK();
+
   /*!
    * \brief Return data map of descendant to ancestor shapes
    */
@@ -249,6 +254,7 @@ class SMESH_EXPORT SMESH_Mesh
   void ExportMED(const char *        theFile, 
                  const char*         theMeshName = NULL, 
                  bool                theAutoGroups = true, 
+                 int                 TheMinor = -1,
                  const SMESHDS_Mesh* theMeshPart = 0,
                  bool                theAutoDimension = false,
                  bool                theAddODOnVertices = false,