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

Data Fields | |
| blastQuery * | next |
| char * | query |
| int | queryBaseCount |
| char * | database |
| int | dbSeqCount |
| int | dbBaseCount |
| blastGappedAli * | gapped |
Definition at line 18 of file blastParse.h.
struct blastQuery* blastQuery::next [read] |
| char* blastQuery::query |
Definition at line 22 of file blastParse.h.
Referenced by blastGappedAliPrint(), blastQueryFree(), and parseQueryLines().
| char* blastQuery::database |
Definition at line 24 of file blastParse.h.
Referenced by blastQueryFree(), and parseDatabaseLines().
struct blastGappedAli* blastQuery::gapped [read] |
Definition at line 27 of file blastParse.h.
Referenced by blastFileNextQuery(), blastQueryFree(), and blastQueryPrint().
1.5.2