X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxVtkMPR3DView.h;h=a46afe60ab19da8ac925ed683915fa7629dbd034;hb=4645482ed1eae5aaabdd813b784acafd13c41179;hp=0449b26887457d31d24082cdd1cd006106acae21;hpb=e4ef2b5df5aac431ff3b806f83b7dd5e55e89d86;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.h index 0449b26..a46afe6 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.h @@ -53,6 +53,9 @@ public: virtual void Refresh(); virtual void RefreshView(); virtual void Configure(); + void SetImage(); + + void SetBackGroundType(int type); void SetVtkMPR3DDataViewer( vtkMPR3DDataViewer *vtkmpr3Ddataviewer ); wxPanel* CreateControlPanel(wxWindow *parent, bool align); @@ -67,7 +70,9 @@ public: void TestLoic2(); void RemoveActor(vtkActor* actor); - void ResetCamera(int *ext=NULL, double* origin=NULL,double* spc=NULL); + +//EED 27/05/2013 +// void ResetCamera(int *ext=NULL,double* spc=NULL); void setColorTransferFunction(vtkColorTransferFunction* colortable);