librostlab-blast  1.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
rostlab::blast::hit Struct Reference

Blast hit. More...

#include <blast-result.h>

List of all members.

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< hsphsps

Detailed Description

Blast hit.

A hit consists of one or more hsps.

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


Constructor & Destructor Documentation

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.


Member Data Documentation

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

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

Full length of subject sequence.

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

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


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines