Skip to content
Snippets Groups Projects
Forked from VTK / VTK
64218 commits behind the upstream repository.
Jeffrey Baumes's avatar
Jeff Baumes authored
* 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
d3f46a55
History