NCBI C++ ToolKit
|
Search Toolkit Book for SMBSpace
Space structure for greedy alignment algorithm. More...
#include <algo/blast/core/greedy_align.h>
Public Attributes | |
SGreedyOffset * | space_array |
array of bookkeeping structures More... | |
Int4 | space_allocated |
number of structures allocated More... | |
Int4 | space_used |
number of structures actually in use More... | |
struct SMBSpace * | next |
pointer to next structure in list More... | |
Space structure for greedy alignment algorithm.
Definition at line 65 of file greedy_align.h.
struct SMBSpace* SMBSpace::next |
pointer to next structure in list
Definition at line 69 of file greedy_align.h.
Referenced by MBSpaceFree(), MBSpaceNew(), s_GetMBSpace(), and s_RefreshMBSpace().
Int4 SMBSpace::space_allocated |
number of structures allocated
Definition at line 67 of file greedy_align.h.
Referenced by BOOST_AUTO_TEST_CASE(), MBSpaceNew(), and s_GetMBSpace().
SGreedyOffset* SMBSpace::space_array |
array of bookkeeping structures
Definition at line 66 of file greedy_align.h.
Referenced by MBSpaceFree(), MBSpaceNew(), and s_GetMBSpace().
Int4 SMBSpace::space_used |
number of structures actually in use
Definition at line 68 of file greedy_align.h.
Referenced by MBSpaceNew(), s_GetMBSpace(), and s_RefreshMBSpace().