genomicSimulationC 0.2.6
Data Fields
gsc_GenoLocation Struct Reference

An gsc_AlleleMatrix/gsc_AlleleMatrix index coordinate of a particular genotype in the simulation. More...

#include <sim-operations.h>

+ Collaboration diagram for gsc_GenoLocation:

Data Fields

gsc_AlleleMatrixlocalAM
 Pointer to the gsc_AlleleMatrix in which the genotype can be found. More...
 
unsigned int localPos
 Index in the localAM where the genotype can be found (min value: 0. More...
 

Detailed Description

An gsc_AlleleMatrix/gsc_AlleleMatrix index coordinate of a particular genotype in the simulation.

To be used to look up details of that genotype using the get_ family of functions.

Has short name: GenoLocation

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

Field Documentation

◆ localAM

gsc_AlleleMatrix* gsc_GenoLocation::localAM

Pointer to the gsc_AlleleMatrix in which the genotype can be found.

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

◆ localPos

unsigned int gsc_GenoLocation::localPos

Index in the localAM where the genotype can be found (min value: 0.

Max value: CONTIG_WIDTH-1).

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


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