|
| GAAlleleSet (unsigned int n, const T a[]) |
|
| GAAlleleSet (const T &lower, const T &upper, GAAllele::BoundType lb=GAAllele::BoundType::INCLUSIVE, GAAllele::BoundType ub=GAAllele::BoundType::INCLUSIVE) |
|
| GAAlleleSet (const T &lower, const T &upper, const T &increment, GAAllele::BoundType lb=GAAllele::BoundType::INCLUSIVE, GAAllele::BoundType ub=GAAllele::BoundType::INCLUSIVE) |
|
| GAAlleleSet (const GAAlleleSet< T > &set) |
|
GAAlleleSet< T > & | operator= (const GAAlleleSet< T > &set) |
|
GAAlleleSet< T > * | clone () const |
|
void | link (GAAlleleSet< T > set) |
|
void | unlink () |
|
int | size () const |
|
int | add (const T &alle) |
|
int | remove (const T &allele) |
|
int | remove (unsigned int x) |
|
T | allele () const |
|
T | allele (unsigned int i) const |
|
T | lower () const |
|
T | upper () const |
|
T | inc () const |
|
GAAllele::BoundType | lowerBoundType () const |
|
GAAllele::BoundType | upperBoundType () const |
|
GAAllele::Type | type () const |
|
int | read (std::istream &) |
|
int | write (std::ostream &) const |
|
The documentation for this class was generated from the following file: