contrib/rpl/rgrl/rgrl_mask_sptr.h
Go to the documentation of this file.
00001 #ifndef rgrl_mask_sptr_h_
00002 #define rgrl_mask_sptr_h_
00003 
00004 //:
00005 // \file
00006 // \author Charlene Tsai
00007 // \date   Oct 2003
00008 
00009 #include <vbl/vbl_smart_ptr.h>
00010 
00011 class rgrl_mask;
00012 
00013 typedef vbl_smart_ptr< rgrl_mask > rgrl_mask_sptr;
00014 
00015 #endif // rgrl_mask_sptr_h_