Salome HOME
DCQ : Merge with Ecole_Ete_a6.
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index f179f68dc10f9e56b760dc1f389f7784322ff2c1..fbda43b0259c0c0fa2af3ec26fa9ec5f92deff8c 100644 (file)
@@ -101,9 +101,8 @@ class SMESH_Mesh
                GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp)
                throw(SALOME_Exception);
 
-       void ExportDAT(const char *file) throw(SALOME_Exception);
-       void ExportMED(const char *file) throw(SALOME_Exception);
-       void ExportUNV(const char *file) throw(SALOME_Exception);
+       void Export(const char *fileName, const char *fileType)
+               throw(SALOME_Exception);
 
        int NbNodes() throw(SALOME_Exception);