vg
tools for working with variation graphs
|
#include "copy_graph.hpp"
Namespaces | |
vg | |
vg::algorithms | |
Functions | |
void | vg::algorithms::copy_handle_graph (const HandleGraph *from, MutableHandleGraph *into) |
Copies the nodes and edges from one graph into another. More... | |
void | vg::algorithms::copy_path_handle_graph (const PathHandleGraph *from, MutablePathMutableHandleGraph *into) |
Copies the nodes, edges, and paths from one graph into another. More... | |
void | vg::algorithms::copy_path (const PathHandleGraph *from, const path_handle_t &path, MutablePathHandleGraph *into) |