[vtk-developers] New class: vtkGraphLayoutFilter

Will Schroeder will.schroeder at kitware.com
Mon Aug 27 15:01:28 EDT 2001


Hi Folks-

I've added a new class to the new VTK tree: VTK/Graphics/vtkGraphLayoutFilter. It uses a modified method of Fruchterman and Rheingold to layout graphs in 2D and 3D. It really won't handle graphs beyond maybe several hundred nodes. It takes as input a vtkPolyData with lines/polyline representing the connections between points. There is a test Graphics/Testing/Tcl/TestGraphLayoutFilter.tcl that is available.

Will 





More information about the vtk-developers mailing list