00001 /*========================================================================= 00002 00003 Program: wxMaracas 00004 Module: $RCSfile: wxMaracasApp02.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__APP__02__H__ 00019 #define __WX__MARACAS__APP__02__H__ 00020 00021 // ---------------------------------------------------------------------------- 00022 // wx headers inclusion. 00023 // For compilers that support precompilation, includes <wx/wx.h>. 00024 // ---------------------------------------------------------------------------- 00025 #include <wx/wxprec.h> 00026 #ifdef __BORLANDC__ 00027 #pragma hdrstop 00028 #endif 00029 #ifndef WX_PRECOMP 00030 #include <wx/wx.h> 00031 #endif 00032 #include <kernel/marInterface.h> 00033 00034 00035 00036 00037 00041 class wxMaracasApp02 : public wxApp 00042 { 00043 public: 00044 /* 00045 void SetVolumeData(int dimX,int dimY,int dimZ, float spacingX, float spacingY, float spacingZ, unsigned short * pixels); 00046 void ShowFrame(int cmdShow); 00047 bool Initialized(); 00048 void Reset(); 00049 void Run(); 00050 */ 00051 bool OnInit( ); 00052 int OnExit(); 00053 private: 00054 marInterface *_mar; 00055 /* 00056 bool initialized; 00057 wxMaracasFrame* m_pFrame; 00058 */ 00059 }; 00060 00061 #endif // __WX__MARACAS__APP__H__