|
mapgd
0.4
A program for the Maximum-likelihood analysis of population genomic data.
|

Public Member Functions | |
| Pedigree_record (const std::vector< Pedigree_record * > &, const std::vector< Pedigree_record * > &, Pedigree *) | |
| constructor. | |
| Pedigree_record (const std::vector< Pedigree_record * > &, Pedigree *, const bool &) | |
| constructor. | |
| Pedigree_record (Pedigree *) | |
| constructor. | |
| Pedigree_record () | |
| constructor. | |
| Pedigree_record & | operator= (const Pedigree_record &) |
Data Fields | |
| std::string | name |
| uint8_t | sex |
| size_t | family |
| std::vector< Pedigree_record * > | parent |
| std::vector< Pedigree_record * > | offspring |
Private Attributes | |
| Pedigree * | pedigree_ |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const Pedigree_record &x) |
| std::istream & | operator>> (std::istream &in, Pedigree_record &x) |
1.8.6