![]() |
MAGiC
V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
|
#include <magic_plot.h>
Types publics | |
| enum | COULEUR { ROUGE =0 , VERT =1 , JAUNE =2 , BLEU =3 , VIOLET =4 , GRIS =5 } |
Fonctions membres publiques | |
| MAGIC_PLOT () | |
| ~MAGIC_PLOT () | |
| void | plot_tenseur (int num, OT_TENSEUR tens1, OT_TENSEUR tens2, std::string output, bool aveccouleur=false) |
| void | plot_script_tenseur (int num, OT_TENSEUR tens1, OT_TENSEUR tens2, std::string output, bool aveccouleur=false) |
| void | plot_histogramme (std::string data_histogramme, std::string output, bool aveccouleur=false) |
| void | plot_script_histogramme (std::string data_histogramme, std::string output, bool aveccouleur=false) |
Attributs publics | |
| int | tenseur_couleur |
| std::string | tenseur_titre |
| std::string | tenseur_titrebarcouleur |
| std::string | tenseur_format1 |
| std::string | tenseur_format2 |
| double | tenseur_minbarcouleur |
| double | tenseur_maxbarcouleur |
| std::string | tenseur_nom_fichier_eps |
| int | histogramme_couleur |
| std::string | histogramme_titre |
| std::string | histogramme_nom_fichier_eps |
| std::string | histogramme_axeX_nom |
| std::string | histogramme_axeY_nom |
Définition à la ligne 27 du fichier magic_plot.h.
| enum MAGIC_PLOT::COULEUR |
| Valeurs énumérées | |
|---|---|
| ROUGE | |
| VERT | |
| JAUNE | |
| BLEU | |
| VIOLET | |
| GRIS | |
Définition à la ligne 33 du fichier magic_plot.h.
| MAGIC_PLOT::MAGIC_PLOT | ( | ) |
Définition à la ligne 28 du fichier magic_plot.cpp.
Références GRIS, histogramme_axeX_nom, histogramme_axeY_nom, histogramme_couleur, histogramme_nom_fichier_eps, histogramme_titre, tenseur_couleur, tenseur_format1, tenseur_format2, tenseur_maxbarcouleur, tenseur_minbarcouleur, tenseur_nom_fichier_eps, tenseur_titre, tenseur_titrebarcouleur, et VERT.
| MAGIC_PLOT::~MAGIC_PLOT | ( | ) |
Définition à la ligne 46 du fichier magic_plot.cpp.
| void MAGIC_PLOT::plot_histogramme | ( | std::string | data_histogramme, |
| std::string | output, | ||
| bool | aveccouleur = false |
||
| ) |
Définition à la ligne 139 du fichier magic_plot.cpp.
Références plot_script_histogramme().

| void MAGIC_PLOT::plot_script_histogramme | ( | std::string | data_histogramme, |
| std::string | output, | ||
| bool | aveccouleur = false |
||
| ) |
Définition à la ligne 147 du fichier magic_plot.cpp.
Références histogramme_axeX_nom, histogramme_axeY_nom, histogramme_nom_fichier_eps, et histogramme_titre.
Référencé par MSTRUCT_ANALYSE_CAO::exporter(), MSTRUCT_ANALYSE_CHAMP::exporter(), MSTRUCT_ANALYSE_FEM_MAILLAGE::exporter(), MSTRUCT_ANALYSE_MG_MAILLAGE::exporter(), MSTRUCT_ANALYSE_LISTE_CAO::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_CHAMP::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_CONDUCTIVITE_THERMIQUE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_ENERGIE_HILL::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_FEM_MAILLAGE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_MG_MAILLAGE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_MODULES_ELASTICITE::exporter_cumul(), et plot_histogramme().

| void MAGIC_PLOT::plot_script_tenseur | ( | int | num, |
| OT_TENSEUR | tens1, | ||
| OT_TENSEUR | tens2, | ||
| std::string | output, | ||
| bool | aveccouleur = false |
||
| ) |
Définition à la ligne 60 du fichier magic_plot.cpp.
Références BLEU, OT_TENSEUR::Get_NbCols(), OT_TENSEUR::Get_NbRows(), GRIS, JAUNE, m, ROUGE, tenseur_couleur, tenseur_format1, tenseur_format2, tenseur_maxbarcouleur, tenseur_minbarcouleur, tenseur_nom_fichier_eps, tenseur_titre, tenseur_titrebarcouleur, VERT, et VIOLET.
Référencé par MSTRUCT_ANALYSE_CHAMP::exporter(), MSTRUCT_ANALYSE_ORIENTATION::exporter(), MSTRUCT_ANALYSE_LISTE_CHAMP::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_ORIENTATION::exporter_cumul(), et plot_tenseur().


| void MAGIC_PLOT::plot_tenseur | ( | int | num, |
| OT_TENSEUR | tens1, | ||
| OT_TENSEUR | tens2, | ||
| std::string | output, | ||
| bool | aveccouleur = false |
||
| ) |
Définition à la ligne 50 du fichier magic_plot.cpp.
Références plot_script_tenseur().

| std::string MAGIC_PLOT::histogramme_axeX_nom |
Définition à la ligne 55 du fichier magic_plot.h.
Référencé par MSTRUCT_ANALYSE_CAO::exporter(), MSTRUCT_ANALYSE_CHAMP::exporter(), MSTRUCT_ANALYSE_FEM_MAILLAGE::exporter(), MSTRUCT_ANALYSE_MG_MAILLAGE::exporter(), MSTRUCT_ANALYSE_LISTE_CAO::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_CHAMP::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_CONDUCTIVITE_THERMIQUE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_ENERGIE_HILL::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_FEM_MAILLAGE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_MG_MAILLAGE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_MODULES_ELASTICITE::exporter_cumul(), MAGIC_PLOT(), et plot_script_histogramme().
| std::string MAGIC_PLOT::histogramme_axeY_nom |
Définition à la ligne 56 du fichier magic_plot.h.
Référencé par MSTRUCT_ANALYSE_CAO::exporter(), MSTRUCT_ANALYSE_CHAMP::exporter(), MSTRUCT_ANALYSE_FEM_MAILLAGE::exporter(), MSTRUCT_ANALYSE_MG_MAILLAGE::exporter(), MSTRUCT_ANALYSE_LISTE_CAO::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_CHAMP::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_CONDUCTIVITE_THERMIQUE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_ENERGIE_HILL::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_FEM_MAILLAGE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_MG_MAILLAGE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_MODULES_ELASTICITE::exporter_cumul(), MAGIC_PLOT(), et plot_script_histogramme().
| int MAGIC_PLOT::histogramme_couleur |
Définition à la ligne 52 du fichier magic_plot.h.
Référencé par MSTRUCT_ANALYSE_CAO::exporter(), MSTRUCT_ANALYSE_CHAMP::exporter(), MSTRUCT_ANALYSE_FEM_MAILLAGE::exporter(), MSTRUCT_ANALYSE_MG_MAILLAGE::exporter(), MSTRUCT_ANALYSE_LISTE_CAO::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_CHAMP::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_CONDUCTIVITE_THERMIQUE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_ENERGIE_HILL::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_FEM_MAILLAGE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_MG_MAILLAGE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_MODULES_ELASTICITE::exporter_cumul(), et MAGIC_PLOT().
| std::string MAGIC_PLOT::histogramme_nom_fichier_eps |
Définition à la ligne 54 du fichier magic_plot.h.
Référencé par MSTRUCT_ANALYSE_CAO::exporter(), MSTRUCT_ANALYSE_CHAMP::exporter(), MSTRUCT_ANALYSE_FEM_MAILLAGE::exporter(), MSTRUCT_ANALYSE_MG_MAILLAGE::exporter(), MSTRUCT_ANALYSE_LISTE_CAO::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_CHAMP::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_CONDUCTIVITE_THERMIQUE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_ENERGIE_HILL::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_FEM_MAILLAGE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_MG_MAILLAGE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_MODULES_ELASTICITE::exporter_cumul(), MAGIC_PLOT(), et plot_script_histogramme().
| std::string MAGIC_PLOT::histogramme_titre |
Définition à la ligne 53 du fichier magic_plot.h.
Référencé par MSTRUCT_ANALYSE_CAO::exporter(), MSTRUCT_ANALYSE_CHAMP::exporter(), MSTRUCT_ANALYSE_FEM_MAILLAGE::exporter(), MSTRUCT_ANALYSE_MG_MAILLAGE::exporter(), MSTRUCT_ANALYSE_LISTE_CAO::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_CHAMP::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_CONDUCTIVITE_THERMIQUE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_ENERGIE_HILL::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_FEM_MAILLAGE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_MG_MAILLAGE::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_MODULES_ELASTICITE::exporter_cumul(), MAGIC_PLOT(), et plot_script_histogramme().
| int MAGIC_PLOT::tenseur_couleur |
Définition à la ligne 42 du fichier magic_plot.h.
Référencé par MSTRUCT_ANALYSE_CHAMP::exporter(), MSTRUCT_ANALYSE_ORIENTATION::exporter(), MSTRUCT_ANALYSE_LISTE_CHAMP::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_ORIENTATION::exporter_cumul(), MAGIC_PLOT(), et plot_script_tenseur().
| std::string MAGIC_PLOT::tenseur_format1 |
Définition à la ligne 45 du fichier magic_plot.h.
Référencé par MAGIC_PLOT(), et plot_script_tenseur().
| std::string MAGIC_PLOT::tenseur_format2 |
Définition à la ligne 46 du fichier magic_plot.h.
Référencé par MAGIC_PLOT(), et plot_script_tenseur().
| double MAGIC_PLOT::tenseur_maxbarcouleur |
Définition à la ligne 48 du fichier magic_plot.h.
Référencé par MAGIC_PLOT(), et plot_script_tenseur().
| double MAGIC_PLOT::tenseur_minbarcouleur |
Définition à la ligne 47 du fichier magic_plot.h.
Référencé par MAGIC_PLOT(), et plot_script_tenseur().
| std::string MAGIC_PLOT::tenseur_nom_fichier_eps |
Définition à la ligne 49 du fichier magic_plot.h.
Référencé par MAGIC_PLOT(), et plot_script_tenseur().
| std::string MAGIC_PLOT::tenseur_titre |
Définition à la ligne 43 du fichier magic_plot.h.
Référencé par MSTRUCT_ANALYSE_CHAMP::exporter(), MSTRUCT_ANALYSE_ORIENTATION::exporter(), MSTRUCT_ANALYSE_LISTE_CHAMP::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_ORIENTATION::exporter_cumul(), MAGIC_PLOT(), et plot_script_tenseur().
| std::string MAGIC_PLOT::tenseur_titrebarcouleur |
Définition à la ligne 44 du fichier magic_plot.h.
Référencé par MSTRUCT_ANALYSE_CHAMP::exporter(), MSTRUCT_ANALYSE_ORIENTATION::exporter(), MSTRUCT_ANALYSE_LISTE_CHAMP::exporter_cumul(), MSTRUCT_ANALYSE_LISTE_ORIENTATION::exporter_cumul(), MAGIC_PLOT(), et plot_script_tenseur().