]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
*** empty log message ***
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
index 91eac838062a93c4df7b667418fc6ce43c76a1b5..ebb1715d920d624e54b1e00750082e52dedb2fe8 100644 (file)
@@ -134,7 +134,7 @@ class wxContourMainFrame : public wxPanel {
        // Creational and initialization methods
        //------------------------------------------------------------------------------------------------------------
 
-       void setVectImages( std::vector<vtkImageData*> images );
+       void setVectImages( );
 
        bool configurePanels( );
 
@@ -351,6 +351,7 @@ private:
        vtkImageMapToColors * _thresholdMapper;
        vtkImageActor * _thresholdActor;
 
+       std::vector<vtkImageData*> _images;
 
        bool _actorPresent;