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

Function degree

Infovis/BoostGraphAlgorithms/vtkBoostGraphAdapter.h:1040–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1038}
1039
1040inline boost::graph_traits<vtkGraph*>::degree_size_type degree(
1041 boost::graph_traits<vtkGraph*>::vertex_descriptor u, vtkGraph* g)
1042{
1043 return g->GetDegree(u);
1044}
1045
1046inline boost::graph_traits<vtkMutableDirectedGraph*>::vertex_descriptor add_vertex(
1047 vtkMutableDirectedGraph* g)

Callers

nothing calls this directly

Calls 1

GetDegreeMethod · 0.80

Tested by

no test coverage detected