Salome HOME
debug exporting MED files, adding meshes, different MED versions...
[modules/smesh.git] / idl / SMESH_Gen.idl
index ec7b9ebba6250876b1eee7ca8e349bf89de83d02..81e4a48cc1636577b28140beb3dbf56043cabd12 100644 (file)
@@ -422,10 +422,15 @@ module SMESH
     string GetMEDVersion(in string theFileName);
 
     /*!
     string GetMEDVersion(in string theFileName);
 
     /*!
-     * \brief Check compatibility of file with MED format being used.
+     * \brief Check compatibility of file with MED format being used, for read only.
      */
     boolean CheckCompatibility(in string theFileName);
 
      */
     boolean CheckCompatibility(in string theFileName);
 
+    /*!
+     * \brief Check compatibility of file with MED format being used, for append on write.
+     */
+    boolean CheckWriteCompatibility(in string theFileName);
+
     /*!
      * \brief Get names of meshes defined in file with the specified name.
      */
     /*!
      * \brief Get names of meshes defined in file with the specified name.
      */