40 #ifndef _MONOALLELEMONOLOCUSGENOTYPE_H_ 41 #define _MONOALLELEMONOLOCUSGENOTYPE_H_ 43 #include <Bpp/Exceptions.h> 113 #endif // _MONOALLELEMONOLOCUSGENOTYPE_H_ std::vector< size_t > getAlleleIndex() const
Get the alleles' index.
The MonoAlleleMonolocusGenotype class.
MonoAlleleMonolocusGenotype & operator=(const MonoAlleleMonolocusGenotype &mmg)
The affectation operator.
~MonoAlleleMonolocusGenotype()
Destroy the MonoAlleleMonolocusGenotype.
MonoAlleleMonolocusGenotype * clone() const
virtual bool operator==(const MonoAlleleMonolocusGenotype &mmg) const
The == operator.
MonoAlleleMonolocusGenotype(size_t allele_index)
Build a monolocus genotype containing one allele.
The MonolocusGenotype virtual class.