Salome HOME
Initialisation module SMESH_SRC de la base SMESH
[modules/smesh.git] / src / DriverMED / DriverMED_R_SMESHDS_Document.h
1 #ifndef _INCLUDE_DRIVERMED_R_SMESHDS_DOCUMENT
2 #define _INCLUDE_DRIVERMED_R_SMESHDS_DOCUMENT
3
4 #include "SMESHDS_Document.hxx"
5 #include "Document_Reader.h"
6
7 extern "C"
8 {
9 #include <med.h>
10 }
11
12 class DriverMED_R_SMESHDS_Document : public Document_Reader {
13   
14 public :
15   DriverMED_R_SMESHDS_Document();
16   ~DriverMED_R_SMESHDS_Document();
17  
18   void Read();
19   //void SetFile(string);
20
21 private :
22   //Handle_SMESHDS_Document myDocument;
23   //string myFile; 
24
25 };
26 #endif