contrib/rpl/rgrl/rgrl_feature_set_sptr.h
Go to the documentation of this file.
00001 #ifndef rgrl_feature_set_sptr_h_
00002 #define rgrl_feature_set_sptr_h_
00003 //:
00004 // \file
00005 
00006 #include <vbl/vbl_smart_ptr.h>
00007 
00008 class rgrl_feature_set;
00009 
00010 //: Reference-counted smart pointer to rgrl_feature_set.
00011 typedef vbl_smart_ptr< rgrl_feature_set > rgrl_feature_set_sptr;
00012 
00013 #endif // rgrl_feature_set_sptr_h_