]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h
#3474 Refresh optimization DrawAxisTree3D Box
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtk2DBaseView.h
index 66d7518510ae35a13d763d6186920a16234fa476..784f2e682eb24f60dab743f4422a95f09c047d71 100644 (file)
@@ -59,6 +59,7 @@ public:
        void setColorTransferFunction(vtkColorTransferFunction* colortable);
        void SetColorWindow(double level);
        void SetColorLevel(double level);
+       void SetInterpolate(bool iterpolate);
        
    virtual int GetDirection();
        void SetImageToVtkViewer(vtkImageData *imageData);
@@ -66,6 +67,10 @@ public:
        //EED 01nov2012
        void UpdateColorWindowLevel();
 
+       //EED 05juin2019
+       void UpdateCameraParallelScale();
+       void SetOpacityText(double opacity);
+
 private:
        vtkInfoTextImage                                *_vtkIinfoTextImage;
        vtkInfoTextImageInteractor              *_vtkIinfoTextImageInteractor;