12 #include "boost/variant.hpp" 17 class Match_combination;
18 class Match_element_aligned;
19 class Match_element_ambiguous;
20 class Match_element_positional;
21 class Match_element_short;
24 typedef boost::variant<
Find best match between DNA sequence interval and a set of short sequences without gaps...
Definition: me_short.hpp:27
Definition: me_truncate.hpp:15
boost::variant< Match_element_aligned, Match_element_ambiguous, Match_element_positional, Match_element_short > me_variant
Definition: me_types.hpp:22
Identify DNA sequence interval by position only.
Definition: me_positional.hpp:22
Identify DNA sequence interval by finding the best alignment.
Definition: me_aligned.hpp:25
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11
std::vector< sequence_interval > interval_vector
Definition: me_types.hpp:34
std::vector< me_variant > variant_vector
Definition: me_types.hpp:31
std::vector< Truncate > truncate_vector
Definition: me_types.hpp:32
Find best match between DNA sequence interval and a set of sequences without gaps that may include am...
Definition: me_ambiguous.hpp:27
std::vector< Match_combination > combination_vector
Definition: me_types.hpp:33