genomicSimulationC 0.2.6
Data Fields
gsc_MarkerBlocks Struct Reference

A struct used to store a set of blocks of markers. More...

#include <sim-operations.h>

Data Fields

unsigned int num_blocks
 The number of blocks whose details are stored here. More...
 
unsigned int * num_markers_in_block
 Pointer to a heap array of length num_blocks containing the number of markers that make up each block. More...
 
unsigned int ** markers_in_block
 Pointer to a heap array of length num_blocks, each entry in which is a pointer to a heap array with length corresponding to the value of the corresponding entry in num_markers_in_block whose values are the indexes in the gsc_SimData of the markers that make up that block. More...
 

Detailed Description

A struct used to store a set of blocks of markers.

Has short name: MarkerBlocks

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

Field Documentation

◆ markers_in_block

unsigned int** gsc_MarkerBlocks::markers_in_block

Pointer to a heap array of length num_blocks, each entry in which is a pointer to a heap array with length corresponding to the value of the corresponding entry in num_markers_in_block whose values are the indexes in the gsc_SimData of the markers that make up that block.

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

◆ num_blocks

unsigned int gsc_MarkerBlocks::num_blocks

The number of blocks whose details are stored here.

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

◆ num_markers_in_block

unsigned int* gsc_MarkerBlocks::num_markers_in_block

Pointer to a heap array of length num_blocks containing the number of markers that make up each block.

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


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