|
MASA-Core
|
Definition at line 52 of file Alignment.hpp.
#include <Alignment.hpp>
Public Member Functions | |
| gap_t () | |
| gap_t (int pos, int len) | |
Public Attributes | |
| int | pos |
| int | len |
| gap_t::gap_t | ( | ) | [inline] |
Definition at line 56 of file Alignment.hpp.
| gap_t::gap_t | ( | int | pos, |
| int | len | ||
| ) | [inline] |
Definition at line 60 of file Alignment.hpp.
| int gap_t::len |
Definition at line 54 of file Alignment.hpp.
| int gap_t::pos |
Definition at line 53 of file Alignment.hpp.
1.7.6.1