Difference between revisions of "LibStatGen: GLF"

From Genome Analysis Wiki
Jump to navigationJump to search
Line 1: Line 1:
[[Category:Software]]
 
 
[[Category:C++]]
 
[[Category:C++]]
 
[[Category:libStatGen]]
 
[[Category:libStatGen]]

Revision as of 16:21, 17 November 2010


GLF

Further documentation is coming soon.

GLF Classes

Class Name Description
GlfFile Class used for reading/writing GLF files and their headers, section headers, and records.
GlfHeader Class used for storing the header. Allows access for getting and setting header values when both reading & writing GLF files.
GlfRefSection Class used for storing the GLF Reference Section. Allows access for getting and setting values when both reading & writing GLF files.
GlfRecord Class used for storing a GLF Record. Allows access for getting and setting record values when both reading & writing GLF files.
GlfStatus Status value used by the glf classes for returning the status of the operations.
GlfException Exception class for GLF.