core/vpgl/vpgl_camera_double_sptr.h
Go to the documentation of this file.
00001 #ifndef vpgl_camera_double_sptr_h_
00002 #define vpgl_camera_double_sptr_h_
00003 
00004 template <class T> class vpgl_camera;
00005 #include <vbl/vbl_smart_ptr.h>
00006 typedef vbl_smart_ptr<vpgl_camera<double> > vpgl_camera_double_sptr;
00007 
00008 #endif // vpgl_camera_double_sptr_h_