18 #ifndef __GENOTYPE_ELIMINATION__ 19 #define __GENOTYPE_ELIMINATION__ 35 static bool EliminateGenotypes(
Pedigree & ped,
Family * family,
int marker);
37 void Dimension(
int genotypes);
38 void Delete(
int genotype);
40 bool Matches(
int genotype,
int allele);
41 bool Matches(
int allele);
43 int SaveGenotype(
int genotype);
44 void SetGenotype(
int genotype,
int al1,
int al2);
51 static bool CheckTrio(
GenotypeList * list,
int fatid,
int motid,
int child,
int i,
int j,
int k);
53 static bool Cleanup(
GenotypeList * list,
Person & person,
int fatid,
int motid,
int child,
int geno);