Debugging a graph visitor

I am using the default depth_first_search visitor with an graph setup as
follows:
typedef property< vertex_index_t, uint32_t,
property< vertex_name_t,
boost::shared_ptr<Component> > >
VertexProperty;
typedef adjacency_list

Hi Stephen, Hmm, not sure if I understand you. The default_dfs_visitor doesn't do anything... are you defining your own visitor, inheriting from the default_dfs_visitor? Have you looked at the examples? libs/graph/example/dfs-example.cpp libs/graph/example/dfs-parenthesis.cpp Cheers, Jeremy On Feb 28, 2005, at 7:42 PM, Stephen Torri wrote:
Jeremy Siek

On Tue, 2005-03-01 at 10:46 -0500, Jeremy Siek wrote:
I am sorry for being vague. Yes I have defined my own visitor by inheriting from default_dfs_visitor. The strange thing is I did not do anything to the visitor to make it not work nor to start working as I expected it. The application I am working on is not even alpha version so there are old artifacts that I am still uncovering. Thanks for the help. Stephen
participants (2)
-
Jeremy Siek
-
Stephen Torri