]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/include/wxMaracasEmptyPanel_2.h
bbf89c68edbee3ac316a37fff1d4384ac37a2259
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / include / wxMaracasEmptyPanel_2.h
1 /*=========================================================================
2
3   Program:   wxMaracas
4   Module:    $RCSfile: wxMaracasEmptyPanel_2.h,v $
5   Language:  C++
6   Date:      $Date: 2009/05/14 13:54:54 $
7   Version:   $Revision: 1.1 $
8
9   Copyright: (c) 2002, 2003
10   License:
11   
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.
15
16 =========================================================================*/
17
18 #ifndef __WX__MARACAS__EMPTY_PANEL__2__HXX__
19 #define __WX__MARACAS__EMPTY_PANEL__2__HXX__
20
21
22 #include <wx/wx.h>
23 #include <wx/panel.h>
24
25 #include "vtkImageData.h"
26
27 #include "widgets/wxEmptyPanelWidget_2.h"
28
29
30 class wxMaracasEmptyPanel_2 : public wxPanel
31 {
32 public:
33     wxMaracasEmptyPanel_2( wxWindow* parent,marInterface *mar);
34     ~wxMaracasEmptyPanel_2( );
35         void ConfigureVTK();
36 private:
37          wxEmptyPanelWidget_2* _emptyPanel_2;
38 };
39
40 #endif // __WX__MARACAS__EMPTY_PANEL__2__HXX__
41
42 // EOF - wxMaracasEmptyPanel.h