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

Data Fields | |
| blastGappedAli * | next |
| blastQuery * | query |
| char * | targetName |
| int | targetSize |
| blastBlock * | blocks |
Definition at line 30 of file blastParse.h.
struct blastGappedAli* blastGappedAli::next [read] |
Definition at line 33 of file blastParse.h.
Referenced by blastGappedAliFreeList(), and blastQueryPrint().
struct blastQuery* blastGappedAli::query [read] |
Definition at line 34 of file blastParse.h.
Referenced by blastFileNextGapped(), and blastGappedAliPrint().
Definition at line 35 of file blastParse.h.
Referenced by blastFileNextGapped(), blastGappedAliFree(), and blastGappedAliPrint().
struct blastBlock* blastGappedAli::blocks [read] |
Definition at line 37 of file blastParse.h.
Referenced by blastFileNextGapped(), blastGappedAliFree(), and blastGappedAliPrint().
1.5.2