librostlab-blast  1.0.1
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
rostlab::blast::round Struct Reference

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. More...
 
size_t oneline_cnt
 Count of one-line descriptions in round. More...
 
size_t hit_idx
 Index of first hit of this round in vector of all hits. More...
 
size_t hit_cnt
 Count of hits in round. More...
 
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. More...
 
size_t oneline_new_cnt
 Count of one-line descriptions for sequences not found previously. More...
 

Static Public Attributes

static const size_t noidx = static_cast<size_t>(-1)
 

Detailed Description

Data specific to an iterated blast round.

Definition at line 32 of file blast-result.h.

Constructor & Destructor Documentation

◆ round()

rostlab::blast::round::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 
)
inline

Definition at line 47 of file blast-result.h.

◆ ~round()

virtual rostlab::blast::round::~round ( )
inlinevirtual

Definition at line 48 of file blast-result.h.

Member Data Documentation

◆ hit_cnt

size_t rostlab::blast::round::hit_cnt

Count of hits in round.

Definition at line 40 of file blast-result.h.

◆ hit_idx

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.

◆ noidx

const size_t rostlab::blast::round::noidx = static_cast<size_t>(-1)
static

Definition at line 45 of file blast-result.h.

◆ oneline_cnt

size_t rostlab::blast::round::oneline_cnt

Count of one-line descriptions in round.

Definition at line 36 of file blast-result.h.

◆ oneline_idx

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.

◆ oneline_new_cnt

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.

◆ oneline_new_idx

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.


The documentation for this struct was generated from the following file: