SALOME - SMESH
DriverUNV_R_SMDS_Mesh Class Reference

#include <DriverUNV_R_SMDS_Mesh.h>

Inheritance diagram for DriverUNV_R_SMDS_Mesh:
Inheritance graph
Collaboration diagram for DriverUNV_R_SMDS_Mesh:
Collaboration 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
 

Detailed Description

Definition at line 42 of file DriverUNV_R_SMDS_Mesh.h.

Member Enumeration Documentation

◆ Status

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.

Constructor & Destructor Documentation

◆ DriverUNV_R_SMDS_Mesh()

DriverUNV_R_SMDS_Mesh::DriverUNV_R_SMDS_Mesh ( )

Definition at line 45 of file DriverUNV_R_SMDS_Mesh.h.

◆ ~DriverUNV_R_SMDS_Mesh()

DriverUNV_R_SMDS_Mesh::~DriverUNV_R_SMDS_Mesh ( )

Member Function Documentation

◆ Perform()

virtual Status DriverUNV_R_SMDS_Mesh::Perform ( )
virtual

Implements Driver_Mesh.

◆ GetGroup()

const SMDS_MeshGroup* DriverUNV_R_SMDS_Mesh::GetGroup ( ) const

Definition at line 50 of file DriverUNV_R_SMDS_Mesh.h.

◆ GetGroupNamesMap()

const TGroupNamesMap& DriverUNV_R_SMDS_Mesh::GetGroupNamesMap ( ) const

Definition at line 51 of file DriverUNV_R_SMDS_Mesh.h.

◆ GetGroupIdMap()

const TGroupIdMap& DriverUNV_R_SMDS_Mesh::GetGroupIdMap ( ) const

Definition at line 52 of file DriverUNV_R_SMDS_Mesh.h.

◆ SetMesh()

void Driver_SMDS_Mesh::SetMesh ( SMDS_Mesh theMesh)
inherited

◆ SetMeshId()

void Driver_Mesh::SetMeshId ( int  theMeshId)
inherited

◆ SetFile()

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

Field Documentation

◆ myGroup

SMDS_MeshGroup* DriverUNV_R_SMDS_Mesh::myGroup
private

Definition at line 55 of file DriverUNV_R_SMDS_Mesh.h.

◆ myGroupNames

TGroupNamesMap DriverUNV_R_SMDS_Mesh::myGroupNames
private

Definition at line 56 of file DriverUNV_R_SMDS_Mesh.h.

◆ myGroupId

TGroupIdMap DriverUNV_R_SMDS_Mesh::myGroupId
private

Definition at line 57 of file DriverUNV_R_SMDS_Mesh.h.

◆ myMesh

SMDS_Mesh* Driver_SMDS_Mesh::myMesh
protectedinherited

Definition at line 36 of file Driver_SMDS_Mesh.h.

◆ myFile

std::string Driver_Mesh::myFile
protectedinherited

Definition at line 61 of file Driver_Mesh.h.

◆ myMeshId

int Driver_Mesh::myMeshId
protectedinherited

Definition at line 62 of file Driver_Mesh.h.