librostlab-blast
1.0.0
|
One-line description. More...
#include <blast-result.h>
Public Member Functions | |
oneline (const std::string &__name="", const std::string &__desc="", double __bit_score=0, double __e_value=0) | |
oneline (const hit &__h) | |
virtual | ~oneline () |
Public Attributes | |
std::string | name |
std::string | desc |
double | bit_score |
Bit score. | |
double | e_value |
One-line description.
Definition at line 153 of file blast-result.h.
rostlab::blast::oneline::oneline | ( | const std::string & | __name = "" , |
const std::string & | __desc = "" , |
||
double | __bit_score = 0 , |
||
double | __e_value = 0 |
||
) | [inline] |
Definition at line 159 of file blast-result.h.
rostlab::blast::oneline::oneline | ( | const hit & | __h | ) | [inline] |
Definition at line 160 of file blast-result.h.
virtual rostlab::blast::oneline::~oneline | ( | ) | [inline, virtual] |
Definition at line 161 of file blast-result.h.
Bit score.
Definition at line 157 of file blast-result.h.
std::string rostlab::blast::oneline::desc |
Definition at line 155 of file blast-result.h.
Definition at line 158 of file blast-result.h.
std::string rostlab::blast::oneline::name |
Definition at line 154 of file blast-result.h.