00001 00008 #ifndef VOLUMERENDERINGAPP_H 00009 #define VOLUMERENDERINGAPP_H 00010 00011 #include <wx/wx.h> 00012 #include "MainWindow.h" 00013 00019 class VolumeRenderingApp : public wxApp 00020 { 00021 public: 00025 VolumeRenderingApp(); 00026 00030 virtual ~VolumeRenderingApp(); 00031 00037 virtual bool OnInit(); 00038 00039 private: 00040 MainWindow *window; 00041 }; 00042 00043 #endif // VOLUMERENDERINGAPP_H