Version: 5.1.6

MED_EN.MESH_ENTITIES Class Reference

#include <MEDMEM_DriversDef.hxx>

Inherits std::map< int, const list< MED_EN::medGeometryElement > >.

Public Member Functions

 MESH_ENTITIES ()
 ~MESH_ENTITIES ()
const list
< MED_EN::medGeometryElement > & 
operator[] (const MED_EN::medEntityMesh &c) const
list
< MED_EN::medGeometryElement > & 
operator[] (const MED_EN::medEntityMesh &c)

Detailed Description

This Class inherits from map.
It is a constant map association int (which is a med_entite_maillage) and a list.
Operator[] returns the list of all exisiting med_geometrie_element for a med_entite_maillage value.
Such a static map is instancied and can be used in any code to have the name of the geometry of an element : MED_FR:MESH_ENTITIES A simple test/use case can be found in test/testUGeoNameMeshEntities.cxx


Constructor & Destructor Documentation

MED_EN.MESH_ENTITIES::MESH_ENTITIES (  ) 
MED_EN.MESH_ENTITIES::~MESH_ENTITIES (  ) 

Member Function Documentation

const list< MED_EN::medGeometryElement > & MED_EN.MESH_ENTITIES::operator[] ( const MED_EN::medEntityMesh c  )  const
list< MED_EN::medGeometryElement > & MED_EN.MESH_ENTITIES::operator[] ( const MED_EN::medEntityMesh c  ) 

This operator is used to initialize class objects of type const list<med_geometrie_element>