1 #ifndef LOCARNA_ALIGNMENT_IMPL_HH
2 #define LOCARNA_ALIGNMENT_IMPL_HH
10 #include "sequence.hh"
Definition: alignment.hh:73
Implementation of Alignment.
Definition: alignment_impl.hh:22
std::string strA_
structure of A as dot-bracket string
Definition: alignment_impl.hh:41
const Sequence seqA_
sequence A
Definition: alignment_impl.hh:24
AlignmentImpl(const Sequence &seqA, const Sequence &seqB)
Constructor as empty alignment of two sequences.
Definition: alignment_impl.hh:50
bool empty() const
Definition: alignment_impl.hh:63
std::string strB_
structure of B as dot-bracket string
Definition: alignment_impl.hh:42
const Sequence seqB_
sequence B
Definition: alignment_impl.hh:25
Alignment::edges_t edges_
alignment edges
Definition: alignment_impl.hh:39
"Sequence View" of multiple alignment as array of column vectors
Definition: sequence.hh:17
Definition: aligner.cc:15