]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
#3161 creaContours Bug New Normal - Interpolate Image - Color and Threshold Layer...
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
index 934238ed23ac3235c499b8719bd627483edc053c..cd7d202a3fa617c5318364f1b54152887fb8717b 100644 (file)
@@ -351,6 +351,8 @@ class wxContourMainFrame : public wxPanel {
 
        void SetScalarRange(int grayRangeMin, int grayRangeMax);
 
+       std::string GetStringTypeImage( vtkImageData* image);
+
 //------------------------------------------------------------------------------------------------------------
 
 private:
@@ -436,6 +438,8 @@ private:
        std::string                 _fileLocation;
 //------------------------------------------------------------------------------------------------------------
 
+       wxFrame                                         *_frameShowResultImages;
+
 };
 
 #endif