genomicSimulationC 0.2.6
Public Types | Data Fields
gsc_LinkageGroup Struct Reference

A generic store for a linkage group, used to simulate meiosis on a certain subset of markers. More...

#include <sim-operations.h>

+ Collaboration diagram for gsc_LinkageGroup:

Public Types

enum  gsc_LinkageGroupType { GSC_LINKAGEGROUP_SIMPLE , GSC_LINKAGEGROUP_REORDER }
 

Data Fields

enum gsc_LinkageGroup::gsc_LinkageGroupType type
 
union {
   gsc_SimpleLinkageGroup   simple
 
   gsc_ReorderedLinkageGroup   reorder
 
map
 

Detailed Description

A generic store for a linkage group, used to simulate meiosis on a certain subset of markers.

Has short name: LinkageGroup

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

Member Enumeration Documentation

◆ gsc_LinkageGroupType

Enumerator
GSC_LINKAGEGROUP_SIMPLE 
See also
gsc_SimpleLinkageGroup
GSC_LINKAGEGROUP_REORDER 
See also
gsc_ReorderedLinkageGroup

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

Field Documentation

◆ 

union { ... } gsc_LinkageGroup::map

◆ reorder

gsc_ReorderedLinkageGroup gsc_LinkageGroup::reorder

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

◆ simple

gsc_SimpleLinkageGroup gsc_LinkageGroup::simple

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

◆ type

enum gsc_LinkageGroup::gsc_LinkageGroupType gsc_LinkageGroup::type

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