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

Method GetEdges

Common/DataModel/vtkGraph.cxx:466–472  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

464
465//------------------------------------------------------------------------------
466void vtkGraph::GetEdges(vtkEdgeListIterator* it)
467{
468 if (it)
469 {
470 it->SetGraph(this);
471 }
472}
473
474//------------------------------------------------------------------------------
475vtkIdType vtkGraph::GetNumberOfEdges()

Callers 15

BuildEdgeListMethod · 0.95
GetInducedEdgesMethod · 0.95
WriteDataMethod · 0.45
PaintMethod · 0.45
ComputeCustomMetricMethod · 0.45
CommitSimplificationMethod · 0.45
TestGraphIteratorsFunction · 0.45
TestGraphAttribIteratorsFunction · 0.45
InitializeMethod · 0.45
InitializeMethod · 0.45
InitializeMethod · 0.45
LayoutMethod · 0.45

Calls 1

SetGraphMethod · 0.45

Tested by 3

TestGraphIteratorsFunction · 0.36
TestGraphAttribIteratorsFunction · 0.36
TestGraphLayoutStrategyFunction · 0.36