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

Function vertices

Graph/HashGraph.h:409–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407
408template <class VertexType>
409std::pair<
410 typename HashGraph<VertexType>::vertex_iterator,
411 typename HashGraph<VertexType>::vertex_iterator>
412vertices(const HashGraph<VertexType>& g)
413{
414 typedef typename HashGraph<VertexType>::vertex_iterator vertex_iterator;
415 return std::pair<vertex_iterator, vertex_iterator>
416 (vertex_iterator(g, false), vertex_iterator(g, true));
417}
418
419template <class VertexType>
420typename HashGraph<VertexType>::vertices_size_type

Callers 13

DotIO.hFile · 0.70
AsqgIO.hFile · 0.70
SAMIO.hFile · 0.70
AdjIO.hFile · 0.70
pruneTips_ifFunction · 0.70
removeIslands_ifFunction · 0.70
find_transitive_edgesFunction · 0.70
num_vertices_removedFunction · 0.70
printHistogramFunction · 0.70
DistIO.hFile · 0.70
depthFirstSearchFunction · 0.70
getTraversalGraphMethod · 0.70

Calls 1

vertex_iteratorClass · 0.70

Tested by

no test coverage detected