#include <twoBit.h>
Collaboration diagram for twoBit:

Data Fields | |
| twoBit * | next |
| char * | name |
| UBYTE * | data |
| bits32 | size |
| bits32 | nBlockCount |
| bits32 * | nStarts |
| bits32 * | nSizes |
| bits32 | maskBlockCount |
| bits32 * | maskStarts |
| bits32 * | maskSizes |
| bits32 | reserved |
Definition at line 8 of file twoBit.h.
struct twoBit* twoBit::next [read] |
| char* twoBit::name |
| UBYTE* twoBit::data |
| bits32 twoBit::size |
Definition at line 14 of file twoBit.h.
Referenced by twoBitFromDnaSeq(), twoBitSizeInFile(), twoBitWriteHeader(), and twoBitWriteOne().
| bits32 twoBit::nBlockCount |
Definition at line 15 of file twoBit.h.
Referenced by twoBitFromDnaSeq(), twoBitSizeInFile(), and twoBitWriteOne().
| bits32* twoBit::nStarts |
Definition at line 16 of file twoBit.h.
Referenced by twoBitFromDnaSeq(), twoBitSizeInFile(), and twoBitWriteOne().
| bits32* twoBit::nSizes |
Definition at line 17 of file twoBit.h.
Referenced by twoBitFromDnaSeq(), twoBitSizeInFile(), and twoBitWriteOne().
| bits32 twoBit::maskBlockCount |
Definition at line 18 of file twoBit.h.
Referenced by twoBitFromDnaSeq(), twoBitSizeInFile(), and twoBitWriteOne().
| bits32* twoBit::maskStarts |
Definition at line 19 of file twoBit.h.
Referenced by twoBitFromDnaSeq(), twoBitSizeInFile(), and twoBitWriteOne().
| bits32* twoBit::maskSizes |
Definition at line 20 of file twoBit.h.
Referenced by twoBitFromDnaSeq(), twoBitSizeInFile(), and twoBitWriteOne().
| bits32 twoBit::reserved |
Definition at line 21 of file twoBit.h.
Referenced by twoBitSizeInFile(), twoBitWriteHeader(), and twoBitWriteOne().
1.5.2