SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
aligned_sequence_builder.hpp File Reference

Provides seqan3::detail::aligned_sequence_builder. More...

+ Include dependency graph for aligned_sequence_builder.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::detail::aligned_sequence_builder< fst_sequence_t, sec_sequence_t >
 Builds the alignment for a given pair of sequences and the respective trace. More...
 
struct  seqan3::detail::make_aligned_sequence_type< range_t >
 A transformation trait that returns the correct aligned sequence type for a given sequence type. More...
 
struct  seqan3::detail::make_pairwise_alignment_type< first_sequence_t, second_sequence_t >
 A transformation trait that returns the correct pairwise alignment type for two given sequence types. More...
 
struct  seqan3::detail::aligned_sequence_builder< fst_sequence_t, sec_sequence_t >::result_type
 The result type when building the aligned sequences. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 

Detailed Description

Provides seqan3::detail::aligned_sequence_builder.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>
Hide me