contrib/brl/bseg/sdet/sdet_region_sptr.h
Go to the documentation of this file.
00001 #ifndef sdet_region_sptr_h
00002 #define sdet_region_sptr_h
00003 
00004 
00005 
00006 #include <vbl/vbl_smart_ptr.h>
00007 class sdet_region;
00008 typedef vbl_smart_ptr<sdet_region> sdet_region_sptr;
00009 #endif // sdet_region_sptr_h