Hi, I want to implement my own edge-based visitor. I need to implement new visitor events (for example on_initialize_edge or on_finish_edge). So, what should I do? Do I need to redefine entire visitor concept? Regards, Anton.
On 3/7/07, Anton A. Patrushev
Hi,
I want to implement my own edge-based visitor. I need to implement new visitor events (for example on_initialize_edge or on_finish_edge). So, what should I do? Do I need to redefine entire visitor concept?
hi, here is an example on how to use the visitors without redefining the whole concept: http://www.boost.org/libs/graph/example/dave.cpp hth, moritz -- Moritz Hilger Combinatorial Optimization & Graph Algorithms TU Berlin +49 30 314-25773
Moritz, Thanks!!!
On 3/7/07, *Anton A. Patrushev*
mailto:anton@orkney.co.jp> wrote: Hi,
I want to implement my own edge-based visitor. I need to implement new visitor events (for example on_initialize_edge or on_finish_edge). So, what should I do? Do I need to redefine entire visitor concept?
hi, here is an example on how to use the visitors without redefining the whole concept: http://www.boost.org/libs/graph/example/dave.cpp http://www.boost.org/libs/graph/example/dave.cpp hth, moritz
-- Moritz Hilger Combinatorial Optimization & Graph Algorithms TU Berlin +49 30 314-25773
------------------------------------------------------------------------
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Anton A. Patrushev
-
moritz Hilger