MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
mstruct_analyse_cao.h
Aller à la documentation de ce fichier.
1 //####//------------------------------------------------------------
2 //####//------------------------------------------------------------
3 //####// MAGiC
4 //####// Jean Christophe Cuilliere et Vincent FRANCOIS
5 //####// Departement de Genie Mecanique - UQTR
6 //####//------------------------------------------------------------
7 //####// MAGIC est un projet de recherche de l equipe ERICCA
8 //####// du departement de genie mecanique de l Universite du Quebec a Trois Rivieres
9 //####// http://www.uqtr.ca/ericca
10 //####// http://www.uqtr.ca/
11 //####//------------------------------------------------------------
12 //####//------------------------------------------------------------
13 //####//
14 //####// mstruct_analyse_cao.h
15 //####//
16 //####//------------------------------------------------------------
17 //####//------------------------------------------------------------
18 //####// COPYRIGHT 2000-2024
19 //####// jeu 13 jun 2024 11:58:56 EDT
20 //####//------------------------------------------------------------
21 //####//------------------------------------------------------------
22 #ifndef _MSTRUCT_ANALYSE_CAO_
23 #define _MSTRUCT_ANALYSE_CAO_
24 #include "mstruct_analyse.h"
25 #include "ot_mathematique.h"
26 
27 class MSTRUCT_VES;
28 
29 
31 {
32 public:
33  MSTRUCT_ANALYSE_CAO(void);
35  std::string identifiant,
36  double largeur_colonne_volume_forme,
37  std::string nom_groupe_forme="ALL");
38  MSTRUCT_ANALYSE_CAO(MSTRUCT_ANALYSE_CAO &mdd,bool cpy_data=true);
40  virtual long get_nb_forme(void);
41  virtual long get_nb_volume(void);
42  virtual double get_volume_forme_ecart_type(void);
43  virtual double get_volume_forme_moyenne(void);
44  virtual double get_volume_forme_min(void);
45  virtual double get_volume_forme_max(void);
47  virtual double get_volume(void);
48  virtual double get_fraction_volumique(void);
49  virtual long get_type(void);
50  virtual void exporter(std::ofstream& ofstrm, long i, bool avec_entete=false, bool avec_graph=false, char* prefix_graph = (char*)"");
51  virtual void enregistrer(std::ofstream& ofstrm);
52  virtual void ouvrir(std::ifstream& ifstrm);
53  virtual void affiche_contenu(fonction_affiche *fonc);
54  virtual void executer(void);
55 protected:
56  long m_nb_forme;
57  long m_nb_volume;
63  double m_volume;
65 
66 };
67 
68 
69 #endif
MSTRUCT_ANALYSE_CAO::m_nb_forme
long m_nb_forme
Definition: mstruct_analyse_cao.h:56
MSTRUCT_ANALYSE_CAO::m_fraction_volumique
double m_fraction_volumique
Definition: mstruct_analyse_cao.h:64
OT_HISTOGRAMME
Definition: ot_mathematique.h:34
MSTRUCT_ANALYSE_CAO::m_volume_forme_min
double m_volume_forme_min
Definition: mstruct_analyse_cao.h:60
MSTRUCT_ANALYSE_CAO::m_volume_forme_max
double m_volume_forme_max
Definition: mstruct_analyse_cao.h:61
MSTRUCT_ANALYSE_CAO::get_type
virtual long get_type(void)
Definition: mstruct_analyse_cao.cpp:110
MSTRUCT_ANALYSE_CAO::executer
virtual void executer(void)
Definition: mstruct_analyse_cao.cpp:115
MSTRUCT_ANALYSE_CAO::get_volume_forme_ecart_type
virtual double get_volume_forme_ecart_type(void)
Definition: mstruct_analyse_cao.cpp:90
MSTRUCT_ANALYSE_CAO::m_volume_forme_histogramme
OT_HISTOGRAMME m_volume_forme_histogramme
Definition: mstruct_analyse_cao.h:62
MSTRUCT_ANALYSE_CAO
Definition: mstruct_analyse_cao.h:30
MSTRUCT_ANALYSE_CAO::~MSTRUCT_ANALYSE_CAO
~MSTRUCT_ANALYSE_CAO(void)
Definition: mstruct_analyse_cao.cpp:61
MSTRUCT_ANALYSE_CAO::m_volume_forme_ecart_type
double m_volume_forme_ecart_type
Definition: mstruct_analyse_cao.h:59
MSTRUCT_ANALYSE_CAO::get_distribution_volume_forme
virtual OT_HISTOGRAMME * get_distribution_volume_forme(void)
Definition: mstruct_analyse_cao.cpp:95
MSTRUCT_ANALYSE_CAO::get_nb_forme
virtual long get_nb_forme(void)
Definition: mstruct_analyse_cao.cpp:65
MSTRUCT_ANALYSE_CAO::m_nb_volume
long m_nb_volume
Definition: mstruct_analyse_cao.h:57
MSTRUCT_ANALYSE_CAO::ouvrir
virtual void ouvrir(std::ifstream &ifstrm)
Definition: mstruct_analyse_cao.cpp:202
MSTRUCT_ANALYSE_CAO::m_volume_forme_moyenne
double m_volume_forme_moyenne
Definition: mstruct_analyse_cao.h:58
MSTRUCT_ANALYSE_CAO::get_volume_forme_min
virtual double get_volume_forme_min(void)
Definition: mstruct_analyse_cao.cpp:75
MSTRUCT_ANALYSE
Definition: mstruct_analyse.h:30
MSTRUCT_ANALYSE_CAO::get_nb_volume
virtual long get_nb_volume(void)
Definition: mstruct_analyse_cao.cpp:70
MSTRUCT_ANALYSE_CAO::m_volume
double m_volume
Definition: mstruct_analyse_cao.h:63
MSTRUCT_ANALYSE_CAO::get_fraction_volumique
virtual double get_fraction_volumique(void)
Definition: mstruct_analyse_cao.cpp:105
mstruct_analyse.h
MSTRUCT_VES
Definition: mstruct_ves.h:45
ot_mathematique.h
MSTRUCT_ANALYSE_CAO::get_volume_forme_max
virtual double get_volume_forme_max(void)
Definition: mstruct_analyse_cao.cpp:80
MSTRUCT_ANALYSE_CAO::get_volume_forme_moyenne
virtual double get_volume_forme_moyenne(void)
Definition: mstruct_analyse_cao.cpp:85
MSTRUCT_ANALYSE_CAO::enregistrer
virtual void enregistrer(std::ofstream &ofstrm)
Definition: mstruct_analyse_cao.cpp:186
fonction_affiche
void fonction_affiche(char *)
Definition: fct_taille.h:28
MSTRUCT_ANALYSE_CAO::affiche_contenu
virtual void affiche_contenu(fonction_affiche *fonc)
Definition: mstruct_analyse_cao.cpp:216
MSTRUCT_ANALYSE_CAO::exporter
virtual void exporter(std::ofstream &ofstrm, long i, bool avec_entete=false, bool avec_graph=false, char *prefix_graph=(char *)"")
Definition: mstruct_analyse_cao.cpp:150
MSTRUCT_ANALYSE_CAO::MSTRUCT_ANALYSE_CAO
MSTRUCT_ANALYSE_CAO(void)
Definition: mstruct_analyse_cao.cpp:31
MSTRUCT_ANALYSE_CAO::get_volume
virtual double get_volume(void)
Definition: mstruct_analyse_cao.cpp:100