MCPcopy Create free account
hub / github.com/Kitware/VTK / num_edges

Function num_edges

Infovis/BoostGraphAlgorithms/vtkBoostGraphAdapter.h:1023–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1021}
1022
1023inline boost::graph_traits<vtkGraph*>::edges_size_type num_edges(vtkGraph* g)
1024{
1025 return g->GetNumberOfEdges();
1026}
1027
1028inline boost::graph_traits<vtkGraph*>::degree_size_type out_degree(
1029 boost::graph_traits<vtkGraph*>::vertex_descriptor u, vtkGraph* g)

Callers 1

TestGraphFunction · 0.85

Calls 1

GetNumberOfEdgesMethod · 0.45

Tested by 1

TestGraphFunction · 0.68