genomicSimulationC 0.2.6
|
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 1293 of file sim-operations.h.
gsc_GroupNum gsc_EmptyListNavigator::alloctogroup |
Definition at line 1295 of file sim-operations.h.
gsc_PedigreeID gsc_EmptyListNavigator::currentid |
Definition at line 1296 of file sim-operations.h.
gsc_SimData* gsc_EmptyListNavigator::d |
Definition at line 1294 of file sim-operations.h.
gsc_AlleleMatrix* gsc_EmptyListNavigator::firstAM |
Definition at line 1297 of file sim-operations.h.
gsc_AlleleMatrix* gsc_EmptyListNavigator::localAM |
Definition at line 1298 of file sim-operations.h.
unsigned int gsc_EmptyListNavigator::localPos |
Definition at line 1299 of file sim-operations.h.