X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxMaracasSurfaceRenderingManager.h;h=916b78518c742b78454b53ec0ff9dd5eb68d8ded;hb=d8edef346f2d6c64f6ed3bea7225aeb3a8b3970c;hp=d1ec89d4ec379fd227ad6b4c3b9d23311847eaf5;hpb=476100b14fe16ecb940787a8f98d65e8359d7f58;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasSurfaceRenderingManager.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasSurfaceRenderingManager.h index d1ec89d..916b785 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasSurfaceRenderingManager.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasSurfaceRenderingManager.h @@ -3,8 +3,8 @@ Program: wxMaracas Module: $RCSfile: wxMaracasSurfaceRenderingManager.h,v $ Language: C++ - Date: $Date: 2009/11/13 11:47:41 $ - Version: $Revision: 1.3 $ + Date: $Date: 2010/01/21 13:54:15 $ + Version: $Revision: 1.5 $ Copyright: (c) 2002, 2003 License: @@ -52,11 +52,11 @@ public: /** ** Adds a prop3D to the manager and returns the identifier **/ - int addProp3D(vtkProp3D* prop3D, std::string dataname) throw (char*); + int addProp3D(int idTP, vtkProp3D* prop3D, std::string dataname) throw (char*); /** ** Adds a prop3D to the manager and returns the identifier **/ - int addPropMHD(vtkImageData* imagedata, std::string dataname) throw(char*); + int addPropMHD(int idTP, vtkImageData* imagedata, std::string dataname) throw(char*); /** ** Changes the opacity in a prop3D **/ @@ -120,6 +120,8 @@ public: void deleteActor(int propid)throw (char *); void Transform(vtkMatrix4x4* tmatrix); + + bool interactorSet(); private: std::vector prop3Dvect;