/*========================================================================= Program: wxMaracas Module: $RCSfile: wxMaracasEmptyPanel_2.h,v $ Language: C++ Date: $Date: 2009/05/14 13:54:54 $ Version: $Revision: 1.1 $ Copyright: (c) 2002, 2003 License: This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notice for more information. =========================================================================*/ #ifndef __WX__MARACAS__EMPTY_PANEL__2__HXX__ #define __WX__MARACAS__EMPTY_PANEL__2__HXX__ #include #include #include "vtkImageData.h" #include "widgets/wxEmptyPanelWidget_2.h" class wxMaracasEmptyPanel_2 : public wxPanel { public: wxMaracasEmptyPanel_2( wxWindow* parent,marInterface *mar); ~wxMaracasEmptyPanel_2( ); void ConfigureVTK(); private: wxEmptyPanelWidget_2* _emptyPanel_2; }; #endif // __WX__MARACAS__EMPTY_PANEL__2__HXX__ // EOF - wxMaracasEmptyPanel.h