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

Function out_degree

Infovis/BoostGraphAlgorithms/vtkBoostGraphAdapter.h:1028–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1026}
1027
1028inline boost::graph_traits<vtkGraph*>::degree_size_type out_degree(
1029 boost::graph_traits<vtkGraph*>::vertex_descriptor u, vtkGraph* g)
1030{
1031 return g->GetOutDegree(u);
1032}
1033
1034inline boost::graph_traits<vtkDirectedGraph*>::degree_size_type in_degree(
1035 boost::graph_traits<vtkDirectedGraph*>::vertex_descriptor u, vtkDirectedGraph* g)

Callers

nothing calls this directly

Calls 1

GetOutDegreeMethod · 0.80

Tested by

no test coverage detected