Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtol_chain_sptr.h

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

Generated on Thu Jan 10 14:46:58 2008 for contrib/gel/vtol by  doxygen 1.4.4