Opened 12 years ago
Closed 11 years ago
#5269 closed Feature Requests (fixed)
on_finish_edge event
Reported by: | expaler | Owned by: | Andrew Sutton |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.46.0 | Severity: | Problem |
Keywords: | bgl graph dfs | Cc: |
Description
Formerly coined on_post_traversal, this event filter can now be implemented and tested for by applying the patches contained in the zip file attached to this message.
This is not yet implemented for Parallel BGL depth-first search.
Attachments (3)
Change History (6)
by , 12 years ago
Attachment: | dfs-on_finish_edge-patches.zip added |
---|
follow-up: 2 comment:1 by , 12 years ago
Could you please send a unified diff? I have no way to test whether these patches apply correctly since they have no context. Also, a single patch file, meant to be applied to the top level of the Boost tree, is the easiest way for me to look at and apply your changes.
by , 12 years ago
Attachment: | dfs-on_finish_edge.diff added |
---|
Unified patch to implement, test for, and document the on_finish_edge event.
by , 12 years ago
Attachment: | undirected_dfs.cpp added |
---|
Test program for undirected_dfs that includes on_finish_edge
comment:2 by , 12 years ago
Replying to jewillco: Will the attached diff work for you? I wasn't sure where to place the modified files in relation to the Boost tree, so I placed them outside of it. Also, since undirected_dfs.cpp is a new file, I attached that as well.
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patches to implement, test for, and document the on_finish_edge event.