wxMaracasEmptyPanel_2.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   wxMaracas
00004   Module:    $RCSfile: wxMaracasEmptyPanel_2.h,v $
00005   Language:  C++
00006   Date:      $Date: 2009/05/14 13:54:54 $
00007   Version:   $Revision: 1.1 $
00008 
00009   Copyright: (c) 2002, 2003
00010   License:
00011   
00012      This software is distributed WITHOUT ANY WARRANTY; without even 
00013      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
00014      PURPOSE.  See the above copyright notice for more information.
00015 
00016 =========================================================================*/
00017 
00018 #ifndef __WX__MARACAS__EMPTY_PANEL__2__HXX__
00019 #define __WX__MARACAS__EMPTY_PANEL__2__HXX__
00020 
00021 
00022 #include <wx/wx.h>
00023 #include <wx/panel.h>
00024 
00025 #include "vtkImageData.h"
00026 
00027 #include "widgets/wxEmptyPanelWidget_2.h"
00028 
00029 
00030 class wxMaracasEmptyPanel_2 : public wxPanel
00031 {
00032 public:
00033     wxMaracasEmptyPanel_2( wxWindow* parent,marInterface *mar);
00034     ~wxMaracasEmptyPanel_2( );
00035         void ConfigureVTK();
00036 private:
00037          wxEmptyPanelWidget_2* _emptyPanel_2;
00038 };
00039 
00040 #endif // __WX__MARACAS__EMPTY_PANEL__2__HXX__
00041 
00042 // EOF - wxMaracasEmptyPanel.h

Generated on Wed Jul 29 16:35:26 2009 for creaMaracasVisu_lib by  doxygen 1.5.3