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