NCBI C++ ToolKit
Public Attributes | List of all members
GapPrelimEditBlock Struct Reference

Search Toolkit Book for GapPrelimEditBlock

Preliminary version of GapEditBlock, used directly by the low- level dynamic programming routines. More...

#include <algo/blast/core/gapinfo.h>

+ Collaboration diagram for GapPrelimEditBlock:

Public Attributes

GapPrelimEditScriptedit_ops
 array of edit operations More...
 
Int4 num_ops_allocated
 size of allocated array More...
 
Int4 num_ops
 number of edit ops presently in use More...
 
EGapAlignOpType last_op
 most recent operation added More...
 

Detailed Description

Preliminary version of GapEditBlock, used directly by the low- level dynamic programming routines.

Definition at line 73 of file gapinfo.h.

Member Data Documentation

◆ edit_ops

GapPrelimEditScript* GapPrelimEditBlock::edit_ops

◆ last_op

EGapAlignOpType GapPrelimEditBlock::last_op

most recent operation added

Definition at line 77 of file gapinfo.h.

Referenced by GapPrelimEditBlockAdd(), GapPrelimEditBlockNew(), GapPrelimEditBlockReset(), and s_GapPrelimEditBlockAddNew().

◆ num_ops

Int4 GapPrelimEditBlock::num_ops

◆ num_ops_allocated

Int4 GapPrelimEditBlock::num_ops_allocated

size of allocated array

Definition at line 75 of file gapinfo.h.

Referenced by GapPrelimEditBlockNew(), s_BlastGapAlignStruct_Copy(), and s_GapPrelimEditBlockRealloc().


The documentation for this struct was generated from the following file:
Modified on Tue May 21 10:56:27 2024 by modify_doxy.py rev. 669887