LocARNA-1.8.11
Public Types | Public Member Functions | Public Attributes | List of all members
LocARNA::ArcMatches::tuple5 Class Reference

#include <arc_matches.hh>

Collaboration diagram for LocARNA::ArcMatches::tuple5:
Collaboration graph
[legend]

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
 the score (as used below: score of arc match (i,j)~(k,l))
 

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

The documentation for this class was generated from the following file: