]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
*** empty log message ***
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
index 21004c63d2766ea2574c70b14570e4264da9cca0..b412f669144ebd18b984d2f1546737ed7e648cc7 100644 (file)
@@ -208,6 +208,7 @@ class wxContourMainFrame : public wxPanel {
        void onCreateContourCircle( );
        void onCreateContourLine( );
        void onCreateContourPoints( );
+       void onCreateContourPolygon( );
        void onCreateContourBullEye(wxPanel* pan);
        /////////////////////////////////
        void onDeleteContour();
@@ -242,7 +243,8 @@ class wxContourMainFrame : public wxPanel {
 ///////////////////////7
        void onLoad();
        void onSave();
-       
+       void onImport();
+       void onTest();
        void openContours( FILE *pFile, FILE *pFileData, int version, bool staticContour );
 
        void RefreshInterface();
@@ -369,6 +371,8 @@ class wxContourMainFrame : public wxPanel {
        void SetFileLocation(std::string newFileLocation);
 //------------------------------------------------------------------------------------------------------------
 
+       void SetScalarRange(int grayRangeMin, int grayRangeMax);
+
 //------------------------------------------------------------------------------------------------------------
        
 private:
@@ -448,6 +452,7 @@ private:
        void loadContours( FILE *pFile, bool staticContour );
 
        void saveFileWithContours( std::string filename );
+       void onLoadContours(std::string fileNameContourROI);
 
        int inredo;
        int inundo;