X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxVtkClipping3DViewVolCntrlPanel.h;h=36fca56f3317d0f60f9d1e87673da9650d0c5c14;hb=751ae064f0944a8c2fbe0d21a8a0f58874b75119;hp=4a7c134f97855c04412fc7dc83e7de24472b8268;hpb=fc5b599e2f9a94153549471b67aaefa2afd015ea;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkClipping3DViewVolCntrlPanel.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkClipping3DViewVolCntrlPanel.h index 4a7c134..36fca56 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkClipping3DViewVolCntrlPanel.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkClipping3DViewVolCntrlPanel.h @@ -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: