vg
tools for working with variation graphs
|
This is the complete list of members for vg::SubgraphOverlay, including all inherited members.
backing_graph | vg::SubgraphOverlay | protected |
edge_handle(const handle_t &left, const handle_t &right) const | handlegraph::HandleGraph | |
flip(const handle_t &handle) const | vg::SubgraphOverlay | virtual |
follow_edges(const handle_t &handle, bool go_left, const Iteratee &iteratee) const | handlegraph::HandleGraph | |
follow_edges_impl(const handle_t &handle, bool go_left, const std::function< bool(const handle_t &)> &iteratee) const | vg::SubgraphOverlay | protectedvirtual |
for_each_edge(const Iteratee &iteratee, bool parallel=false) const | handlegraph::HandleGraph | |
for_each_handle(const Iteratee &iteratee, bool parallel=false) const | handlegraph::HandleGraph | |
for_each_handle_impl(const std::function< bool(const handle_t &)> &iteratee, bool parallel=false) const | vg::SubgraphOverlay | protectedvirtual |
forward(const handle_t &handle) const | handlegraph::HandleGraph | |
get_base(const handle_t &handle, size_t index) const | handlegraph::HandleGraph | virtual |
get_degree(const handle_t &handle, bool go_left) const | handlegraph::HandleGraph | virtual |
get_edge_count() const | handlegraph::HandleGraph | virtual |
get_handle(const nid_t &node_id, bool is_reverse=false) const | vg::SubgraphOverlay | virtual |
get_id(const handle_t &handle) const | vg::SubgraphOverlay | virtual |
get_is_reverse(const handle_t &handle) const | vg::SubgraphOverlay | virtual |
get_length(const handle_t &handle) const | vg::SubgraphOverlay | virtual |
get_node_count() const | vg::SubgraphOverlay | virtual |
get_sequence(const handle_t &handle) const | vg::SubgraphOverlay | virtual |
get_subsequence(const handle_t &handle, size_t index, size_t size) const | handlegraph::HandleGraph | virtual |
get_total_length() const | handlegraph::HandleGraph | virtual |
has_edge(const handle_t &left, const handle_t &right) const | handlegraph::HandleGraph | virtual |
has_edge(const edge_t &edge) const | handlegraph::HandleGraph | inline |
has_node(nid_t node_id) const | vg::SubgraphOverlay | virtual |
max_node | vg::SubgraphOverlay | protected |
max_node_id() const | vg::SubgraphOverlay | virtual |
min_node | vg::SubgraphOverlay | protected |
min_node_id() const | vg::SubgraphOverlay | virtual |
node_subset | vg::SubgraphOverlay | protected |
SubgraphOverlay(const HandleGraph *backing, const unordered_set< nid_t > *node_subset) | vg::SubgraphOverlay | |
traverse_edge_handle(const edge_t &edge, const handle_t &left) const | handlegraph::HandleGraph | |
~HandleGraph()=default | handlegraph::HandleGraph | virtual |
~SubgraphOverlay() | vg::SubgraphOverlay | virtual |