vg
tools for working with variation graphs
|
This is the complete list of members for bdsg::HashGraph, including all inherited members.
append_step(const path_handle_t &path, const handle_t &to_append) | bdsg::HashGraph | virtual |
apply_ordering(const vector< handle_t > &order, bool compact_ids=false) | bdsg::HashGraph | |
handlegraph::MutablePathDeletableHandleGraph::apply_ordering(const std::vector< handle_t > &order, bool compact_ids=false)=0 | handlegraph::MutableHandleGraph | pure virtual |
apply_orientation(const handle_t &handle) | bdsg::HashGraph | virtual |
clear(void) | bdsg::HashGraph | virtual |
create_edge(const handle_t &left, const handle_t &right) | bdsg::HashGraph | virtual |
handlegraph::MutablePathDeletableHandleGraph::create_edge(const edge_t &edge) | handlegraph::MutableHandleGraph | inline |
create_handle(const std::string &sequence) | bdsg::HashGraph | virtual |
create_handle(const std::string &sequence, const nid_t &id) | bdsg::HashGraph | virtual |
create_path_handle(const string &name, bool is_circular=false) | bdsg::HashGraph | |
handlegraph::MutablePathDeletableHandleGraph::create_path_handle(const std::string &name, bool is_circular=false)=0 | handlegraph::MutablePathHandleGraph | pure virtual |
deserialize(std::istream &in) | handlegraph::SerializableHandleGraph | inline |
deserialize(const std::string &filename) | handlegraph::SerializableHandleGraph | inline |
deserialize_members(istream &in) | bdsg::HashGraph | privatevirtual |
destroy_edge(const handle_t &left, const handle_t &right) | bdsg::HashGraph | virtual |
handlegraph::MutablePathDeletableHandleGraph::destroy_edge(const edge_t &edge) | handlegraph::DeletableHandleGraph | inline |
destroy_handle(const handle_t &handle) | bdsg::HashGraph | virtual |
destroy_path(const path_handle_t &path) | bdsg::HashGraph | virtual |
divide_handle(const handle_t &handle, const std::vector< size_t > &offsets) | bdsg::HashGraph | virtual |
handlegraph::MutablePathDeletableHandleGraph::divide_handle(const handle_t &handle, size_t offset) | handlegraph::MutableHandleGraph | inline |
edge_handle(const handle_t &left, const handle_t &right) const | handlegraph::HandleGraph | |
flip(const handle_t &handle) const | bdsg::HashGraph | 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 | bdsg::HashGraph | virtual |
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 | bdsg::HashGraph | virtual |
for_each_path_handle(const Iteratee &iteratee) const | handlegraph::PathHandleGraph | |
for_each_path_handle_impl(const std::function< bool(const path_handle_t &)> &iteratee) const | bdsg::HashGraph | virtual |
for_each_step_in_path(const path_handle_t &path, const Iteratee &iteratee) const | handlegraph::PathHandleGraph | |
for_each_step_on_handle(const handle_t &handle, const Iteratee &iteratee) const | handlegraph::PathHandleGraph | |
for_each_step_on_handle_impl(const handle_t &handle, const function< bool(const step_handle_t &)> &iteratee) const | bdsg::HashGraph | |
handlegraph::MutablePathDeletableHandleGraph::for_each_step_on_handle_impl(const handle_t &handle, const std::function< bool(const step_handle_t &)> &iteratee) const =0 | handlegraph::PathHandleGraph | protectedpure virtual |
forward(const handle_t &handle) const | handlegraph::HandleGraph | |
get_base(const handle_t &handle, size_t index) const | bdsg::HashGraph | virtual |
get_degree(const handle_t &handle, bool go_left) const | bdsg::HashGraph | virtual |
get_edge_count() const | handlegraph::HandleGraph | virtual |
get_handle(const nid_t &node_id, bool is_reverse=false) const | bdsg::HashGraph | virtual |
get_handle_of_step(const step_handle_t &step_handle) const | bdsg::HashGraph | virtual |
get_id(const handle_t &handle) const | bdsg::HashGraph | virtual |
get_is_circular(const path_handle_t &path_handle) const | bdsg::HashGraph | virtual |
get_is_reverse(const handle_t &handle) const | bdsg::HashGraph | virtual |
get_length(const handle_t &handle) const | bdsg::HashGraph | virtual |
get_magic_number() const | bdsg::HashGraph | virtual |
get_next_step(const step_handle_t &step_handle) const | bdsg::HashGraph | virtual |
get_node_count(void) const | bdsg::HashGraph | virtual |
get_path_count() const | bdsg::HashGraph | virtual |
get_path_handle(const std::string &path_name) const | bdsg::HashGraph | virtual |
get_path_handle_of_step(const step_handle_t &step_handle) const | bdsg::HashGraph | virtual |
get_path_name(const path_handle_t &path_handle) const | bdsg::HashGraph | virtual |
get_previous_step(const step_handle_t &step_handle) const | bdsg::HashGraph | virtual |
get_sequence(const handle_t &handle) const | bdsg::HashGraph | virtual |
get_step_count(const path_handle_t &path_handle) const | bdsg::HashGraph | virtual |
get_subsequence(const handle_t &handle, size_t index, size_t size) const | bdsg::HashGraph | virtual |
get_total_length() const | handlegraph::HandleGraph | virtual |
graph | bdsg::HashGraph | private |
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_next_step(const step_handle_t &step_handle) const | bdsg::HashGraph | virtual |
has_node(nid_t node_id) const | bdsg::HashGraph | virtual |
has_path(const std::string &path_name) const | bdsg::HashGraph | virtual |
has_previous_step(const step_handle_t &step_handle) const | bdsg::HashGraph | virtual |
HashGraph() | bdsg::HashGraph | |
HashGraph(istream &in) | bdsg::HashGraph | |
increment_node_ids(nid_t increment) | bdsg::HashGraph | virtual |
is_empty(const path_handle_t &path_handle) const | handlegraph::PathHandleGraph | virtual |
max_id | bdsg::HashGraph | private |
max_node_id(void) const | bdsg::HashGraph | virtual |
min_id | bdsg::HashGraph | private |
min_node_id(void) const | bdsg::HashGraph | virtual |
next_path_id | bdsg::HashGraph | private |
optimize(bool allow_id_reassignment=true) | bdsg::HashGraph | virtual |
path_back(const path_handle_t &path_handle) const | bdsg::HashGraph | virtual |
path_begin(const path_handle_t &path_handle) const | bdsg::HashGraph | virtual |
path_end(const path_handle_t &path_handle) const | bdsg::HashGraph | virtual |
path_front_end(const path_handle_t &path_handle) const | bdsg::HashGraph | virtual |
path_id | bdsg::HashGraph | private |
paths | bdsg::HashGraph | private |
prepend_step(const path_handle_t &path, const handle_t &to_prepend) | bdsg::HashGraph | virtual |
reassign_node_ids(const std::function< nid_t(const nid_t &)> &get_new_id) | bdsg::HashGraph | virtual |
rewrite_segment(const step_handle_t &segment_begin, const step_handle_t &segment_end, const std::vector< handle_t > &new_segment) | bdsg::HashGraph | virtual |
scan_path(const path_handle_t &path) const | handlegraph::PathHandleGraph | |
serialize(std::ostream &out) const | handlegraph::SerializableHandleGraph | inline |
serialize(const std::string &filename) const | handlegraph::SerializableHandleGraph | inline |
serialize_members(ostream &out) const | bdsg::HashGraph | privatevirtual |
set_circularity(const path_handle_t &path, bool circular) | bdsg::HashGraph | virtual |
set_id(const handle_t &internal, nid_t new_id) | bdsg::HashGraph | privatestatic |
set_id_increment(const nid_t &min_id) | bdsg::HashGraph | virtual |
steps_of_handle(const handle_t &handle, bool match_orientation=false) const | handlegraph::PathHandleGraph | virtual |
traverse_edge_handle(const edge_t &edge, const handle_t &left) const | handlegraph::HandleGraph | |
~DeletableHandleGraph()=default | handlegraph::DeletableHandleGraph | virtual |
~HandleGraph()=default | handlegraph::HandleGraph | virtual |
~HashGraph() | bdsg::HashGraph | |
~MutableHandleGraph()=default | handlegraph::MutableHandleGraph | virtual |
~MutablePathDeletableHandleGraph()=default | handlegraph::MutablePathDeletableHandleGraph | virtual |
~MutablePathHandleGraph()=default | handlegraph::MutablePathHandleGraph | virtual |
~MutablePathMutableHandleGraph()=default | handlegraph::MutablePathMutableHandleGraph | virtual |
~PathHandleGraph()=default | handlegraph::PathHandleGraph | virtual |
~SerializableHandleGraph()=default | handlegraph::SerializableHandleGraph | virtual |