|
MASA-Core
|
Struct that notifies the match result in the Mayers-Miller matching procedure.
Definition at line 51 of file libmasaTypes.hpp.
#include <libmasaTypes.hpp>
Public Attributes | |
| bool | found |
| true if the matching procedure found the goal score | |
| int | k |
| index of the matched score | |
| int | score |
| matched score | |
| int | type |
| type of the match: MATCH_ALIGNED or MATCH_GAPPED | |
true if the matching procedure found the goal score
Definition at line 53 of file libmasaTypes.hpp.
index of the matched score
Definition at line 55 of file libmasaTypes.hpp.
matched score
Definition at line 57 of file libmasaTypes.hpp.
type of the match: MATCH_ALIGNED or MATCH_GAPPED
Definition at line 59 of file libmasaTypes.hpp.
1.7.6.1