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

Function num_vertices

Infovis/BoostGraphAlgorithms/vtkBoostGraphAdapter.h:1018–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1016}
1017
1018inline boost::graph_traits<vtkGraph*>::vertices_size_type num_vertices(vtkGraph* g)
1019{
1020 return g->GetNumberOfVertices();
1021}
1022
1023inline boost::graph_traits<vtkGraph*>::edges_size_type num_edges(vtkGraph* g)
1024{

Callers 1

TestGraphFunction · 0.85

Calls 1

GetNumberOfVerticesMethod · 0.80

Tested by 1

TestGraphFunction · 0.68