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

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

added_fwdvg::ExtraNodeGraphprotected
added_idvg::ExtraNodeGraphprotected
added_revvg::ExtraNodeGraphprotected
backingvg::ExtraNodeGraphprotected
edge_handle(const handle_t &left, const handle_t &right) consthandlegraph::HandleGraph
ExtraNodeGraph(const HandleGraph *backing, const string &sequence, const vector< handle_t > &edges_in, const vector< handle_t > &edges_out)vg::ExtraNodeGraph
flip(const handle_t &handle) constvg::ExtraNodeGraphvirtual
follow_edges(const handle_t &handle, bool go_left, const Iteratee &iteratee) consthandlegraph::HandleGraph
follow_edges_impl(const handle_t &handle, bool go_left, const function< bool(const handle_t &)> &iteratee) constvg::ExtraNodeGraphvirtual
handlegraph::HandleGraph::follow_edges_impl(const handle_t &handle, bool go_left, const std::function< bool(const handle_t &)> &iteratee) const =0handlegraph::HandleGraphprotectedpure virtual
for_each_edge(const Iteratee &iteratee, bool parallel=false) consthandlegraph::HandleGraph
for_each_handle(const Iteratee &iteratee, bool parallel=false) consthandlegraph::HandleGraph
for_each_handle_impl(const function< bool(const handle_t &)> &iteratee, bool parallel=false) constvg::ExtraNodeGraphvirtual
handlegraph::HandleGraph::for_each_handle_impl(const std::function< bool(const handle_t &)> &iteratee, bool parallel=false) const =0handlegraph::HandleGraphprotectedpure virtual
forward(const handle_t &handle) consthandlegraph::HandleGraph
from_backing(const handle_t &backing_handle) constvg::ExtraNodeGraphinline
get_base(const handle_t &handle, size_t index) consthandlegraph::HandleGraphvirtual
get_created_handle() constvg::ExtraNodeGraph
get_degree(const handle_t &handle, bool go_left) constvg::ExtraNodeGraphvirtual
get_edge_count() consthandlegraph::HandleGraphvirtual
get_handle(const id_t &node_id, bool is_reverse) constvg::ExtraNodeGraphvirtual
get_id(const handle_t &handle) constvg::ExtraNodeGraphvirtual
get_is_reverse(const handle_t &handle) constvg::ExtraNodeGraphvirtual
get_length(const handle_t &handle) constvg::ExtraNodeGraphvirtual
get_node_count() constvg::ExtraNodeGraphvirtual
get_sequence(const handle_t &handle) constvg::ExtraNodeGraphvirtual
get_subsequence(const handle_t &handle, size_t index, size_t size) consthandlegraph::HandleGraphvirtual
get_total_length() consthandlegraph::HandleGraphvirtual
has_edge(const handle_t &left, const handle_t &right) consthandlegraph::HandleGraphvirtual
has_edge(const edge_t &edge) consthandlegraph::HandleGraphinline
has_node(id_t node_id) constvg::ExtraNodeGraphvirtual
in_fromvg::ExtraNodeGraphprotected
is_ours(const handle_t &our_handle) constvg::ExtraNodeGraphinlineprotected
max_node_id() constvg::ExtraNodeGraphvirtual
min_node_id() constvg::ExtraNodeGraphvirtual
out_tovg::ExtraNodeGraphprotected
sequencevg::ExtraNodeGraphprotected
to_backing(const handle_t &our_handle) constvg::ExtraNodeGraphinlineprotected
traverse_edge_handle(const edge_t &edge, const handle_t &left) consthandlegraph::HandleGraph
~HandleGraph()=defaulthandlegraph::HandleGraphvirtual