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

Detailed Description

Definition at line 41 of file Driver_Mesh.h.


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

std::string Driver_Mesh.myFile [protected]

Definition at line 61 of file Driver_Mesh.h.

Definition at line 62 of file Driver_Mesh.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines