]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.h
*** empty log message ***
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.h
index 83911f7627416d7b5ca9a9d7746bf8c3190b2a83..cea3b745dc810773fd831809b637304505654aa4 100644 (file)
@@ -14,8 +14,9 @@
 #include "interfToolsSpreadPanel.h"
 #include "interfSegmentationMenu.h"
 #include "interfMenuBar.h"
-#include "interfSegmentationPanels.h"
 #include "interfToolsPanels.h"
+#include "interfSegmentationPanels.h"
+#include "interfImageToolsMenu.h"
 
 #include <wx/treebook.h>
 #include <wx/sizer.h>
@@ -117,6 +118,8 @@ public:
        //////////////////////////
        void onLoad();
        void onSave();
+       void onImport();
+       void onTest();
 /////////////////////////////7
        void RefreshInterface();
        vtkImageData* getImageData();
@@ -131,6 +134,7 @@ public:
        void onMirrorAxisHide();
        void onMirrorChangeWidth(int width);
        void onThresholdPressed();
+       void onColorLayerImagePressed();
        void setLabelSegmentationPanelVTK(wxString tmpString);
        void onSegmentationPressed();
        void onSegmentationPressedITK();
@@ -157,6 +161,7 @@ public:
        void appendColsInformationPanel(int _numberOfVariablesStatistics);
        void setCellValueInfoPanel(int z,int tmpIntA,wxString tempString);
        void setColLableInfoPanel(int tmpIntB ,wxString tmpTitleString);
+       void SetScalarRange(int grayRangeMin,int grayRangeMax);
        void onSaveResults(std::string directory,std::string namefile, std::string filename,
                int typeContourGroup, int selection, int minZ, int maxZ, bool XYZValues, bool contourImage, bool statistics);
        wxString getCellValue(int j,int i);
@@ -206,6 +211,7 @@ private:
        wxPanel* menubar3;
        wxPanel* menubar4;
        wxPanel* menubar5;
+       wxPanel* menubar6;
 
        wxWindow* currentWindow;
        wxSplitterWindow* splitterwindow;
@@ -237,6 +243,7 @@ private:
        wxStaticText* statictext3;
        wxStaticText* statictext4;
        wxStaticText* statictext5;
+       wxStaticText* statictext6;
 
        std::string PANEL;
        std::string PANEL1;
@@ -244,19 +251,25 @@ private:
        std::string PANEL3;
        std::string PANEL4;
        std::string PANEL5;
-
-       wxPanel* segmentPanel;
-       wxPanel* segmentationPanel;
-       wxPanel* segmentPanelITK;
-       wxPanel* configPanel;
-       wxPanel* spreadPanel;
-       interfSpreadPanel* panelSpread;
-       wxWindow* infoWin;
-       wxPanel* informationPanel;
+       std::string PANEL6;
+
+       wxPanel                         *segmentPanel;
+       wxPanel                         *segmentationPanel;
+       wxPanel                         *segmentPanelITK;
+       wxPanel                         *configPanel;
+       wxPanel                         *spreadPanel;
+       interfSpreadPanel       *panelSpread;
+       wxWindow                        *infoWin;
+       wxPanel                         *informationPanel;
        
-       wxPanel* mirrorPanel;
-       interfMirrorPanel* panelMirror; 
-       wxPanel* thresholdPanel;
+       wxPanel                         *testPanel;
+       interfTestPanel         *panelTest;
+
+       wxPanel                         *mirrorPanel;
+       interfMirrorPanel       *panelMirror;   
+
+       wxPanel                         *thresholdPanel;
+       wxPanel                         *colorImageLayerPanel;
        
        bool axisshown;
        bool refLineShown;