|
MASA-Core
|
Represents a score in the DP matrix.
Definition at line 88 of file libmasaTypes.hpp.
#include <libmasaTypes.hpp>
Public Attributes | |
| int | i |
| i-coordinate of the score | |
| int | j |
| j-coordinate of the score | |
| int | score |
| value of the score | |
| int score_t::i |
i-coordinate of the score
Definition at line 90 of file libmasaTypes.hpp.
| int score_t::j |
j-coordinate of the score
Definition at line 92 of file libmasaTypes.hpp.
| int score_t::score |
value of the score
Definition at line 94 of file libmasaTypes.hpp.
1.7.6.1