contrib/brl/bseg/bbgm/bbgm_image_sptr.h
Go to the documentation of this file.
00001 #ifndef bbgm_image_sptr_h_
00002 #define bbgm_image_sptr_h_
00003 
00004 #include <vbl/vbl_smart_ptr.h>
00005 #include <bbgm/bbgm_image_of.h>
00006 
00007 
00008 typedef vbl_smart_ptr<bbgm_image_base > bbgm_image_sptr;
00009 
00010 #endif
00011