Scaffolding  0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
Public Member Functions | List of all members
boost::detail::graph_copy_visitor< NewGraph, Copy2OrigIndexMap, CopyVertex, CopyEdge > Struct Template Reference
Inheritance diagram for boost::detail::graph_copy_visitor< NewGraph, Copy2OrigIndexMap, CopyVertex, CopyEdge >:

Public Member Functions

 graph_copy_visitor (NewGraph &graph, Copy2OrigIndexMap c, CopyVertex cv, CopyEdge ce)
 
template<class Vertex >
graph_traits< NewGraph >::vertex_descriptor copy_one_vertex (Vertex u) const
 
template<class Edge , class Graph >
void tree_edge (Edge e, const Graph &g_in) const
 
template<class Edge , class Graph >
void non_tree_edge (Edge e, const Graph &g_in) const
 

The documentation for this struct was generated from the following file: