X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxVtk2DBaseView.h;h=380d5a7d228f054501ea83dbdec1a79d0c73716b;hb=0565a4eb32d5d982008f8118d3b321eaf1f92538;hp=d1874f17a1fef0ef412ab6549a3cc4e24418c447;hpb=439cc05f12e61d0ba090ec0c2ba8701d382238d7;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h index d1874f1..380d5a7 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h @@ -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;