| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0010495 | VTK | (No Category) | public | 2010-03-31 10:32 | 2013-04-05 19:59 | ||||
| Reporter | David Doria | ||||||||
| Assigned To | Jeff Baumes | ||||||||
| Priority | normal | Severity | feature | Reproducibility | N/A | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0010495: vtkTreeBFSIterator | ||||||||
| Description | 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 [^] | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | |
| 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(-) |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |