[vtk-developers] New class: vtkTreeBFSIterator

David Doria daviddoria+vtk at gmail.com
Sun Mar 28 16:06:21 EDT 2010


I wrote a class to iterate over a tree in a breadth first fashion. It is
identical to vtkTreeDFSIterator, but by switching the stack to a queue, you
achieve a BFSIterator

http://github.com/daviddoria/vtkTreeBFSIterator

Can someone please take a look?

Thanks,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20100328/e0abcbeb/attachment.html>


More information about the vtk-developers mailing list