00001 //***************************************************************************** 00002 // File name: vidl_vil1_frame_sptr.h 00003 // Description: A smart pointer on a vidl_vil1_frame 00004 //----------------------------------------------------------------------------- 00005 // Language: C++ 00006 // 00007 // Version |Date | Author |Comment 00008 // --------+----------+--------------------------+----------------------------- 00009 // 1.0 |2000/05/26| Julien ESTEVE |Creation 00010 //***************************************************************************** 00011 00012 #ifndef vidl_vil1_frame_sptr_h 00013 #define vidl_vil1_frame_sptr_h 00014 00015 // 00016 // typedef for class vbl_smart_ptr<vidl_vil1_frame> 00017 // Include this file to use the smart pointer vidl_vil1_frame_sptr 00018 // 00019 00020 class vidl_vil1_frame; 00021 00022 #include <vbl/vbl_smart_ptr.h> 00023 00024 typedef vbl_smart_ptr<vidl_vil1_frame> vidl_vil1_frame_sptr; 00025 00026 #endif // ifndef vidl_vil1_frame_sptr_h 00027
1.5.1