00001 //***************************************************************************** 00002 //: 00003 // \file 00004 // \brief Smart pointer on a vtol_vertex_2d 00005 //***************************************************************************** 00006 #ifndef vtol_vertex_2d_sptr_h 00007 #define vtol_vertex_2d_sptr_h 00008 00009 class vtol_vertex_2d; 00010 #include <vbl/vbl_smart_ptr.h> 00011 typedef vbl_smart_ptr<vtol_vertex_2d> vtol_vertex_2d_sptr; 00012 00013 #endif // vtol_vertex_2d_sptr_h