SALOME - SMESH
Driver_Mesh Class Reference

#include <Driver_Mesh.h>

Inheritance diagram for Driver_Mesh:
Inheritance graph
Collaboration diagram for Driver_Mesh:
Collaboration graph

Public Types

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

Public Member Functions

 Driver_Mesh ()
virtual ~Driver_Mesh ()
virtual Status Perform ()=0
void SetMeshId (int theMeshId)
void SetFile (const std::string &theFileName)

Protected Attributes

std::string myFile
int myMeshId

Member Enumeration Documentation

Enumerator:
DRS_OK 
DRS_EMPTY 
DRS_WARN_RENUMBER 
DRS_WARN_SKIP_ELEM 
DRS_FAIL 

Definition at line 47 of file Driver_Mesh.h.


Constructor & Destructor Documentation

Driver_Mesh::Driver_Mesh ( )
virtual Driver_Mesh::~Driver_Mesh ( ) [virtual]

Definition at line 45 of file Driver_Mesh.h.


Member Function Documentation

void Driver_Mesh::SetMeshId ( int  theMeshId)
void Driver_Mesh::SetFile ( const std::string theFileName)

Field Documentation

Definition at line 61 of file Driver_Mesh.h.

int Driver_Mesh::myMeshId [protected]

Definition at line 62 of file Driver_Mesh.h.