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