Salome HOME
This commit was generated by cvs2git to create branch 'IMPORT'.
[modules/smesh.git] / src / Driver / Document_Writer.cxx
1 using namespace std;
2 #include "Document_Writer.h"
3
4 void Document_Writer::SetFile(string aFile) {
5   myFile = aFile;
6 }
7
8 void Document_Writer::SetDocument(Handle(SMESHDS_Document)& aDoc) {
9   myDocument = aDoc;
10 }
11