View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010495VTK(No Category)public2010-03-31 10:322013-04-05 19:59
ReporterDavid Doria 
Assigned ToJeff Baumes 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0010495: vtkTreeBFSIterator
DescriptionI 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 [^]
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0021636)
Jeff Baumes (administrator)
2010-08-04 11:15

commit a41c00b21db8bfc8aa97d8bacbf6708cb779db41
Author: Jeffrey Baumes <jeff.baumes@kitware.com>
Date: Wed Aug 4 11:12:33 2010 -0400

    Adding tree BFS iterator.
    
    Contributed by David Doria.

 Filtering/CMakeLists.txt | 1 +
 Filtering/Testing/Cxx/CMakeLists.txt | 1 +
 Filtering/Testing/Cxx/TestTreeBFSIterator.cxx | 56 ++++++
 Filtering/vtkTreeBFSIterator.cxx | 240 +++++++++++++++++++++++++
 Filtering/vtkTreeBFSIterator.h | 111 ++++++++++++
 5 files changed, 409 insertions(+), 0 deletions(-)

 Issue History
Date Modified Username Field Change
2010-03-31 10:32 David Doria New Issue
2010-03-31 10:39 Jeff Baumes Status backlog => tabled
2010-03-31 10:39 Jeff Baumes Assigned To => Jeff Baumes
2010-08-04 11:15 Jeff Baumes Note Added: 0021636
2010-08-04 11:15 Jeff Baumes Status tabled => @80@
2010-08-04 11:15 Jeff Baumes Resolution open => fixed
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2013-04-05 19:59 Berk Geveci Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team