NCBI C++ ToolKit
|
Search Toolkit Book for LinkedHSP
linked list of HSPs used to store hsps in culling tree. More...
Public Attributes | |
BlastHSP * | hsp |
Int4 | cid |
Int4 | sid |
Int4 | begin |
Int4 | end |
Int4 | merit |
struct LinkedHSP * | next |
linked list of HSPs used to store hsps in culling tree.
Definition at line 52 of file hspfilter_culling.c.
Int4 LinkedHSP::begin |
Definition at line 56 of file hspfilter_culling.c.
Referenced by s_DominateTest(), s_ForkChildren(), and s_ProcessCTree().
Int4 LinkedHSP::cid |
Definition at line 54 of file hspfilter_culling.c.
Int4 LinkedHSP::end |
Definition at line 57 of file hspfilter_culling.c.
Referenced by s_DominateTest(), s_ForkChildren(), and s_ProcessCTree().
BlastHSP* LinkedHSP::hsp |
Definition at line 53 of file hspfilter_culling.c.
Referenced by s_BlastHSPCullingFinal(), s_DominateTest(), and s_HSPFree().
Int4 LinkedHSP::merit |
Definition at line 58 of file hspfilter_culling.c.
Referenced by s_FullPass().
struct LinkedHSP* LinkedHSP::next |
Definition at line 59 of file hspfilter_culling.c.
Referenced by s_AddHSPtoList(), s_BlastHSPCullingFinal(), s_ForkChildren(), s_FullPass(), s_MarkDownHSPList(), s_ProcessHSPList(), and s_RipHSPOffCTree().
Int4 LinkedHSP::sid |
Definition at line 55 of file hspfilter_culling.c.
Referenced by s_BlastHSPCullingFinal(), and s_DominateTest().