#include <blastParse.h>
Collaboration diagram for blastBlock:

Data Fields | |
| blastBlock * | next |
| blastGappedAli * | gappedAli |
| int | bitScore |
| double | eVal |
| int | matchCount |
| int | totalCount |
| int | insertCount |
| BYTE | qStrand |
| BYTE | tStrand |
| BYTE | frame |
| int | qStart |
| int | tStart |
| int | qEnd |
| int | tEnd |
| char * | qSym |
| char * | tSym |
Definition at line 40 of file blastParse.h.
struct blastBlock* blastBlock::next [read] |
Definition at line 43 of file blastParse.h.
Referenced by blastBlockFreeList(), and blastGappedAliPrint().
struct blastGappedAli* blastBlock::gappedAli [read] |
Definition at line 44 of file blastParse.h.
Definition at line 45 of file blastParse.h.
| double blastBlock::eVal |
Definition at line 46 of file blastParse.h.
| BYTE blastBlock::qStrand |
Definition at line 50 of file blastParse.h.
| BYTE blastBlock::tStrand |
Definition at line 51 of file blastParse.h.
| BYTE blastBlock::frame |
Definition at line 52 of file blastParse.h.
| int blastBlock::qEnd |
| int blastBlock::tEnd |
| char* blastBlock::qSym |
| char* blastBlock::tSym |
1.5.2