#include <Driver_Document.h>
Public Member Functions | |
| Driver_Document () | |
| virtual | ~Driver_Document () |
| virtual void | Perform ()=0 |
| void | SetFile (const std::string &theFileName) |
| void | SetDocument (SMESHDS_Document *theDocument) |
Protected Attributes | |
| SMESHDS_Document * | myDocument |
| std::string | myFile |
| Driver_Document::Driver_Document | ( | ) |
|
virtual |
|
pure virtual |
| void Driver_Document::SetDocument | ( | SMESHDS_Document * | theDocument | ) |
References myDocument.
| void Driver_Document::SetFile | ( | const std::string & | theFileName | ) |
References myFile.
|
protected |
Referenced by SetDocument().
|
protected |
Referenced by SetFile().