00001 #ifndef rgrl_spline_sptr_h_ 00002 #define rgrl_spline_sptr_h_ 00003 00004 //: 00005 // \file 00006 // \author Lee, Ying-Lin (Bess) 00007 // \date Feb 2004 00008 00009 #include <vbl/vbl_smart_ptr.h> 00010 00011 class rgrl_spline; 00012 00013 typedef vbl_smart_ptr< rgrl_spline > rgrl_spline_sptr; 00014 00015 #endif // rgrl_spline_sptr_h_