|
SALOME - SMESH
|
#include <Driver_Mesh.h>


Public Types | |
| enum | Status { DRS_OK, DRS_EMPTY, DRS_WARN_RENUMBER, DRS_WARN_SKIP_ELEM, DRS_FAIL } |
Public Member Functions | |
| Driver_Mesh () | |
| virtual | ~Driver_Mesh () |
| virtual Status | Perform ()=0 |
| void | SetMeshId (int theMeshId) |
| void | SetFile (const std::string &theFileName) |
Protected Attributes | |
| std::string | myFile |
| int | myMeshId |
Definition at line 41 of file Driver_Mesh.h.
| enum Driver_Mesh::Status |
| Enumerator | |
|---|---|
| DRS_OK | |
| DRS_EMPTY | |
| DRS_WARN_RENUMBER | |
| DRS_WARN_SKIP_ELEM | |
| DRS_FAIL | |
Definition at line 47 of file Driver_Mesh.h.
| Driver_Mesh::Driver_Mesh | ( | ) |
|
virtual |
Definition at line 45 of file Driver_Mesh.h.
|
pure virtual |
| void Driver_Mesh::SetMeshId | ( | int | theMeshId | ) |
| void Driver_Mesh::SetFile | ( | const std::string & | theFileName | ) |
|
protected |
Definition at line 61 of file Driver_Mesh.h.
|
protected |
Definition at line 62 of file Driver_Mesh.h.