------------------------------------------------------------------------------
| 1710 | |
| 1711 | //------------------------------------------------------------------------------ |
| 1712 | bool vtkGraph::IsSameStructure(vtkGraph* other) |
| 1713 | { |
| 1714 | return (this->Internals == other->Internals); |
| 1715 | } |
| 1716 | |
| 1717 | //------------------------------------------------------------------------------ |
| 1718 | vtkGraphInternals* vtkGraph::GetGraphInternals(bool modifying) |
no outgoing calls