smesh/src/DriverUNV/DriverUNV_R_SMESHDS_Document.h

25 lines
491 B
C
Raw Normal View History

2003-05-19 19:18:36 +06:00
#ifndef _INCLUDE_DRIVERUNV_R_SMESHDS_DOCUMENT
#define _INCLUDE_DRIVERUNV_R_SMESHDS_DOCUMENT
#include <stdio.h>
#include "SMESHDS_Document.hxx"
#include "Document_Reader.h"
class DriverUNV_R_SMESHDS_Document : public Document_Reader {
public :
DriverUNV_R_SMESHDS_Document();
~DriverUNV_R_SMESHDS_Document();
void Read();
//void SetFile(string);
//void SetDocument(Handle_SMESHDS_Document&);
private :
//Handle_SMESHDS_Document myDocument;
//string myFile;
};
#endif