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