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=f9901e756bb82bd333310b47607875331616bb29;hp=66d7518510ae35a13d763d6186920a16234fa476;hpb=b80b4dcc301c1c2c63c0f76cd06b0a434350f7a7;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h index 66d7518..93e3eee 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h @@ -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,9 @@ public: //EED 01nov2012 void UpdateColorWindowLevel(); + //EED 05juin2019 + void UpdateCameraParallelScale(); + private: vtkInfoTextImage *_vtkIinfoTextImage; vtkInfoTextImageInteractor *_vtkIinfoTextImageInteractor;