contrib/brl/bseg/strk/strk_tracking_face_2d_sptr.h
Go to the documentation of this file.
00001 #ifndef strk_tracking_face_2d_sptr_h
00002 #define strk_tracking_face_2d_sptr_h
00003 
00004 class strk_tracking_face_2d;
00005 
00006 #include <vbl/vbl_smart_ptr.h>
00007 
00008 typedef vbl_smart_ptr<strk_tracking_face_2d> strk_tracking_face_2d_sptr;
00009 
00010 #endif // strk_tracking_face_2d_sptr_h