22 #ifndef _MSTRUCT_ANALYSE_CHAMP_
23 #define _MSTRUCT_ANALYSE_CHAMP_
48 virtual void exporter(std::ofstream& ofstrm,
long i,
bool avec_entete=
false,
bool avec_graph=
false,
char* prefix_graph = (
char*)
"");
50 virtual void ouvrir(std::ifstream& ifstrm);
virtual double * get_ecart_type(void)
MSTRUCT_ANALYSE_CHAMP(void)
virtual OT_HISTOGRAMME * get_distribution(int num_champ)
virtual void affiche_contenu(fonction_affiche *fonc)
virtual MSTRUCT_ANALYSE_CHAMP * calculer_ecart_chargement(std::string identifiant, double largeur_colonne, int type_chargement, int type_ecart)
virtual void exporter(std::ofstream &ofstrm, long i, bool avec_entete=false, bool avec_graph=false, char *prefix_graph=(char *)"")
virtual long get_type(void)
virtual MSTRUCT_ANALYSE_CHAMP * normaliser(std::string identifiant, double valeur_ref, double largeur_colonne)
virtual double * get_max(void)
OT_HISTOGRAMME ** m_tab_histogramme
MSTRUCT_ANALYSE_CHAMP(MSTRUCT_VES *ves, std::string identifiant, long id_fem_solution, int nb_champ, double largeur_colonne, std::string nom_groupe_forme="ALL", BOITE_3D *boite_3d=NULL)
virtual double * get_min(void)
virtual long get_id_fem_solution(void)
virtual void executer(void)
virtual void enregistrer(std::ofstream &ofstrm)
virtual void ouvrir(std::ifstream &ifstrm)
virtual MSTRUCT_ANALYSE_CHAMP * calculer_ecart(std::string identifiant, double largeur_colonne, MSTRUCT_ANALYSE_CHAMP *champ_compare, int type_ecart)
virtual int get_nb_champ(void)
virtual double * get_moyenne(void)
~MSTRUCT_ANALYSE_CHAMP(void)
void fonction_affiche(char *)