[vtk-developers] New class: vtkTreeBFSIterator

Jeff Baumes jeff.baumes at kitware.com
Wed Mar 31 10:28:53 EDT 2010


This is interesting. Can you make a bug (really a feature request) for
this and I'll assign it to myself to look at.

Jeff

On Sun, Mar 28, 2010 at 4:06 PM, David Doria <daviddoria+vtk at gmail.com> wrote:
> 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
>



More information about the vtk-developers mailing list