DriverUNV_R_SMDS_Mesh Class Reference

#include <DriverUNV_R_SMDS_Mesh.h>

Inheritance diagram for DriverUNV_R_SMDS_Mesh:

Inheritance graph

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_MeshGroupGetGroup () const
const TGroupNamesMapGetGroupNamesMap () const
const TGroupIdMapGetGroupIdMap () const
void SetMesh (SMDS_Mesh *theMesh)
void SetMeshId (int theMeshId)
void SetFile (const std::string &theFileName)

Protected Attributes

SMDS_MeshmyMesh
std::string myFile
int myMeshId

Private Attributes

SMDS_MeshGroupmyGroup
TGroupNamesMap myGroupNames
TGroupIdMap myGroupId

Member Enumeration Documentation

enum Driver_Mesh::Status [inherited]
 

Enumerator:
DRS_OK 
DRS_EMPTY 
DRS_WARN_RENUMBER 
DRS_WARN_SKIP_ELEM 
DRS_FAIL 


Constructor & Destructor Documentation

DriverUNV_R_SMDS_Mesh.DriverUNV_R_SMDS_Mesh  ) 
 

DriverUNV_R_SMDS_Mesh::~DriverUNV_R_SMDS_Mesh  ) 
 


Member Function Documentation

Driver_Mesh::Status DriverUNV_R_SMDS_Mesh::Perform  )  [virtual]
 

Implements Driver_Mesh.

const SMDS_MeshGroup* DriverUNV_R_SMDS_Mesh.GetGroup  )  const
 

const TGroupNamesMap& DriverUNV_R_SMDS_Mesh.GetGroupNamesMap  )  const
 

const TGroupIdMap& DriverUNV_R_SMDS_Mesh.GetGroupIdMap  )  const
 

void Driver_SMDS_Mesh::SetMesh SMDS_Mesh theMesh  )  [inherited]
 

void Driver_Mesh::SetMeshId int  theMeshId  )  [inherited]
 

void Driver_Mesh::SetFile const std::string &  theFileName  )  [inherited]
 

Reimplemented in DriverMED_W_SMESHDS_Mesh.


Field Documentation

SMDS_MeshGroup* DriverUNV_R_SMDS_Mesh.myGroup [private]
 

TGroupNamesMap DriverUNV_R_SMDS_Mesh.myGroupNames [private]
 

TGroupIdMap DriverUNV_R_SMDS_Mesh.myGroupId [private]
 

SMDS_Mesh* Driver_SMDS_Mesh.myMesh [protected, inherited]
 

std::string Driver_Mesh.myFile [protected, inherited]
 

int Driver_Mesh.myMeshId [protected, inherited]