20 Essence(
unsigned int i, std::string nom,
int masse,
float _diametre,
float _hauteur,
unsigned int age,
bool t);
24 unsigned getIndice()
const {
return indice;};
25 std::string getName()
const {
return name;};
26 unsigned getMasse()
const {
return masse_V;};
27 float getDiametre()
const {
return diametre;};
28 float getHauteur()
const {
return hauteur;};
29 unsigned getAgeMaturite()
const {
return ageMaturite;};
30 bool getType()
const {
return type;};
32 void setName(std::string x);
35 void setHauteur(
float h);
36 void setDiametre(
float d);
42 std::string toString()
const;