A set of search functions to search through a graph. More...
#include <vbl/vbl_ref_count.h>#include <bgrl/bgrl_vertex_sptr.h>#include <bgrl/bgrl_edge_sptr.h>#include <vcl_deque.h>#include <vcl_set.h>Go to the source code of this file.
Classes | |
| class | bgrl_search_func |
| The abstract base class for search functions. More... | |
| class | bgrl_breadth_search |
| A search function for breadth first search. More... | |
| class | bgrl_depth_search |
| A search function for depth first search. More... | |
A set of search functions to search through a graph.
Modifications
10-sep-2004 Peter Vanroose Added copy ctor with explicit vbl_ref_count init
Definition in file bgrl_search_func.h.
1.7.5.1