#include <DriverUNV_R_SMESHDS_Document.h>

Public Member Functions | |
| virtual void | Perform ()=0 |
| void | SetFile (const std::string &theFileName) |
| void | SetDocument (SMESHDS_Document *theDocument) |
Protected Attributes | |
| SMESHDS_Document * | myDocument |
| std::string | myFile |
Definition at line 30 of file DriverUNV_R_SMESHDS_Document.h.
| virtual void Driver_Document.Perform | ( | ) | [pure virtual, inherited] |
| void Driver_Document::SetDocument | ( | SMESHDS_Document * | theDocument | ) | [inherited] |
Definition at line 36 of file Driver_Document.cxx.
References Driver_Document.myDocument.
{
myDocument = theDocument;
}
| void Driver_Document::SetFile | ( | const std::string & | theFileName | ) | [inherited] |
Definition at line 30 of file Driver_Document.cxx.
References Driver_Document.myFile, and SMESH_Nut.theFileName.
{
myFile = theFileName;
}
SMESHDS_Document* Driver_Document.myDocument [protected, inherited] |
Definition at line 43 of file Driver_Document.h.
Referenced by Driver_Document.SetDocument().
std::string Driver_Document.myFile [protected, inherited] |
Definition at line 44 of file Driver_Document.h.
Referenced by Driver_Document.SetFile().