]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
*** empty log message ***
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
index ffad5e36ad5633dbec8f7cb85b3f69565226307a..9d3660a13a28fd120ebc1c42c909b162ef8454b4 100644 (file)
@@ -220,6 +220,7 @@ class wxContourMainFrame : public wxPanel {
        void updateInstantOutlines();
        void updateInstantImageData();
        void updateInstantAxes();
+       void updateActor();
 
        void onChangeDeep(int val);
 
@@ -258,6 +259,10 @@ class wxContourMainFrame : public wxPanel {
        //AD
        void onMirror();
        void onThreshold(int minVal, int maxVal);
+       void onThresholdChange(int minVal, int maxVal);
+       void onThresholdInterpolation(bool interpolate);
+       void onThresholdChangeOpacity (int opacity);
+       void onThresholdRemove();
 
 //==================================================================================================== 
 
@@ -331,15 +336,15 @@ private:
 
 
        wxAuiManager m_mgr;
-    /*
-       wxArrayString m_perspectives;
-        wxMenu* m_perspectives_menu;
-   */
-
-               wxAuiNotebook * notebook;
-        long m_notebook_style;
-        long m_notebook_theme;
-        int _numberOfVariablesStatistics;
+       wxAuiNotebook * notebook;
+
+    long m_notebook_style;
+    long m_notebook_theme;
+    int _numberOfVariablesStatistics;
+       
+       vtkImageActor * _thresholdActor;
+
+       bool _actorPresent;
 
        //OutlineModelManager * _modelManager;