]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.h
*** empty log message ***
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.h
index 83911f7627416d7b5ca9a9d7746bf8c3190b2a83..5881936dc3c764360bcafa62523e9975078d10c2 100644 (file)
@@ -117,6 +117,8 @@ public:
        //////////////////////////
        void onLoad();
        void onSave();
+       void onImport();
+       void onTest();
 /////////////////////////////7
        void RefreshInterface();
        vtkImageData* getImageData();
@@ -157,6 +159,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);
@@ -254,8 +257,13 @@ private:
        wxWindow* infoWin;
        wxPanel* informationPanel;
        
+       wxPanel *testPanel;
+       interfTestPanel *panelTest;
+
        wxPanel* mirrorPanel;
        interfMirrorPanel* panelMirror; 
+
+
        wxPanel* thresholdPanel;
        
        bool axisshown;