1 /*=========================================================================
4 Module: $RCSfile: wxMaracasEmptyPanel.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__MARACAS__EMPTY_PANEL__HXX__
19 #define __WX__MARACAS__EMPTY_PANEL__HXX__
25 #include "vtkImageData.h"
27 #include "widgets/wxEmptyPanelWidget.h"
29 class wxMaracasEmptyPanel : public wxPanel
32 wxMaracasEmptyPanel( wxFrame* parent);
33 ~wxMaracasEmptyPanel( );
34 void ConfigureVTK(vtkImageData *imagedata, int x, int y, int z);
36 wxEmptyPanelWidget* _emptyPanel;
39 #endif // __WX__MARACAS__MPR__HXX__
41 // EOF - wxMaracasEmptyPanel.h