genomicSimulationC 0.2.6
Data Fields
gsc_GappyIterator Struct Reference

A structure to iterate forwards through all positions in the gsc_AlleleMatrix linked list in gsc_SimData. More...

#include <sim-operations.h>

+ Collaboration diagram for gsc_GappyIterator:

Data Fields

gsc_GenoLocation cursor
 
unsigned int cursorAMIndex
 

Detailed Description

A structure to iterate forwards through all positions in the gsc_AlleleMatrix linked list in gsc_SimData.

Used in gsc_condense_allele_matrix. Internal, not recommended for end users.

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

Field Documentation

◆ cursor

gsc_GenoLocation gsc_GappyIterator::cursor

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

◆ cursorAMIndex

unsigned int gsc_GappyIterator::cursorAMIndex

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


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