vg
tools for working with variation graphs
Namespaces | Functions
copy_graph.hpp File Reference
#include <iostream>
#include "../handle.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)
 

Detailed Description

Defines algorithms for copying data between handle graphs