SALOME - SMESH
Driver_Mesh Class Referenceabstract

#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

◆ Status

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::Driver_Mesh ( )

◆ ~Driver_Mesh()

virtual Driver_Mesh::~Driver_Mesh ( )
virtual

Definition at line 45 of file Driver_Mesh.h.

Member Function Documentation

◆ Perform()

virtual Status Driver_Mesh::Perform ( )
pure virtual

◆ SetMeshId()

void Driver_Mesh::SetMeshId ( int  theMeshId)

◆ SetFile()

void Driver_Mesh::SetFile ( const std::string &  theFileName)

Field Documentation

◆ myFile

std::string Driver_Mesh::myFile
protected

Definition at line 61 of file Driver_Mesh.h.

◆ myMeshId

int Driver_Mesh::myMeshId
protected

Definition at line 62 of file Driver_Mesh.h.