contrib/brl/bbas/bgui3d/bgui3d_examiner_tableau_sptr.h
Go to the documentation of this file.
00001 // This is brl/bbas/bgui3d/bgui3d_examiner_tableau_sptr.h
00002 #ifndef bgui3d_examiner_tableau_sptr_h_
00003 #define bgui3d_examiner_tableau_sptr_h_
00004 //:
00005 // \file
00006 // \brief  Smart-pointer to a bgui3d_examiner_tableau.
00007 
00008 #include <vgui/vgui_tableau_sptr.h>
00009 #include "bgui3d_fullviewer_tableau_sptr.h"
00010 
00011 class bgui3d_examiner_tableau;
00012 typedef vgui_tableau_sptr_t<bgui3d_examiner_tableau,
00013                             bgui3d_fullviewer_tableau_sptr> bgui3d_examiner_tableau_sptr;
00014 
00015 #endif // bgui3d_examiner_tableau_sptr_h_