MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
Référence du fichier mg_maillage.h
#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"
Graphe des dépendances par inclusion de mg_maillage.h:
Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :

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)
 

Documentation des définitions de type

◆ LISTE_ENTITE

Définition à la ligne 49 du fichier mg_maillage.h.

◆ LISTE_MG_HEXA

typedef std::map<unsigned long,MG_HEXA*,std::less<unsigned long> > LISTE_MG_HEXA

Définition à la ligne 55 du fichier mg_maillage.h.

◆ LISTE_MG_NOEUD

typedef std::map<unsigned long,MG_NOEUD*,std::less<unsigned long> > LISTE_MG_NOEUD

Définition à la ligne 50 du fichier mg_maillage.h.

◆ LISTE_MG_PENTA

typedef std::map<unsigned long,MG_PENTA*,std::less<unsigned long> > LISTE_MG_PENTA

Définition à la ligne 56 du fichier mg_maillage.h.

◆ LISTE_MG_PYRAMIDE

typedef std::map<unsigned long,MG_PYRAMIDE*,std::less<unsigned long> > LISTE_MG_PYRAMIDE

Définition à la ligne 57 du fichier mg_maillage.h.

◆ LISTE_MG_QUADRANGLE

typedef std::map<unsigned long,MG_QUADRANGLE*,std::less<unsigned long> > LISTE_MG_QUADRANGLE

Définition à la ligne 53 du fichier mg_maillage.h.

◆ LISTE_MG_SEGMENT

typedef std::map<unsigned long,MG_SEGMENT*,std::less<unsigned long> > LISTE_MG_SEGMENT

Définition à la ligne 51 du fichier mg_maillage.h.

◆ LISTE_MG_TETRA

typedef std::map<unsigned long,MG_TETRA*,std::less<unsigned long> > LISTE_MG_TETRA

Définition à la ligne 54 du fichier mg_maillage.h.

◆ LISTE_MG_TRIANGLE

typedef std::map<unsigned long,MG_TRIANGLE*,std::less<unsigned long> > LISTE_MG_TRIANGLE

Définition à la ligne 52 du fichier mg_maillage.h.

Documentation des fonctions

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
class MG_MAILLAGE maillage 
)