Salome HOME
Add support for tetra, pyramid and prism
[modules/smesh.git] / src / DriverUNV / DriverUNV_R_SMESHDS_Document.h
1 #ifndef _INCLUDE_DRIVERUNV_R_SMESHDS_DOCUMENT
2 #define _INCLUDE_DRIVERUNV_R_SMESHDS_DOCUMENT
3
4 #include <stdio.h>
5
6 #include "SMESHDS_Document.hxx"
7 #include "Document_Reader.h"
8
9 class DriverUNV_R_SMESHDS_Document : public Document_Reader {
10   
11 public :
12   DriverUNV_R_SMESHDS_Document();
13   ~DriverUNV_R_SMESHDS_Document();
14  
15   void Read();
16   //void SetFile(string);
17   //void SetDocument(Handle_SMESHDS_Document&);
18
19 private :
20   //Handle_SMESHDS_Document myDocument;
21   //string myFile; 
22
23 };
24 #endif