1 /*=========================================================================
4 Module: $RCSfile: wxMaracas3DBrowser.h,v $
6 Date: $Date: 2008/10/31 16:32:09 $
7 Version: $Revision: 1.1 $
9 Copyright: (c) 2002, 2003
12 This software is distributed WITHOUT ANY WARRANTY; without even
13 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14 PURPOSE. See the above copyright notice for more information.
16 =========================================================================*/
18 #ifndef __WX__3D__BROWSER__
19 #define __WX__3D__BROWSER__
23 #include "widgets/wxSurfaceWidget.h"
25 #include <kernel/marInterface.h>
28 * \brief panel class containing the 3D widget
30 class wxMaracas3DBrowser : public wxPanel
33 wxMaracas3DBrowser( wxWindow* parent, marInterface* mar, wxWindowID id = -1, int id_toolbar_plans=-1 );
35 void RegenerateAll(bool all=true);
43 wxSurfaceWidget *_3DSurf;
48 #endif // __WX__3D__BROWSER__