SALOME - SMESH
|
#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 |
Definition at line 31 of file Driver_Document.h.
Driver_Document::Driver_Document | ( | ) |
|
virtual |
Definition at line 35 of file Driver_Document.h.
|
pure virtual |
void Driver_Document::SetFile | ( | const std::string & | theFileName | ) |
void Driver_Document::SetDocument | ( | SMESHDS_Document * | theDocument | ) |
|
protected |
Definition at line 42 of file Driver_Document.h.
|
protected |
Definition at line 43 of file Driver_Document.h.