genomicSimulationC 0.3
|
A structure to hold an initially empty AlleleMatrix list whose genotypes can be accessed sequentially by storage order. More...
#include <sim-operations.h>
Data Fields | |
gsc_SimData * | d |
gsc_GroupNum | alloctogroup |
gsc_PedigreeID | currentid |
gsc_AlleleMatrix * | firstAM |
gsc_AlleleMatrix * | localAM |
unsigned int | localPos |
A structure to hold an initially empty AlleleMatrix list whose genotypes can be accessed sequentially by storage order.
For internal use by gsc_load_genotypefile.
Definition at line 1351 of file sim-operations.h.
gsc_GroupNum gsc_EmptyListNavigator::alloctogroup |
Definition at line 1353 of file sim-operations.h.
gsc_PedigreeID gsc_EmptyListNavigator::currentid |
Definition at line 1354 of file sim-operations.h.
gsc_SimData* gsc_EmptyListNavigator::d |
Definition at line 1352 of file sim-operations.h.
gsc_AlleleMatrix* gsc_EmptyListNavigator::firstAM |
Definition at line 1355 of file sim-operations.h.
gsc_AlleleMatrix* gsc_EmptyListNavigator::localAM |
Definition at line 1356 of file sim-operations.h.
unsigned int gsc_EmptyListNavigator::localPos |
Definition at line 1357 of file sim-operations.h.