genomicSimulationC 0.3
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 1351 of file sim-operations.h.

Field Documentation

◆ alloctogroup

gsc_GroupNum gsc_EmptyListNavigator::alloctogroup

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

◆ currentid

gsc_PedigreeID gsc_EmptyListNavigator::currentid

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

◆ d

gsc_SimData* gsc_EmptyListNavigator::d

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

◆ firstAM

gsc_AlleleMatrix* gsc_EmptyListNavigator::firstAM

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

◆ localAM

gsc_AlleleMatrix* gsc_EmptyListNavigator::localAM

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

◆ localPos

unsigned int gsc_EmptyListNavigator::localPos

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


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