Version: 5.1.6

MED_EN.GEO_NAME Class Reference

#include <MEDMEM_DriversDef.hxx>

Inherits std::map< int, string >.

Public Member Functions

 GEO_NAME ()
 ~GEO_NAME ()
string & operator[] (const MED_EN::medGeometryElement &c) const

Detailed Description

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


Constructor & Destructor Documentation

MED_EN.GEO_NAME::GEO_NAME (  ) 
MED_EN.GEO_NAME::~GEO_NAME (  ) 

Member Function Documentation

string & MED_EN.GEO_NAME::operator[] ( const MED_EN::medGeometryElement c  )  const