00001 #ifndef vpgl_lvcs_sptr_h 00002 #define vpgl_lvcs_sptr_h 00003 00004 class vpgl_lvcs; 00005 00006 #include <vbl/vbl_smart_ptr.h> 00007 00008 typedef vbl_smart_ptr<vpgl_lvcs> vpgl_lvcs_sptr; 00009 00010 #endif // vpgl_lvcs_sptr_h