 |
MAGiC
V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
|
Aller à la documentation de ce fichier.
22 #ifndef _MSTRUCT_ANALYSE_EROSION_
23 #define _MSTRUCT_ANALYSE_EROSION_
41 virtual void exporter(std::ofstream& ofstrm,
long i,
bool avec_entete=
false,
bool avec_graph=
false,
char* prefix_graph = (
char*)
"");
43 virtual void ouvrir(std::ifstream& ifstrm);
virtual void affiche_contenu(fonction_affiche *fonc)
std::vector< MSTRUCT_ANALYSE * > m_vector_analyse
double m_epaisseur_couche
virtual MSTRUCT_ANALYSE * get_suivante_analyse(std::vector< MSTRUCT_ANALYSE * >::iterator &it)
~MSTRUCT_ANALYSE_EROSION(void)
virtual long get_nb_analyse(void)
virtual double get_epaisseur_couche(void)
virtual int ajouter_analyse(MSTRUCT_ANALYSE *analyse)
virtual MSTRUCT_ANALYSE * get_premiere_analyse(std::vector< MSTRUCT_ANALYSE * >::iterator &it)
virtual long get_type(void)
virtual void ouvrir(std::ifstream &ifstrm)
virtual MSTRUCT_ANALYSE * get_analyse(long num)
virtual void enregistrer(std::ofstream &ofstrm)
void fonction_affiche(char *)
MSTRUCT_ANALYSE_EROSION(void)
virtual void executer(void)
virtual void exporter(std::ofstream &ofstrm, long i, bool avec_entete=false, bool avec_graph=false, char *prefix_graph=(char *)"")