Changes

From Genome Analysis Wiki
Jump to navigationJump to search
1,253 bytes added ,  02:21, 2 November 2010
Created page with 'Category:Software Category:C++ Category:libStatGen Category:libStatGen GLF = GLF = === GLF Classes === {| style="margin: 1em 1em 1em 0; background-color: #f9f9f…'
[[Category:Software]]
[[Category:C++]]
[[Category:libStatGen]]
[[Category:libStatGen GLF]]

= GLF =

=== GLF Classes ===
{| style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
|-style="background: #f2f2f2; text-align: center;"
! Class Name !! Description
|-
| <code>[[C++ Class: GlfFile|GlfFile]]</code>
| Class used for reading/writing GLF files and their headers, section headers, and records.
|-
| <code>[[C++ Class: GlfHeader|GlfHeader]]</code>
| Class used for storing the header. Allows access for getting and setting header values when both reading & writing GLF files.
|-
| <code>[[C++ Class: GlfRefSection|GlfRefSection]]</code>
| Class used for storing the GLF Reference Section. Allows access for getting and setting values when both reading & writing GLF files.
|-
| <code>[[C++ Class: GlfRecord|GlfRecord]]</code>
| Class used for storing a GLF Record. Allows access for getting and setting record values when both reading & writing GLF files.
|-
| <code>[[C++ Class: GlfStatus|GlfStatus]]</code>
| Status value used by the glf classes for returning the status of the operations.
|-
| <code>[[C++ Class: GlfException|GlfException]]</code>
| Exception class for GLF.
|}

Navigation menu