contrib/rpl/rgrl/rgrl_scale_estimator_sptr.h
Go to the documentation of this file.
00001 #ifndef rgrl_scale_estimator_sptr_h_
00002 #define rgrl_scale_estimator_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_estimator_unwgted;
00012 class rgrl_scale_estimator_wgted;
00013 
00014 typedef vbl_smart_ptr< rgrl_scale_estimator_wgted > rgrl_scale_estimator_wgted_sptr;
00015 typedef vbl_smart_ptr< rgrl_scale_estimator_unwgted > rgrl_scale_estimator_unwgted_sptr;
00016 
00017 #endif // rgrl_scale_estimator_sptr_h_