smesh/src/Driver/Document_Writer.cxx

12 lines
210 B
C++
Raw Normal View History

2003-05-19 20:07:00 +06:00
using namespace std;
#include "Document_Writer.h"
void Document_Writer::SetFile(string aFile) {
myFile = aFile;
}
void Document_Writer::SetDocument(Handle(SMESHDS_Document)& aDoc) {
myDocument = aDoc;
}