Boost logo

Boost Users :

From: Björn Lindberg (yg-boost-users_at_[hidden])
Date: 2002-07-12 07:40:12


I have implemented a rooted tree structure as a BGL graph. I need to be
able to traverse the tree from root to leaves, while doing something at
each vertex. I need to be able to do this as inorder and postorder
traversal. My question is if it's possible to do this with any of the
existing algorithms in BGL. My current thinking is to implement a
function traversal( ... ), but if there already exists an alternative, I
would prefer to use it.

Björn


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net