]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h
#3162 creaMaracasVisu Bug New Normal - Threshold layer
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtk2DBaseView.h
index d1874f17a1fef0ef412ab6549a3cc4e24418c447..380d5a7d228f054501ea83dbdec1a79d0c73716b 100644 (file)
@@ -35,8 +35,6 @@
 class vtkInfoTextImage;
 class vtkInfoTextImageInteractor;
 
-
-
 //------------------------------------------------------------------
 
 class creaMaracasVisu_EXPORT wxVtk2DBaseView: public wxVtkBaseView{
@@ -46,7 +44,6 @@ public:
        virtual void                            Configure(bool okimage=true);
        vtkImageViewer2_XYZ*            _imageViewer2XYZ;
 
-
        virtual void                            Refresh();
        virtual void                            ResetView();
        virtual int                                     GetActualSlice();
@@ -62,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);
@@ -69,7 +67,6 @@ public:
        //EED 01nov2012
        void UpdateColorWindowLevel();
 
-
 private:
        vtkInfoTextImage                                *_vtkIinfoTextImage;
        vtkInfoTextImageInteractor              *_vtkIinfoTextImageInteractor;