#include <MEDMEM_DriversDef.hxx>
Inherits std::map< int, string >.
Public Member Functions | |
| GEO_NAME () | |
| ~GEO_NAME () | |
| string & | operator[] (const MED_EN::medGeometryElement &c) const |
This Class inherits from map.
It is a constant map association int (which is a med_geometrie_element) and string.
Operator [] returns the (string) name of the geometry of an element given by a med_geometrie_element 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:GEO_NAME A simple test/use case can be found in test/testUGeoNameMeshEntities.cxx
| MED_EN.GEO_NAME::GEO_NAME | ( | ) |
References MED_EN.MED_HEXA20, MED_EN.MED_HEXA8, MED_EN.MED_PENTA15, MED_EN.MED_PENTA6, MED_EN.MED_POINT1, MED_EN.MED_POLYGON, MED_EN.MED_POLYHEDRA, MED_EN.MED_PYRA13, MED_EN.MED_PYRA5, MED_EN.MED_QUAD4, MED_EN.MED_QUAD8, MED_EN.MED_SEG2, MED_EN.MED_SEG3, MED_EN.MED_TETRA10, MED_EN.MED_TETRA4, MED_EN.MED_TRIA3, and MED_EN.MED_TRIA6.
| MED_EN.GEO_NAME::~GEO_NAME | ( | ) |
| string & MED_EN.GEO_NAME::operator[] | ( | const MED_EN::medGeometryElement & | c | ) | const |