contrib/gel/vsol/vsol_orient_box_3d_sptr.h
Go to the documentation of this file.
00001 //*****************************************************************************
00002 //:
00003 // \file
00004 // \brief Smart pointer on a vsol_orient_box_3d
00005 //*****************************************************************************
00006 #ifndef vsol_orient_box_3d_sptr_h
00007 #define vsol_orient_box_3d_sptr_h
00008 
00009 class vsol_orient_box_3d;
00010 #include <vbl/vbl_smart_ptr.h>
00011 #include <vsol/vsol_orient_box_3d.h>
00012 
00013 typedef vbl_smart_ptr<vsol_orient_box_3d> vsol_orient_box_3d_sptr;
00014 
00015 #endif // vsol_orient_box_3d_sptr_h