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

Function in_degree

Infovis/BoostGraphAlgorithms/vtkBoostGraphAdapter.h:1034–1038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034inline boost::graph_traits<vtkDirectedGraph*>::degree_size_type in_degree(
1035 boost::graph_traits<vtkDirectedGraph*>::vertex_descriptor u, vtkDirectedGraph* g)
1036{
1037 return g->GetInDegree(u);
1038}
1039
1040inline boost::graph_traits<vtkGraph*>::degree_size_type degree(
1041 boost::graph_traits<vtkGraph*>::vertex_descriptor u, vtkGraph* g)

Callers

nothing calls this directly

Calls 1

GetInDegreeMethod · 0.45

Tested by

no test coverage detected