SALOME - SMESH
|
#include <DriverUNV_R_SMDS_Mesh.h>
Public Types | |
enum | Status { DRS_OK, DRS_EMPTY, DRS_WARN_RENUMBER, DRS_WARN_SKIP_ELEM, DRS_FAIL } |
Public Member Functions | |
DriverUNV_R_SMDS_Mesh () | |
~DriverUNV_R_SMDS_Mesh () | |
virtual Status | Perform () |
const SMDS_MeshGroup * | GetGroup () const |
const TGroupNamesMap & | GetGroupNamesMap () const |
const TGroupIdMap & | GetGroupIdMap () const |
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 | |
SMDS_MeshGroup * | myGroup |
TGroupNamesMap | myGroupNames |
TGroupIdMap | myGroupId |
Definition at line 42 of file DriverUNV_R_SMDS_Mesh.h.
|
inherited |
Definition at line 47 of file Driver_Mesh.h.
DriverUNV_R_SMDS_Mesh::DriverUNV_R_SMDS_Mesh | ( | ) |
Definition at line 45 of file DriverUNV_R_SMDS_Mesh.h.
DriverUNV_R_SMDS_Mesh::~DriverUNV_R_SMDS_Mesh | ( | ) |
|
virtual |
Implements Driver_Mesh.
const SMDS_MeshGroup* DriverUNV_R_SMDS_Mesh::GetGroup | ( | ) | const |
Definition at line 50 of file DriverUNV_R_SMDS_Mesh.h.
const TGroupNamesMap& DriverUNV_R_SMDS_Mesh::GetGroupNamesMap | ( | ) | const |
Definition at line 51 of file DriverUNV_R_SMDS_Mesh.h.
const TGroupIdMap& DriverUNV_R_SMDS_Mesh::GetGroupIdMap | ( | ) | const |
Definition at line 52 of file DriverUNV_R_SMDS_Mesh.h.
|
inherited |
|
inherited |
|
inherited |
|
private |
Definition at line 55 of file DriverUNV_R_SMDS_Mesh.h.
|
private |
Definition at line 56 of file DriverUNV_R_SMDS_Mesh.h.
|
private |
Definition at line 57 of file DriverUNV_R_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.