genomicSimulationC 0.2.6
Data Fields
gsc_FileFormatSpec Struct Reference

File format specifier for the genotype input file. More...

#include <sim-operations.h>

+ Collaboration diagram for gsc_FileFormatSpec:

Data Fields

enum gsc_GenotypeFileType filetype
 
union {
   struct gsc_GenotypeFile_MatrixFormat   matrix
 
spec
 

Detailed Description

File format specifier for the genotype input file.

If filetype is set to GSC_GENOTYPEFILE_UNKNOWN, then no specification is defined and the union spec will not be accessed. Otherwise, the values should correspond. If filetype is not GSC_GENOTYPEFILE_UNKNOWN, then the struct in spec should be of the matching file type (eg a struct gsc_GenotypeFile_MatrixFormat if the file type is GSC_GENOTYPEFILE_MATRIX).

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

Field Documentation

◆ filetype

enum gsc_GenotypeFileType gsc_FileFormatSpec::filetype

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

◆ matrix

struct gsc_GenotypeFile_MatrixFormat gsc_FileFormatSpec::matrix

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

◆ 

union { ... } gsc_FileFormatSpec::spec

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