]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.h
Parser Osirix
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.h
index 460fbf26c5cb5c537c5ee5bbf1fb359571103c95..5181f2920dbf79294078a9bdc7def97ba9dc936f 100644 (file)
@@ -94,11 +94,14 @@ public:
        void onCreateContourSpline( );
        void onCreateContourRectangle( );
        void onCreateContourCircle( );
-       void onCreateContourLine( );
-       
+       void onCreateContourLine( );    
        // RaC 09-09 ---------------------
        void onCreateContourPoints( );
        // RaC 09-09 ---------------------
+
+       // RaC 10-09 ---------------------
+       void onCreateContourPolygon( );
+       // RaC 10-09 ---------------------
        
        void onCreateContoursBullEye(wxPanel* panBull);
        /////////////////////////////////
@@ -114,6 +117,7 @@ public:
        //////////////////////////
        void onLoad();
        void onSave();
+       void onImport();
 /////////////////////////////7
        void RefreshInterface();
        vtkImageData* getImageData();
@@ -154,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);