]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkClipping3DViewVolCntrlPanel.h
DFCH: Manual Paint Changes (Undo/Redo) 80% :) :)
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtkClipping3DViewVolCntrlPanel.h
index 4a7c134f97855c04412fc7dc83e7de24472b8268..36fca56f3317d0f60f9d1e87673da9650d0c5c14 100644 (file)
@@ -3,21 +3,31 @@
 
 #include "wxVtkClipping3DView.h"
 #include "wx/wx.h"
+#include "volumerendererdata.h"
 
 class wxVtkClipping3DViewVolCntrlPanel: public wxPanel
 {
 public:
        wxVtkClipping3DViewVolCntrlPanel(wxWindow *parent, wxVtkClipping3DView *_wxvtkclipping3Dview);
        ~wxVtkClipping3DViewVolCntrlPanel();
-               
+
                        void    OnVisibleVolume(wxCommandEvent& event);
                        void    OnVisibleBoxVolume(wxCommandEvent& event);
                        virtual void    Refresh();
                        void    OnBtnVolumeFunctions(wxCommandEvent& event);
-
+                       void    OnRayCastingActive(wxCommandEvent& event);
+            void    OnMIPActive(wxCommandEvent& event);
+                       void    OnInterpolationActive(wxCommandEvent& event);
+                       void    OnShadeActive(wxCommandEvent& event);
 
 private:
        wxVtkClipping3DView     *_wxvtkclipping3Dview;
+       wxRadioButton       *rbRayCasting;
+       wxRadioButton       *rbMIP;
+    wxCheckBox          *ckInterpolation;
+    wxCheckBox          *ckShade;
+    wxCheckBox             *ckVolum;
+       wxCheckBox              *ckBoxVolume;
 
 protected: