MASA-Core
Public Attributes
score_t Struct Reference

Detailed Description

Represents a score in the DP matrix.

Definition at line 88 of file libmasaTypes.hpp.

#include <libmasaTypes.hpp>

List of all members.

Public Attributes

int i
 i-coordinate of the score
int j
 j-coordinate of the score
int score
 value of the score

Member Data Documentation

i-coordinate of the score

Definition at line 90 of file libmasaTypes.hpp.

j-coordinate of the score

Definition at line 92 of file libmasaTypes.hpp.

value of the score

Definition at line 94 of file libmasaTypes.hpp.


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