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