[vtk-developers] New graph structures

Jeff Baumes jeff.baumes at kitware.com
Thu Jan 24 17:09:37 EST 2008


> If I can ask an idle question: is it similar enough that one can use
> boost graph library algorithms on vtkGraph?  Maybe with some helper
> functions or an adapater class?

Absolutely. Infovis\vtkGraphToBoostAdapter.h does exactly that. If you
include this file, you can send the graph classes directly into boost
algorithms.  See Infovis\vtkBoost* classes for examples of this (how
this is done will change slightly with the refactoring).

Jeff



More information about the vtk-developers mailing list