Represents the begin/end of the pairwise alignment in the respective sequences. More...
#include <seqan3/alignment/matrix/alignment_coordinate.hpp>
Public Member Functions | |
Constructors, destructor and assignment | |
| constexpr | alignment_coordinate ()=default |
| Defaulted. | |
| constexpr | alignment_coordinate (alignment_coordinate const &)=default |
| Defaulted. | |
| constexpr | alignment_coordinate (alignment_coordinate &&)=default |
| Defaulted. | |
| constexpr alignment_coordinate & | operator= (alignment_coordinate const &)=default |
| Defaulted. | |
| constexpr alignment_coordinate & | operator= (alignment_coordinate &&)=default |
| Defaulted. | |
| ~alignment_coordinate ()=default | |
| Defaulted. | |
Public Attributes | |
| size_t | first |
| The begin/end position of the alignment in the first sequence. | |
| size_t | second |
| The begin/end position of the alignment in the second sequence. | |
Represents the begin/end of the pairwise alignment in the respective sequences.