|
ARB
|
#include "GDE_proto.h"

Go to the source code of this file.
Macros | |
| #define | GDEMAXMENU 100 |
Enumerations | |
| enum | GapCompression { COMPRESS_NONE = 0, COMPRESS_VERTICAL_GAPS = 1, COMPRESS_ALL = 2, COMPRESS_NONINFO_COLUMNS = 3 } |
Variables | |
| Gmenu | menu [GDEMAXMENU] |
| int | num_menus |
| int | DataType |
| int | FileFormat |
| char | FileName [80] |
| const char * | GDEmonth [12] |
| int | Default_RNA_Trans [] |
| int | Default_DNA_Trans [] |
| int | Default_NA_RTrans [] |
| int | Default_NAColor_LKUP [] |
| int | Default_PROColor_LKUP [] |
| #define GDEMAXMENU 100 |
Definition at line 20 of file GDE_extglob.h.
Referenced by ParseMenus().
| enum GapCompression |
| Enumerator | |
|---|---|
| COMPRESS_NONE | |
| COMPRESS_VERTICAL_GAPS | |
| COMPRESS_ALL | |
| COMPRESS_NONINFO_COLUMNS | |
Definition at line 13 of file GDE_extglob.h.
| Gmenu menu[GDEMAXMENU] |
Definition at line 25 of file GDE.cxx.
Referenced by ParseMenus().
| int num_menus |
Definition at line 26 of file GDE.cxx.
Referenced by GDE_load_menu(), and ParseMenus().
| int DataType |
Definition at line 11 of file GDE_global.cxx.
Referenced by LoadData(), and LoadFile().
| int FileFormat |
Definition at line 12 of file GDE_global.cxx.
Referenced by LoadData().
| char FileName[80] |
Definition at line 13 of file GDE_global.cxx.
Referenced by LoadData().
| const char* GDEmonth[12] |
Definition at line 16 of file GDE_global.cxx.
Referenced by AsciiTime(), and WriteGen().
| int Default_RNA_Trans[] |
Definition at line 22 of file GDE_global.cxx.
Referenced by InitNASeq().
| int Default_DNA_Trans[] |
Definition at line 33 of file GDE_global.cxx.
Referenced by InitNASeq().
| int Default_NA_RTrans[] |
Definition at line 44 of file GDE_global.cxx.
Referenced by InitNASeq().
| int Default_NAColor_LKUP[] |
Definition at line 58 of file GDE_global.cxx.
Referenced by InitNASeq().
| int Default_PROColor_LKUP[] |
Definition at line 69 of file GDE_global.cxx.
Referenced by InitNASeq(), ReadGen(), and set_constant_fields().
1.8.8