Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1018
inline boost::graph_traits<vtkGraph*>::vertices_size_type num_vertices(vtkGraph* g)
1019
{
1020
return g->GetNumberOfVertices();
1021
}
1022
1023
inline boost::graph_traits<vtkGraph*>::edges_size_type num_edges(vtkGraph* g)
1024
{
Callers
1
TestGraph
Function · 0.85
Calls
1
GetNumberOfVertices
Method · 0.80
Tested by
1
TestGraph
Function · 0.68