]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/wxVtkSceneManager.h
*** empty log message ***
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / wxVtkSceneManager.h
index 7d1c7d0b9c55cb1c7fadf90510cb056f061c3404..d272f60ac5e2a37ee22782eb2fd78c5f0b0efc86 100644 (file)
@@ -46,9 +46,14 @@ Version:   $Revision$
 //Includes same project
 #include "GObjectsMVCFactory.h"
 
+//Includes bbtk
+#include <bbtkBlackBoxInputDescriptor.h>
+#include <bbtkBlackBoxDescriptor.h>
+
 //Includes creaMaracasVisu
 #include <wxVtk3DBaseView.h>
 #include <InteractorStyleMaracas.h>
+#include <vtkInteractorStyleBaseView2D.h>
 
 //Includes vtk
 #include <vtkRenderWindow.h>
@@ -58,6 +63,8 @@ Version:   $Revision$
 
 //Includes std
 #include <iostream>
+#include <map>
+
 
 namespace bbtk
 {
@@ -70,6 +77,8 @@ namespace bbtk
 
                void configureBaseView();
                void createGBlackBox(int x, int y,std::string packageName, std::string boxName);
+               void createGInputPort(BlackBoxInputDescriptor *desc,GBlackBoxModel *blackBox);
+               void createGOutputPort(BlackBoxOutputDescriptor *desc,GBlackBoxModel *blackBox);
                void registerController(InteractorStyleMaracas *param);
 
                vtkRenderWindow* getRenderWindow();
@@ -82,8 +91,13 @@ namespace bbtk
 
                int _id;
                wxVtk3DBaseView *_baseView;
+               std::vector<GObjectModel*> objects;
+               std::vector<GObjectModel*> selectedObjects;
 
                void refreshRenderWindow();
+
+               //ERASE
+               int cantTemp;
        protected:
 
        };