MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
Référence de la classe MG_TABLE

#include <mg_table.h>

Fonctions membres publiques

 MG_TABLE ()
 
 ~MG_TABLE ()
 
virtual void info_noeud (FEM_MAILLAGE *fem, char *nomfichier, MG_ELEMENT_TOPOLOGIQUE *topo=NULL)
 
virtual void info_element1 (FEM_MAILLAGE *fem, char *nomfichier, MG_ELEMENT_TOPOLOGIQUE *topo=NULL)
 
virtual void info_element2 (FEM_MAILLAGE *fem, char *nomfichier, MG_ELEMENT_TOPOLOGIQUE *topo=NULL)
 
virtual void info_element3 (FEM_MAILLAGE *fem, char *nomfichier, MG_ELEMENT_TOPOLOGIQUE *topo=NULL)
 
virtual void info_element_nd (FEM_MAILLAGE *fem, char *nomfichier, MG_ELEMENT_TOPOLOGIQUE *topo=NULL)
 
virtual void info_element_gauss1 (FEM_MAILLAGE *fem, char *nomfichier, MG_ELEMENT_TOPOLOGIQUE *topo=NULL)
 
virtual void info_element_gauss2 (FEM_MAILLAGE *fem, char *nomfichier, MG_ELEMENT_TOPOLOGIQUE *topo=NULL)
 
virtual void info_element_gauss3 (FEM_MAILLAGE *fem, char *nomfichier, MG_ELEMENT_TOPOLOGIQUE *topo=NULL)
 

Fonctions membres protégées

virtual std::string info_element_gauss3 (FEM_MAILLAGE *fem, FEM_ELEMENT3 *ele, int numno, bool avectitre)
 
virtual std::string info_element_gauss2 (FEM_MAILLAGE *fem, FEM_ELEMENT2 *ele, int numno, bool avectitre)
 
virtual std::string info_element_gauss1 (FEM_MAILLAGE *fem, FEM_ELEMENT1 *ele, int numno, bool avectitre)
 
virtual std::string info_noeud (FEM_MAILLAGE *fem, FEM_NOEUD *no, int numno, bool avectitre)
 
virtual std::string info_element1 (FEM_MAILLAGE *fem, FEM_ELEMENT1 *ele, int numno, bool avectitre, bool provnd)
 
virtual std::string info_element2 (FEM_MAILLAGE *fem, FEM_ELEMENT2 *ele, int numno, bool avectitre, bool provnd)
 
virtual std::string info_element3 (FEM_MAILLAGE *fem, FEM_ELEMENT3 *ele, int numno, bool avectitre, bool provnd)
 
virtual std::string info_element3 (FEM_MAILLAGE *fem, FEM_ELEMENT3 *ele)
 
virtual std::string info_element2 (FEM_MAILLAGE *fem, FEM_ELEMENT2 *ele)
 
virtual std::string info_element1 (FEM_MAILLAGE *fem, FEM_ELEMENT1 *ele)
 
virtual std::string info_noeud (FEM_MAILLAGE *fem, FEM_NOEUD *no)
 

Attributs protégés

char separateur
 

Description détaillée

Définition à la ligne 36 du fichier mg_table.h.

Documentation des constructeurs et destructeur

◆ MG_TABLE()

MG_TABLE::MG_TABLE ( )

Définition à la ligne 31 du fichier mg_table.cpp.

Références OT_PARAMETRES::ajouter(), OT_PARAMETRES::enregistrer(), OT_PARAMETRES::get_nom(), OT_PARAMETRES::lire(), separateur, et OT_PARAMETRES::STRING.

Voici le graphe d'appel pour cette fonction :

◆ ~MG_TABLE()

MG_TABLE::~MG_TABLE ( )

Définition à la ligne 42 du fichier mg_table.cpp.

Documentation des fonctions membres

◆ info_element1() [1/3]

void MG_TABLE::info_element1 ( FEM_MAILLAGE fem,
char *  nomfichier,
MG_ELEMENT_TOPOLOGIQUE topo = NULL 
)
virtual

Définition à la ligne 156 du fichier mg_table.cpp.

Références FEM_MAILLAGE::get_premier_element1(), et FEM_MAILLAGE::get_suivant_element1().

Référencé par info_element1(), et info_element_nd().

Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :

◆ info_element1() [2/3]

std::string MG_TABLE::info_element1 ( FEM_MAILLAGE fem,
FEM_ELEMENT1 ele 
)
protectedvirtual

Définition à la ligne 143 du fichier mg_table.cpp.

Références FEM_MAILLAGE::get_premier_element1(), FEM_MAILLAGE::get_suivant_element1(), et info_element1().

Voici le graphe d'appel pour cette fonction :

◆ info_element1() [3/3]

◆ info_element2() [1/3]

void MG_TABLE::info_element2 ( FEM_MAILLAGE fem,
char *  nomfichier,
MG_ELEMENT_TOPOLOGIQUE topo = NULL 
)
virtual

Définition à la ligne 255 du fichier mg_table.cpp.

Références FEM_MAILLAGE::get_premier_element2(), et FEM_MAILLAGE::get_suivant_element2().

Référencé par info_element2(), et info_element_nd().

Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :

◆ info_element2() [2/3]

std::string MG_TABLE::info_element2 ( FEM_MAILLAGE fem,
FEM_ELEMENT2 ele 
)
protectedvirtual

Définition à la ligne 242 du fichier mg_table.cpp.

Références FEM_MAILLAGE::get_premier_element2(), FEM_MAILLAGE::get_suivant_element2(), et info_element2().

Voici le graphe d'appel pour cette fonction :

◆ info_element2() [3/3]

◆ info_element3() [1/3]

void MG_TABLE::info_element3 ( FEM_MAILLAGE fem,
char *  nomfichier,
MG_ELEMENT_TOPOLOGIQUE topo = NULL 
)
virtual

Définition à la ligne 353 du fichier mg_table.cpp.

Références FEM_MAILLAGE::get_premier_element3(), et FEM_MAILLAGE::get_suivant_element3().

Référencé par info_element3(), et info_element_nd().

Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :

◆ info_element3() [2/3]

std::string MG_TABLE::info_element3 ( FEM_MAILLAGE fem,
FEM_ELEMENT3 ele 
)
protectedvirtual

Définition à la ligne 340 du fichier mg_table.cpp.

Références FEM_MAILLAGE::get_premier_element3(), FEM_MAILLAGE::get_suivant_element3(), et info_element3().

Voici le graphe d'appel pour cette fonction :

◆ info_element3() [3/3]

◆ info_element_gauss1() [1/2]

void MG_TABLE::info_element_gauss1 ( FEM_MAILLAGE fem,
char *  nomfichier,
MG_ELEMENT_TOPOLOGIQUE topo = NULL 
)
virtual

Définition à la ligne 570 du fichier mg_table.cpp.

Références FEM_MAILLAGE::get_premier_element1(), et FEM_MAILLAGE::get_suivant_element1().

Voici le graphe d'appel pour cette fonction :

◆ info_element_gauss1() [2/2]

std::string MG_TABLE::info_element_gauss1 ( FEM_MAILLAGE fem,
FEM_ELEMENT1 ele,
int  numno,
bool  avectitre 
)
protectedvirtual

◆ info_element_gauss2() [1/2]

void MG_TABLE::info_element_gauss2 ( FEM_MAILLAGE fem,
char *  nomfichier,
MG_ELEMENT_TOPOLOGIQUE topo = NULL 
)
virtual

Définition à la ligne 662 du fichier mg_table.cpp.

Références FEM_MAILLAGE::get_premier_element2(), et FEM_MAILLAGE::get_suivant_element2().

Voici le graphe d'appel pour cette fonction :

◆ info_element_gauss2() [2/2]

std::string MG_TABLE::info_element_gauss2 ( FEM_MAILLAGE fem,
FEM_ELEMENT2 ele,
int  numno,
bool  avectitre 
)
protectedvirtual

◆ info_element_gauss3() [1/2]

void MG_TABLE::info_element_gauss3 ( FEM_MAILLAGE fem,
char *  nomfichier,
MG_ELEMENT_TOPOLOGIQUE topo = NULL 
)
virtual

Définition à la ligne 476 du fichier mg_table.cpp.

Références FEM_MAILLAGE::get_premier_element3(), et FEM_MAILLAGE::get_suivant_element3().

Voici le graphe d'appel pour cette fonction :

◆ info_element_gauss3() [2/2]

std::string MG_TABLE::info_element_gauss3 ( FEM_MAILLAGE fem,
FEM_ELEMENT3 ele,
int  numno,
bool  avectitre 
)
protectedvirtual

◆ info_element_nd()

void MG_TABLE::info_element_nd ( FEM_MAILLAGE fem,
char *  nomfichier,
MG_ELEMENT_TOPOLOGIQUE topo = NULL 
)
virtual

◆ info_noeud() [1/3]

void MG_TABLE::info_noeud ( FEM_MAILLAGE fem,
char *  nomfichier,
MG_ELEMENT_TOPOLOGIQUE topo = NULL 
)
virtual

Définition à la ligne 61 du fichier mg_table.cpp.

Références FEM_MAILLAGE::get_premier_noeud(), et FEM_MAILLAGE::get_suivant_noeud().

Référencé par info_noeud().

Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :

◆ info_noeud() [2/3]

std::string MG_TABLE::info_noeud ( FEM_MAILLAGE fem,
FEM_NOEUD no 
)
protectedvirtual

Définition à la ligne 48 du fichier mg_table.cpp.

Références FEM_MAILLAGE::get_premier_noeud(), FEM_MAILLAGE::get_suivant_noeud(), et info_noeud().

Voici le graphe d'appel pour cette fonction :

◆ info_noeud() [3/3]

Documentation des données membres

◆ separateur

char MG_TABLE::separateur
protected

La documentation de cette classe a été générée à partir du fichier suivant :