LocARNA-1.9.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends
Public Types | Public Member Functions | Public Attributes
LocARNA::ArcMatches::tuple5 Class Reference

#include <arc_matches.hh>

List of all members.

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

Detailed Description

A simple 5-tuple of 4 positions and a score


Constructor & Destructor Documentation

LocARNA::ArcMatches::tuple5::tuple5 ( size_type  i_,
size_type  j_,
size_type  k_,
size_type  l_,
score_t  score_ 
) [inline]

Construct with member values

Parameters:
i_position i
j_position j
k_position k
l_position l
score_the score

Member Data Documentation

the score (as used below: score of arc match (i,j)~(k,l))


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