genomicSimulationC 0.2.6
Data Fields
gsc_EmptyListNavigator Struct Reference

A structure to hold an initially empty AlleleMatrix list whose genotypes can be accessed sequentially by storage order. More...

#include <sim-operations.h>

+ Collaboration diagram for gsc_EmptyListNavigator:

Data Fields

gsc_SimDatad
 
gsc_GroupNum alloctogroup
 
gsc_PedigreeID currentid
 
gsc_AlleleMatrixfirstAM
 
gsc_AlleleMatrixlocalAM
 
unsigned int localPos
 

Detailed Description

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.

Field Documentation

◆ alloctogroup

gsc_GroupNum gsc_EmptyListNavigator::alloctogroup

Definition at line 1295 of file sim-operations.h.

◆ currentid

gsc_PedigreeID gsc_EmptyListNavigator::currentid

Definition at line 1296 of file sim-operations.h.

◆ d

gsc_SimData* gsc_EmptyListNavigator::d

Definition at line 1294 of file sim-operations.h.

◆ firstAM

gsc_AlleleMatrix* gsc_EmptyListNavigator::firstAM

Definition at line 1297 of file sim-operations.h.

◆ localAM

gsc_AlleleMatrix* gsc_EmptyListNavigator::localAM

Definition at line 1298 of file sim-operations.h.

◆ localPos

unsigned int gsc_EmptyListNavigator::localPos

Definition at line 1299 of file sim-operations.h.


The documentation for this struct was generated from the following file: