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