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