librostlab-blast
1.0.0
|
Blast hit. More...
#include <blast-result.h>
Public Member Functions | |
hit (const std::string &__name="", const std::string &__desc="", size_t __length=0) | |
virtual | ~hit () |
Public Attributes | |
std::string | name |
std::string | desc |
size_t | length |
Full length of subject sequence. | |
std::vector< hsp > | hsps |
rostlab::blast::hit::hit | ( | const std::string & | __name = "" , |
const std::string & | __desc = "" , |
||
size_t | __length = 0 |
||
) | [inline] |
Definition at line 148 of file blast-result.h.
virtual rostlab::blast::hit::~hit | ( | ) | [inline, virtual] |
Definition at line 149 of file blast-result.h.
std::string rostlab::blast::hit::desc |
Definition at line 143 of file blast-result.h.
std::vector<hsp> rostlab::blast::hit::hsps |
Definition at line 146 of file blast-result.h.
size_t rostlab::blast::hit::length |
Full length of subject sequence.
Definition at line 145 of file blast-result.h.
std::string rostlab::blast::hit::name |
Definition at line 142 of file blast-result.h.