]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.h
Parser Osirix
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.h
index 83911f7627416d7b5ca9a9d7746bf8c3190b2a83..5181f2920dbf79294078a9bdc7def97ba9dc936f 100644 (file)
@@ -117,6 +117,7 @@ public:
        //////////////////////////
        void onLoad();
        void onSave();
+       void onImport();
 /////////////////////////////7
        void RefreshInterface();
        vtkImageData* getImageData();
@@ -157,6 +158,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);