11 Humandna(typeDNA *tabX,typeDNA *pMtDna,
int pIdMother,
int pIdFather,
int a,
int b);
14 friend std::ostream &operator<<(std::ostream&,
Humandna const &);
16 typeDNA distance_dna(
Humandna const &);
17 void reborn(typeDNA *newDna,typeDNA* newMtDna,
int newMother,
int newFather);
18 void reborn(
int newMother,
int newFather);
24 int get_nbChromosomes();
28 std::ostream& print(std::ostream&)
const;
31 typeDNA* gen_random_chromosome(
const int nbX,
const int nbCell) ;
typeDNA * dna
Definition: humandna.h:22
Humandna & operator=(Humandna const &)
Definition: humandna.cpp:81
~Humandna()
Definition: humandna.cpp:61
void reset()
Definition: humandna.cpp:173
void reborn(typeDNA *newDna, typeDNA *newMtDna, int newMother, int newFather)
Definition: humandna.cpp:138
int get_nbCrumbNuc()
Definition: humandna.cpp:206