contrib/brl/bbas/bgrl/bgrl_search_func_sptr.h
Go to the documentation of this file.
00001 // This is brl/bbas/bgrl/bgrl_search_func_sptr.h
00002 #ifndef bgrl_search_func_sptr_h_
00003 #define bgrl_search_func_sptr_h_
00004 //:
00005 // \file
00006 // \brief A smart pointer to a bgrl_search_func.
00007 // \author Matt Leotta, (mleotta@lems.brown.edu)
00008 // \date March 24, 2004
00009 //
00010 // Include this file to use the smart pointer bgrl_search_func_sptr
00011 //
00012 
00013 class bgrl_search_func;
00014 
00015 #include <vbl/vbl_smart_ptr.h>
00016 
00017 typedef vbl_smart_ptr<bgrl_search_func> bgrl_search_func_sptr;
00018 
00019 #endif // bgrl_search_func_sptr_h_