Classes
contrib/brl/bbas/bgrl/bgrl_search_func.h File Reference

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...

Detailed Description

A set of search functions to search through a graph.

Author:
Matt Leotta, (mleotta@lems.brown.edu)
Date:
March 24, 2004
    Modifications
     10-sep-2004 Peter Vanroose Added copy ctor with explicit vbl_ref_count init
   

Definition in file bgrl_search_func.h.