Skip to content
Snippets Groups Projects
Commit d3f46a55 authored by Jeff Baumes's avatar Jeff Baumes
Browse files

ENH: Newly refactored vtkGraph and vtkTree. Among the major changes are:

* Iterator-based access to edges
* vtkGraph subclasses from vtkDataObject instead of vtkPointSet
* vtkGraph's implementation is much more like that of the boost graph library
* Separate classes vtkDirectedGraph and vtkUndirectedGraph instead of
a Directed flag
* Mutable classes vtkMutableDirectedGraph and vtkMutableUndirectedGraph used for building graphs
parent da26b8a8
No related branches found
No related tags found
No related merge requests found
Showing
with 1532 additions and 688 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment