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