#include <arc_matches.hh>
Public Types | |
|
typedef std::vector< int > ::size_type | size_type |
| size type | |
Public Member Functions | |
| tuple5 (size_type i_, size_type j_, size_type k_, size_type l_, score_t score_) | |
Public Attributes | |
| size_type | i |
| position i | |
| size_type | j |
| position j | |
| size_type | k |
| position k | |
| size_type | l |
| position l | |
| score_t | score |
A simple 5-tuple of 4 positions and a score
| LocARNA::ArcMatches::tuple5::tuple5 | ( | size_type | i_, |
| size_type | j_, | ||
| size_type | k_, | ||
| size_type | l_, | ||
| score_t | score_ | ||
| ) | [inline] |
Construct with member values
| i_ | position i |
| j_ | position j |
| k_ | position k |
| l_ | position l |
| score_ | the score |
the score (as used below: score of arc match (i,j)~(k,l))
1.7.6.1