X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxVtk2DBaseView.h;h=93e3eee5d5b4b3e6e79ea1eedf7ece2307d46da4;hb=80b04dc9e3b981e24fe9ae0d81cdeb8af6e6f8c1;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..93e3eee 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,6 +67,8 @@ public: //EED 01nov2012 void UpdateColorWindowLevel(); + //EED 05juin2019 + void UpdateCameraParallelScale(); private: vtkInfoTextImage *_vtkIinfoTextImage;