Version: 6.3.1
Public Member Functions | Private Member Functions

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

Private Member Functions

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) [private]

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

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS