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 |
Driver_Document::Driver_Document | ( | ) |
virtual Driver_Document::~Driver_Document | ( | ) | [virtual] |
Definition at line 35 of file Driver_Document.h.
virtual void Driver_Document::Perform | ( | ) | [pure virtual] |
void Driver_Document::SetFile | ( | const std::string & | theFileName | ) |
void Driver_Document::SetDocument | ( | SMESHDS_Document * | theDocument | ) |
SMESHDS_Document* Driver_Document::myDocument [protected] |
Definition at line 42 of file Driver_Document.h.
std::string Driver_Document::myFile [protected] |
Definition at line 43 of file Driver_Document.h.