NCBI C++ ToolKit
|
Search Toolkit Book for GapPrelimEditScript
A version of GapEditScript used to store initial results from the gapped alignment routines. More...
#include <algo/blast/core/gapinfo.h>
Public Attributes | |
EGapAlignOpType | op_type |
Type of operation. More... | |
Int4 | num |
Number of operations. More... | |
A version of GapEditScript used to store initial results from the gapped alignment routines.
Int4 GapPrelimEditScript::num |
Number of operations.
Definition at line 67 of file gapinfo.h.
Referenced by Blast_PrelimEditBlockToGapEditScript(), GapPrelimEditBlockAdd(), GapPrelimEditBlockAppend(), s_BlastGapAlignStruct_Copy(), s_BlastOOFTracebackToGapEditScript(), s_GapPrelimEditBlockAddNew(), and s_GetTraceback().
EGapAlignOpType GapPrelimEditScript::op_type |
Type of operation.
Definition at line 66 of file gapinfo.h.
Referenced by Blast_PrelimEditBlockToGapEditScript(), GapPrelimEditBlockAppend(), s_BlastGapAlignStruct_Copy(), s_BlastOOFTracebackToGapEditScript(), s_GapPrelimEditBlockAddNew(), and s_GetTraceback().