Salome HOME
Merge br_enable_import_mesh. Enable import mesh and save/load SMESH study.
[modules/smesh.git] / src / SMESH / SMESH_Gen.hxx
index 5443c0e4c9f3870df9ef0c2b021a573e2405e15f..70f17f50605287ab1479e3a01d0bcbaf05692dec 100644 (file)
@@ -69,7 +69,8 @@ class SMESH_Gen
 
        static int GetShapeDim(const TopoDS_Shape & aShape);
        SMESH_Algo *GetAlgo(SMESH_Mesh & aMesh, const TopoDS_Shape & aShape);
-
+       SMESH_Mesh *Import(int studyId, const char * fileName, const char * fileType);
        // inherited methods from SALOMEDS::Driver
 
        void Save(int studyId, const char *aUrlOfFile);