genomicSimulationC 0.2.6
|
File format specifier for the genotype input file. More...
#include <sim-operations.h>
Data Fields | |
enum gsc_GenotypeFileType | filetype |
union { | |
struct gsc_GenotypeFile_MatrixFormat matrix | |
} | spec |
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.
enum gsc_GenotypeFileType gsc_FileFormatSpec::filetype |
Definition at line 1045 of file sim-operations.h.
struct gsc_GenotypeFile_MatrixFormat gsc_FileFormatSpec::matrix |
Definition at line 1047 of file sim-operations.h.
union { ... } gsc_FileFormatSpec::spec |