]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
*** empty log message ***
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
index 5733100aae36feb7e057dbb8b69bb192986886bf..4f34fdbd8662f247b362b2a76625f40334e8bbc0 100644 (file)
@@ -32,7 +32,9 @@
 #include "ContourExtractData.h"
 #include "PerformingOperation.h"
 
-
+#include "manualLineControler.h"
+#include "manualContourModelLine.h"
+#include "manualViewLine.h"
 
 //#include "ContourThing.h"
 //#include "AxeThing.h"
@@ -222,7 +224,6 @@ class wxContourMainFrame : public wxPanel {
        void updateInstantOutlines();
        void updateInstantImageData();
        void updateInstantAxes();
-       void updateActor();
 
        void onChangeDeep(int val);
 
@@ -260,8 +261,8 @@ class wxContourMainFrame : public wxPanel {
 
        //AD
        void onMirror();
-       void onThreshold(int minVal, int maxVal);
-       void onThresholdChange(int minVal, int maxVal);
+       void onThreshold();
+       void onThresholdChange();
        void onThresholdInterpolation(bool interpolate);
        void onThresholdChangeOpacity (int opacity);
        void onThresholdRemove();
@@ -344,8 +345,12 @@ private:
     long m_notebook_theme;
     int _numberOfVariablesStatistics;
        
+       vtkImageReslice * _imageReslicer;
+       vtkLookupTable * _thresholdTable;
+       vtkImageMapToColors * _thresholdMapper;
        vtkImageActor * _thresholdActor;
 
+
        bool _actorPresent;
 
        //OutlineModelManager * _modelManager;