SALOME - SMESH
|
#include <DriverDAT_R_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 | SetMesh (SMDS_Mesh *theMesh) |
void | SetMeshId (int theMeshId) |
void | SetFile (const std::string &theFileName) |
Protected Attributes | |
SMDS_Mesh * | myMesh |
std::string | myFile |
int | myMeshId |
enum Driver_Mesh::Status [inherited] |
Definition at line 47 of file Driver_Mesh.h.
virtual Status DriverDAT_R_SMDS_Mesh::Perform | ( | ) | [virtual] |
Implements Driver_Mesh.
void Driver_SMDS_Mesh::SetMesh | ( | SMDS_Mesh * | theMesh | ) | [inherited] |
void Driver_Mesh::SetMeshId | ( | int | theMeshId | ) | [inherited] |
void Driver_Mesh::SetFile | ( | const std::string & | theFileName | ) | [inherited] |
SMDS_Mesh* Driver_SMDS_Mesh::myMesh [protected, inherited] |
Definition at line 36 of file Driver_SMDS_Mesh.h.
std::string Driver_Mesh::myFile [protected, inherited] |
Definition at line 61 of file Driver_Mesh.h.
int Driver_Mesh::myMeshId [protected, inherited] |
Definition at line 62 of file Driver_Mesh.h.