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

Method GetInDegree

Common/DataModel/vtkUndirectedGraph.cxx:43–46  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

41
42//------------------------------------------------------------------------------
43vtkIdType vtkUndirectedGraph::GetInDegree(vtkIdType v)
44{
45 return this->GetOutDegree(v);
46}
47
48//------------------------------------------------------------------------------
49vtkUndirectedGraph* vtkUndirectedGraph::GetData(vtkInformation* info)

Callers 1

IsStructureValidMethod · 0.45

Calls 1

GetOutDegreeMethod · 0.80

Tested by

no test coverage detected