contrib/brl/bseg/bbgm/bbgm_viewer_sptr.h
Go to the documentation of this file.
00001 #ifndef bbgm_viewer_sptr_h_
00002 #define bbgm_viewer_sptr_h_
00003 
00004 #include <vbl/vbl_smart_ptr.h>
00005 
00006 class bbgm_viewer;
00007 typedef vbl_smart_ptr<bbgm_viewer > bbgm_viewer_sptr;
00008 
00009 #endif
00010