]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h
*** empty log message ***
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourViewPanel.h
index 729bdb3f959fa3428d7e3f4bd2ea696d14e21135..d639d53a3a65853bf515135cdd700ccb0400b60b 100644 (file)
@@ -325,6 +325,10 @@ class wxContourViewPanel : public wxPanel {// public wxScrolledWindow {
        void GetPointsOfActualContour( std::vector<double> *vecX, std::vector<double> *vecY, std::vector<double> *vecZ );
 
        void changeImage(vtkImageData* img);
+
+       void changeDeep();
+
+       void setImageSlice(int z);
 private:
        
        //------------------------------------------------------------------------------------------------------------