SALOME - SMESH
DriverUNV_R_SMESHDS_Mesh Class Reference

#include <DriverUNV_R_SMESHDS_Mesh.h>

Inheritance diagram for DriverUNV_R_SMESHDS_Mesh:
Inheritance graph
Collaboration diagram for DriverUNV_R_SMESHDS_Mesh:
Collaboration graph

Public Types

enum  Status {
  DRS_OK, DRS_EMPTY, DRS_WARN_RENUMBER, DRS_WARN_SKIP_ELEM,
  DRS_FAIL
}

Public Member Functions

void SetMesh (SMESHDS_Mesh *theMesh)
virtual Status Perform ()=0
void SetMeshId (int theMeshId)
void SetFile (const std::string &theFileName)

Protected Attributes

SMESHDS_MeshmyMesh
std::string myFile
int myMeshId

Detailed Description

Definition at line 29 of file DriverUNV_R_SMESHDS_Mesh.h.


Member Enumeration Documentation

enum Driver_Mesh::Status [inherited]
Enumerator:
DRS_OK 
DRS_EMPTY 
DRS_WARN_RENUMBER 
DRS_WARN_SKIP_ELEM 
DRS_FAIL 

Definition at line 47 of file Driver_Mesh.h.


Member Function Documentation

void Driver_SMESHDS_Mesh.SetMesh ( SMESHDS_Mesh theMesh) [inherited]
virtual Status Driver_Mesh.Perform ( ) [pure virtual, inherited]
void Driver_Mesh.SetMeshId ( int  theMeshId) [inherited]
void Driver_Mesh.SetFile ( const std::string &  theFileName) [inherited]

Field Documentation

SMESHDS_Mesh* Driver_SMESHDS_Mesh.myMesh [protected, inherited]

Definition at line 36 of file Driver_SMESHDS_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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines