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 long get_nb_analyse(void)
virtual MSTRUCT_ANALYSE * get_suivante_analyse(std::vector< MSTRUCT_ANALYSE * >::iterator &it)
virtual double get_epaisseur_couche(void)
virtual int ajouter_analyse(MSTRUCT_ANALYSE *analyse)
~MSTRUCT_ANALYSE_EROSION(void)
double m_epaisseur_couche
virtual void affiche_contenu(fonction_affiche *fonc)
virtual void enregistrer(std::ofstream &ofstrm)
virtual void exporter(std::ofstream &ofstrm, long i, bool avec_entete=false, bool avec_graph=false, char *prefix_graph=(char *)"")
std::vector< MSTRUCT_ANALYSE * > m_vector_analyse
virtual MSTRUCT_ANALYSE * get_premiere_analyse(std::vector< MSTRUCT_ANALYSE * >::iterator &it)
virtual MSTRUCT_ANALYSE * get_analyse(long num)
virtual long get_type(void)
virtual void ouvrir(std::ifstream &ifstrm)
virtual void executer(void)
MSTRUCT_ANALYSE_EROSION(void)
void fonction_affiche(char *)