NCBI C++ ToolKit
|
Search Toolkit Book for BlastGapDP
Auxiliary structure for dynamic programming gapped extension. More...
#include <algo/blast/core/blast_gapalign.h>
Public Attributes | |
Int4 | best |
score of best path that ends in a match at this position More... | |
Int4 | best_gap |
score of best path that ends in a gap at this position More... | |
Auxiliary structure for dynamic programming gapped extension.
Definition at line 57 of file blast_gapalign.h.
Int4 BlastGapDP::best |
score of best path that ends in a match at this position
Definition at line 58 of file blast_gapalign.h.
Referenced by ALIGN_EX(), Blast_SemiGappedAlign(), s_Align(), s_BlastAlignPackedNucl(), s_NuclSmithWaterman(), s_OutOfFrameAlignWithTraceback(), s_OutOfFrameGappedAlign(), s_RestrictedGappedAlign(), and s_SmithWatermanScoreOnly().
Int4 BlastGapDP::best_gap |
score of best path that ends in a gap at this position
Definition at line 60 of file blast_gapalign.h.
Referenced by ALIGN_EX(), Blast_SemiGappedAlign(), s_Align(), s_BlastAlignPackedNucl(), s_NuclSmithWaterman(), s_OutOfFrameAlignWithTraceback(), s_OutOfFrameGappedAlign(), s_RestrictedGappedAlign(), and s_SmithWatermanScoreOnly().