vg
tools for working with variation graphs
Namespaces | Functions
copy_graph.cpp File Reference
#include "handlegraph/algorithms/copy_graph.hpp"
#include <stdexcept>

Namespaces

 handlegraph
 
 handlegraph::algorithms
 

Functions

void handlegraph::algorithms::copy_handle_graph (const HandleGraph *from, MutableHandleGraph *into)
 
void handlegraph::algorithms::copy_path_handle_graph (const PathHandleGraph *from, MutablePathMutableHandleGraph *into)
 
void handlegraph::algorithms::copy_path (const PathHandleGraph *from, const path_handle_t &from_path, MutablePathHandleGraph *into)
 
void handlegraph::algorithms::copy_path (const PathHandleGraph *from, const path_handle_t &from_path, MutablePathHandleGraph *into, const path_handle_t &into_path)