wxVtkClipping3DViewVolCntrlPanel.h

Go to the documentation of this file.
00001 #ifndef WXVTKCLIPPING3DVIEWVOLCNTRLPANEL_H_
00002 #define WXVTKCLIPPING3DVIEWVOLCNTRLPANEL_H_
00003 
00004 #include "wxVtkClipping3DView.h"
00005 #include "wx/wx.h"
00006 
00007 class wxVtkClipping3DViewVolCntrlPanel: public wxPanel
00008 {
00009 public:
00010         wxVtkClipping3DViewVolCntrlPanel(wxWindow *parent, wxVtkClipping3DView *_wxvtkclipping3Dview);
00011         ~wxVtkClipping3DViewVolCntrlPanel();
00012                 
00013                         void    OnVisibleVolume(wxCommandEvent& event);
00014                         void    OnVisibleBoxVolume(wxCommandEvent& event);
00015                         virtual void    Refresh();
00016                         void    OnBtnVolumeFunctions(wxCommandEvent& event);
00017 
00018 
00019 private:
00020         wxVtkClipping3DView     *_wxvtkclipping3Dview;
00021 
00022 protected:
00023 
00024 };
00025 
00026 #endif /*WXVTKCLIPPING3DVIEWVOLCNTRLPANEL_H_*/

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1