SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
seqan3::alignment_coordinate Class Reference

Represents the begin/end of the pairwise alignment in the respective sequences. More...

#include <seqan3/alignment/matrix/detail/advanceable_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_coordinateoperator= (alignment_coordinate const &)=default
 Defaulted.
 
constexpr alignment_coordinateoperator= (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.
 

Detailed Description

Represents the begin/end of the pairwise alignment in the respective sequences.

Deprecated:
This class will be removed in SeqAn 3.1.

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