]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/wxVtkSceneManager.h
*** empty log message ***
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / wxVtkSceneManager.h
index a55094814592a9ee0b26cc69054310a4f4dd62c2..d272f60ac5e2a37ee22782eb2fd78c5f0b0efc86 100644 (file)
@@ -53,6 +53,7 @@ Version:   $Revision$
 //Includes creaMaracasVisu
 #include <wxVtk3DBaseView.h>
 #include <InteractorStyleMaracas.h>
+#include <vtkInteractorStyleBaseView2D.h>
 
 //Includes vtk
 #include <vtkRenderWindow.h>
@@ -90,6 +91,8 @@ namespace bbtk
 
                int _id;
                wxVtk3DBaseView *_baseView;
+               std::vector<GObjectModel*> objects;
+               std::vector<GObjectModel*> selectedObjects;
 
                void refreshRenderWindow();