vg
tools for working with variation graphs
vg::WFATree Member List

This is the complete list of members for vg::WFATree, including all inherited members.

adjust_diagonal_range(std::pair< std::int32_t, std::int32_t > &range, std::int32_t diagonal)vg::WFATreeinlineprivatestatic
at_dead_end(const MatchPos &pos) constvg::WFATreeinlineprivate
candidate_nodevg::WFATree
candidate_pointvg::WFATree
del_predecessor(uint32_t node, int32_t score, int32_t diagonal) constvg::WFATreeinline
empty_diagonal_range()vg::WFATreeinlineprivatestatic
expand_if_necessary(const MatchPos &pos)vg::WFATreeinlineprivate
extend(std::int32_t score)vg::WFATreeinline
extend_over(std::int32_t score, std::int32_t diagonal, const std::vector< std::uint32_t > &leaves)vg::WFATreeinlineprivate
find_pos(size_t type, uint32_t node, int32_t score, int32_t diagonal, bool extendable_seq, bool extendable_graph) constvg::WFATreeinlineprivate
fromvg::WFATree
gap_extendvg::WFATree
gap_extend_penalty(std::uint32_t length) constvg::WFATreeinline
gap_openvg::WFATree
gap_penalty(std::uint32_t length) constvg::WFATreeinline
get_diagonals(int32_t score)vg::WFATreeinlineprivate
get_leaves() constvg::WFATreeinlineprivate
graphvg::WFATree
ins_predecessor(uint32_t node, int32_t score, int32_t diagonal) constvg::WFATreeinline
is_root(std::uint32_t node)vg::WFATreeinlinestatic
match_predecessor(uint32_t node, int32_t score, int32_t diagonal) constvg::WFATreeinline
max_distancevg::WFATree
min_distancevg::WFATree
mismatchvg::WFATree
next(std::int32_t score)vg::WFATreeinline
next_score(std::int32_t match_score)vg::WFATreeinline
no_pos(pos_t pos)vg::WFATreeinlinestatic
nodesvg::WFATree
parent(std::uint32_t node) constvg::WFATreeinline
possible_scoresvg::WFATree
predecessor_offset(uint32_t &node, uint32_t &offset) constvg::WFATreeinline
score_boundvg::WFATree
sequencevg::WFATree
size() constvg::WFATreeinline
successor_offset(MatchPos &pos) constvg::WFATreeinline
tovg::WFATree
trim(const Aligner &aligner)vg::WFATreeinline
update_diagonal_range(std::pair< std::int32_t, std::int32_t > range, std::int32_t score) constvg::WFATreeinlineprivate
WFATree(const gbwtgraph::GBWTGraph &graph, const std::string &sequence, pos_t from, pos_t to, const Aligner &aligner, const WFAExtender::ErrorModel &error_model)vg::WFATreeinline