]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
no message
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
index 3e643b1a07079d20f6183ce217cad0c80404fded..c109ece302ccdc7dce31f191bb5eca6f0c5897b4 100644 (file)
@@ -246,6 +246,7 @@ class wxContourMainFrame : public wxPanel {
        void onChangeInstant(std::string name,int actual);
        void resetAppend();
        void onSpreadAdd();
+       void onSpreadAddAll();
        void onSpreadGo(int type);
        void getInstantVector(std::vector<int>& tempVector);
        std::vector<std::string> getOutlinesName(int slide);
@@ -368,7 +369,7 @@ private:
     int             _tmpReadFileImageDim[3];
        double          _tmpReadFileImageSpac[3];
     int             _tmpReadFileTypeOfTransformation;
-    void readDimSpc(FILE *pFile);
+    void readDimSpc(FILE *pFile, bool interactiveOption);
 
 
        /*DECLARE_CLASS(wxContourMainFrame)
@@ -383,9 +384,11 @@ private:
 
        void saveState();
        void loadState(std::string filename);
-       void loadContours( FILE *pFile, bool staticContour );
+
+//     void loadContours( FILE *pFile, bool staticContour );
+
        void saveFileWithContours( std::string filename );
-       void onLoadContours(std::string fileNameContourROI);
+       void onLoadContours(std::string fileNameContourROI, bool interactiveInterface);
 
        int                         inredo;
        int                         inundo;