MCPcopy Create free account
hub / github.com/BirolLab/abyss / edges

Function edges

Graph/ContigGraph.h:318–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316
317template <typename G>
318std::pair<typename ContigGraph<G>::edge_iterator,
319 typename ContigGraph<G>::edge_iterator>
320edges(const ContigGraph<G>& g)
321{
322 return g.edges();
323}
324
325// AdjacencyMatrix
326

Callers 6

AsqgIO.hFile · 0.70
SAMIO.hFile · 0.70
addComplementaryEdgesFunction · 0.70
removeEdgeIfFunction · 0.70
GfaIO.hFile · 0.70

Calls 1

edgesMethod · 0.80

Tested by

no test coverage detected