librostlab-blast
1.0.0
|
Data specific to an iterated blast round. More...
#include <blast-result.h>
Public Member Functions | |
round (size_t __oneline_idx=0, size_t __oneline_cnt=0, size_t __hit_idx=0, size_t __hit_cnt=0, size_t __oneline_new_idx=noidx, size_t __oneline_new_cnt=0) | |
virtual | ~round () |
Public Attributes | |
size_t | oneline_idx |
Index of first one-line description of this round in vector of all one-line descriptions. | |
size_t | oneline_cnt |
Count of one-line descriptions in round. | |
size_t | hit_idx |
Index of first hit of this round in vector of all hits. | |
size_t | hit_cnt |
Count of hits in round. | |
size_t | oneline_new_idx |
Index of first one-line description of sequences not found previously in this round. noidx if there is no such, i.e. in case there are no new sequences in this round. | |
size_t | oneline_new_cnt |
Count of one-line descriptions for sequences not found previously. |
Static Public Attributes | |
static const size_t | noidx = static_cast<size_t>(-1) |
Data specific to an iterated blast round.
Definition at line 32 of file blast-result.h.
|
inline |
Definition at line 47 of file blast-result.h.
|
inlinevirtual |
Definition at line 48 of file blast-result.h.
size_t rostlab::blast::round::hit_cnt |
Count of hits in round.
Definition at line 40 of file blast-result.h.
size_t rostlab::blast::round::hit_idx |
Index of first hit of this round in vector of all hits.
Definition at line 38 of file blast-result.h.
|
static |
Definition at line 45 of file blast-result.h.
size_t rostlab::blast::round::oneline_cnt |
Count of one-line descriptions in round.
Definition at line 36 of file blast-result.h.
size_t rostlab::blast::round::oneline_idx |
Index of first one-line description of this round in vector of all one-line descriptions.
Definition at line 34 of file blast-result.h.
size_t rostlab::blast::round::oneline_new_cnt |
Count of one-line descriptions for sequences not found previously.
Definition at line 44 of file blast-result.h.
size_t rostlab::blast::round::oneline_new_idx |
Index of first one-line description of sequences not found previously in this round. noidx if there is no such, i.e. in case there are no new sequences in this round.
Definition at line 42 of file blast-result.h.