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

Method GetInEdge

Common/DataModel/vtkUndirectedGraph.cxx:35–40  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

33
34//------------------------------------------------------------------------------
35vtkInEdgeType vtkUndirectedGraph::GetInEdge(vtkIdType v, vtkIdType i)
36{
37 vtkOutEdgeType oe = this->GetOutEdge(v, i);
38 vtkInEdgeType ie(oe.Target, oe.Id);
39 return ie;
40}
41
42//------------------------------------------------------------------------------
43vtkIdType vtkUndirectedGraph::GetInDegree(vtkIdType v)

Callers

nothing calls this directly

Calls 1

GetOutEdgeMethod · 0.80

Tested by

no test coverage detected