genomicSimulationC 0.2.6
|
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... | |
A struct used to store a set of blocks of markers.
Has short name: MarkerBlocks
Definition at line 523 of file sim-operations.h.
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.
unsigned int gsc_MarkerBlocks::num_blocks |
The number of blocks whose details are stored here.
Definition at line 525 of file sim-operations.h.
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.