]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
#3322 creaContours Feature New Normal - Show reference contour Befor After actual...
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
index 7af20a35e681e629868117157f588d77ccbd8433..cceebd807b59ba75a1b6c77df7d56832b4181a2a 100644 (file)
@@ -264,6 +264,7 @@ class wxContourMainFrame : public wxPanel {
        int getWindowLevel();
        void onBrigthnessColorWindowLevel(int colorwindow,int windowlevel);
        void onInterpolation(bool interpolate);
+       void onBeforeAfterContour(bool before, bool after);
        void onChangeInstant(std::string name,int actual);
        void resetAppend();
        void onSpreadAdd();
@@ -339,8 +340,13 @@ class wxContourMainFrame : public wxPanel {
 
        void SetScalarRange(int grayRangeMin, int grayRangeMax);
 
+       std::string GetStringTypeImage( vtkImageData* image);
+
 //------------------------------------------------------------------------------------------------------------
 
+       void SetXY(int x,int y);
+
+
 private:
        //------------------------------------------------------------------------------------------------------------
        //  Private methods
@@ -424,6 +430,8 @@ private:
        std::string                 _fileLocation;
 //------------------------------------------------------------------------------------------------------------
 
+       wxFrame                                         *_frameShowResultImages;
+
 };
 
 #endif