#include <LabelSet.h>
Public Member Functions | |
LabelSet () | |
LabelSet (const DataTable *const pedigreeTable) | |
unsigned | getNumberOfLabels (void) const |
std::vector< UTF8String > | getLabelSet (Individual *individual) const |
std::vector< UTF8String > | getLabelSubsetByType (DATATYPE type, Individual *individual) const |
std::vector< UTF8String > | getRandomLabelSubsetByType (DATATYPE type) const |
std::vector< UTF8String > | getLabelNameSet (void) const |
Private Attributes | |
unsigned | _numberOfLabels |
const DataTable * | _pedigreeTable |
|
|
|
|
|
|
|
|
|
getLabelSubsetByType: Get the subset of labels that are "on" which are of a specific DATATYPE such as Genotype or String. |
|
|
|
|
|
|
|
|