contrib/rpl/rgrl/rgrl_scale_sptr.h
Go to the documentation of this file.
00001 #ifndef rgrl_scale_sptr_h_
00002 #define rgrl_scale_sptr_h_
00003 
00004 //:
00005 // \file
00006 // \author Amitha Perera
00007 // \date   Feb 2003
00008 
00009 #include <vbl/vbl_smart_ptr.h>
00010 
00011 class rgrl_scale;
00012 
00013 typedef vbl_smart_ptr< rgrl_scale > rgrl_scale_sptr;
00014 
00015 #endif // rgrl_scale_sptr_h_