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


Public Types | |
| enum | Status { DRS_OK, DRS_EMPTY, DRS_WARN_RENUMBER, DRS_WARN_SKIP_ELEM, DRS_FAIL } |
Public Member Functions | |
| virtual Status | Perform () |
| void | AddGroup (SMESHDS_GroupBase *theGroup) |
| void | SetMesh (SMDS_Mesh *theMesh) |
| void | SetMeshId (int theMeshId) |
| void | SetFile (const std::string &theFileName) |
Protected Attributes | |
| SMDS_Mesh * | myMesh |
| std::string | myFile |
| int | myMeshId |
Private Attributes | |
| TGroupList | myGroups |
Definition at line 34 of file DriverUNV_W_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.
|
virtual |
Implements Driver_Mesh.
| void DriverUNV_W_SMDS_Mesh::AddGroup | ( | SMESHDS_GroupBase * | theGroup | ) |
Definition at line 39 of file DriverUNV_W_SMDS_Mesh.h.
|
inherited |
|
inherited |
|
inherited |
|
private |
Definition at line 42 of file DriverUNV_W_SMDS_Mesh.h.
|
protectedinherited |
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.