#include <blast_aalookup.h>
Definition at line 53 of file blast_aalookup.h.
Public Attributes | |
| Int4 | num_used |
| number of hits stored for this cell | |
| union { | |
| Int4 overflow_cursor | |
| integer offset into the overflow array where the list of hits for this cell begins | |
| Int4 entries [3] | |
| if the number of hits for this cell is AA_HITS_PER_CELL or less, the hits are all stored directly in the cell | |
| } | payload |
| union that specifies either entries stored right on the backbone if fewer than AA_HITS_PER_CELL are present or a pointer to where the hits are stored (off-backbone). | |
|
|
if the number of hits for this cell is AA_HITS_PER_CELL or less, the hits are all stored directly in the cell
Definition at line 60 of file blast_aalookup.h. Referenced by s_BlastAaScanSubject(). |
|
|
number of hits stored for this cell
Definition at line 54 of file blast_aalookup.h. |
|
|
integer offset into the overflow array where the list of hits for this cell begins
Definition at line 57 of file blast_aalookup.h. Referenced by s_BlastAaScanSubject(). |
|
|
union that specifies either entries stored right on the backbone if fewer than AA_HITS_PER_CELL are present or a pointer to where the hits are stored (off-backbone).
Referenced by s_BlastAaScanSubject(). |
1.4.6
Modified on Mon Dec 07 16:22:18 2009 by modify_doxy.py rev. 173732