------------------------------------------------------------------------------
| 473 | |
| 474 | //------------------------------------------------------------------------------ |
| 475 | vtkIdType vtkGraph::GetNumberOfEdges() |
| 476 | { |
| 477 | return this->Internals->NumberOfEdges; |
| 478 | } |
| 479 | |
| 480 | //------------------------------------------------------------------------------ |
| 481 | void vtkGraph::GetVertices(vtkVertexListIterator* it) |
no outgoing calls