![]() |
MAGiC
V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
|
#include <map>#include <set>#include "mg_identificateur.h"#include "mg_noeud.h"#include "mg_segment.h"#include "mg_triangle.h"#include "mg_quadrangle.h"#include "mg_tetra.h"#include "mg_hexa.h"#include "mg_penta.h"#include "mg_pyramide.h"#include "mg_geometrie.h"#include "ot_boite_3d.h"#include "mg_definition.h"

Aller au code source de ce fichier.
Classes | |
| class | MG_MAILLAGE |
Définitions de type | |
| typedef std::set< MG_IDENTIFICATEUR *, inf< MG_IDENTIFICATEUR * > > | LISTE_ENTITE |
| typedef std::map< unsigned long, MG_NOEUD *, std::less< unsigned long > > | LISTE_MG_NOEUD |
| typedef std::map< unsigned long, MG_SEGMENT *, std::less< unsigned long > > | LISTE_MG_SEGMENT |
| typedef std::map< unsigned long, MG_TRIANGLE *, std::less< unsigned long > > | LISTE_MG_TRIANGLE |
| typedef std::map< unsigned long, MG_QUADRANGLE *, std::less< unsigned long > > | LISTE_MG_QUADRANGLE |
| typedef std::map< unsigned long, MG_TETRA *, std::less< unsigned long > > | LISTE_MG_TETRA |
| typedef std::map< unsigned long, MG_HEXA *, std::less< unsigned long > > | LISTE_MG_HEXA |
| typedef std::map< unsigned long, MG_PENTA *, std::less< unsigned long > > | LISTE_MG_PENTA |
| typedef std::map< unsigned long, MG_PYRAMIDE *, std::less< unsigned long > > | LISTE_MG_PYRAMIDE |
Fonctions | |
| std::ostream & | operator<< (std::ostream &o, class MG_MAILLAGE &maillage) |
| typedef std::set<MG_IDENTIFICATEUR*,inf<MG_IDENTIFICATEUR*> > LISTE_ENTITE |
Définition à la ligne 49 du fichier mg_maillage.h.
| typedef std::map<unsigned long,MG_HEXA*,std::less<unsigned long> > LISTE_MG_HEXA |
Définition à la ligne 55 du fichier mg_maillage.h.
| typedef std::map<unsigned long,MG_NOEUD*,std::less<unsigned long> > LISTE_MG_NOEUD |
Définition à la ligne 50 du fichier mg_maillage.h.
| typedef std::map<unsigned long,MG_PENTA*,std::less<unsigned long> > LISTE_MG_PENTA |
Définition à la ligne 56 du fichier mg_maillage.h.
| typedef std::map<unsigned long,MG_PYRAMIDE*,std::less<unsigned long> > LISTE_MG_PYRAMIDE |
Définition à la ligne 57 du fichier mg_maillage.h.
| typedef std::map<unsigned long,MG_QUADRANGLE*,std::less<unsigned long> > LISTE_MG_QUADRANGLE |
Définition à la ligne 53 du fichier mg_maillage.h.
| typedef std::map<unsigned long,MG_SEGMENT*,std::less<unsigned long> > LISTE_MG_SEGMENT |
Définition à la ligne 51 du fichier mg_maillage.h.
| typedef std::map<unsigned long,MG_TETRA*,std::less<unsigned long> > LISTE_MG_TETRA |
Définition à la ligne 54 du fichier mg_maillage.h.
| typedef std::map<unsigned long,MG_TRIANGLE*,std::less<unsigned long> > LISTE_MG_TRIANGLE |
Définition à la ligne 52 du fichier mg_maillage.h.
| std::ostream& operator<< | ( | std::ostream & | o, |
| class MG_MAILLAGE & | maillage | ||
| ) |
Définition à la ligne 190 du fichier mg_maillage.cpp.
Références MG_MAILLAGE::ajouter_mg_segment(), TPL_MAP_ENTITE< X >::existe(), MG_MAILLAGE::get_mg_noeudid(), TPL_MAP_ENTITE< X >::get_nb(), et MG_ELEMENT_MAILLAGE::get_origine().
