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

Class Vertex

Graph/DirectedGraph.h:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14class DirectedGraph
15{
16 class Vertex;
17 typedef typename std::vector<Vertex> Vertices;
18 class Edge;
19 typedef typename std::vector<Edge> Edges;

Callers 1

add_vertexMethod · 0.70

Calls 3

findFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected