X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FwxVtkSceneManager.h;h=d272f60ac5e2a37ee22782eb2fd78c5f0b0efc86;hb=cef73d418644dcb545c7731df11c54146fe82174;hp=7d1c7d0b9c55cb1c7fadf90510cb056f061c3404;hpb=522d684c97b10743148e2fbf2371cd02ff1fa42e;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/wxVtkSceneManager.h b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/wxVtkSceneManager.h index 7d1c7d0..d272f60 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/wxVtkSceneManager.h +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/wxVtkSceneManager.h @@ -46,9 +46,14 @@ Version: $Revision$ //Includes same project #include "GObjectsMVCFactory.h" +//Includes bbtk +#include +#include + //Includes creaMaracasVisu #include #include +#include //Includes vtk #include @@ -58,6 +63,8 @@ Version: $Revision$ //Includes std #include +#include + 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 objects; + std::vector selectedObjects; void refreshRenderWindow(); + + //ERASE + int cantTemp; protected: };