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


Public Types | |
| enum | Status { DRS_OK, DRS_EMPTY, DRS_WARN_RENUMBER, DRS_WARN_SKIP_ELEM, DRS_FAIL } |
Public Member Functions | |
| Driver_SMDS_Mesh () | |
| void | SetMesh (SMDS_Mesh *theMesh) |
| virtual Status | Perform ()=0 |
| void | SetMeshId (int theMeshId) |
| void | SetFile (const std::string &theFileName) |
Protected Attributes | |
| SMDS_Mesh * | myMesh |
| std::string | myFile |
| int | myMeshId |
Definition at line 29 of file Driver_SMDS_Mesh.h.
|
inherited |
| Enumerator | |
|---|---|
| DRS_OK | |
| DRS_EMPTY | |
| DRS_WARN_RENUMBER | |
| DRS_WARN_SKIP_ELEM | |
| DRS_FAIL | |
Definition at line 47 of file Driver_Mesh.h.
| Driver_SMDS_Mesh::Driver_SMDS_Mesh | ( | ) |
| void Driver_SMDS_Mesh::SetMesh | ( | SMDS_Mesh * | theMesh | ) |
|
pure virtualinherited |
Implemented in DriverUNV_R_SMDS_Mesh, DriverSTL_W_SMDS_Mesh, DriverUNV_W_SMDS_Mesh, DriverDAT_W_SMDS_Mesh, DriverSTL_R_SMDS_Mesh, and DriverDAT_R_SMDS_Mesh.
Referenced by DriverUNV_R_SMDS_Mesh::DriverUNV_R_SMDS_Mesh().

|
inherited |
|
inherited |
|
protected |
Definition at line 36 of file Driver_SMDS_Mesh.h.
|
protectedinherited |
Definition at line 61 of file Driver_Mesh.h.
|
protectedinherited |
Definition at line 62 of file Driver_Mesh.h.