12 Humanmt(typeDNA *pMtDna,
int pIdMother,
int pIdFather,
int a);
17 typeDNA distance_mtdna(
Humanmt const &);
18 void reborn(typeDNA *newMtDna,
int newMother,
int newFather);
27 std::ostream& print(std::ostream&)
const;
30 typeDNA* gen_random_chromosome(
const int len);
void reset()
Definition: humanmt.cpp:116
friend std::ostream & operator<<(std::ostream &, Humanmt const &)
void reborn(typeDNA *newMtDna, int newMother, int newFather)
Definition: humanmt.cpp:102
typeDNA * mtDna
Definition: humanmt.h:22
Humanmt & operator=(Humanmt const &)
Definition: humanmt.cpp:54