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

Method GetVertices

Common/DataModel/vtkGraph.cxx:481–487  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

479
480//------------------------------------------------------------------------------
481void vtkGraph::GetVertices(vtkVertexListIterator* it)
482{
483 if (it)
484 {
485 it->SetGraph(this);
486 }
487}
488
489//------------------------------------------------------------------------------
490vtkIdType vtkGraph::GetNumberOfVertices()

Callers 4

VTKToXdmfMethod · 0.80
TestGraphIteratorsFunction · 0.80
TestGraphAttribIteratorsFunction · 0.80
RequestDataMethod · 0.80

Calls 1

SetGraphMethod · 0.45

Tested by 2

TestGraphIteratorsFunction · 0.64
TestGraphAttribIteratorsFunction · 0.64