1 /*=========================================================================
4 Module: $RCSfile: wxMaracasApp02.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__APP__02__H__
19 #define __WX__MARACAS__APP__02__H__
21 // ----------------------------------------------------------------------------
22 // wx headers inclusion.
23 // For compilers that support precompilation, includes <wx/wx.h>.
24 // ----------------------------------------------------------------------------
25 #include <wx/wxprec.h>
32 #include <kernel/marInterface.h>
39 * \brief Maracas main application.
41 class wxMaracasApp02 : public wxApp
45 void SetVolumeData(int dimX,int dimY,int dimZ, float spacingX, float spacingY, float spacingZ, unsigned short * pixels);
46 void ShowFrame(int cmdShow);
57 wxMaracasFrame* m_pFrame;
61 #endif // __WX__MARACAS__APP__H__