]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h
no message
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxVtkSceneManager.h
index 1c05f16d646c56509b1d3d310f8bd99e8511dc42..03af4240638d6fd8b3f16667233e53bf96364987 100644 (file)
@@ -115,8 +115,13 @@ namespace bbtk
                int createGConnector(GPortModel* startPort);
 
                void configGBlackBox(int idBox, double xIn, double yIn, double zIn, std::string name, bool boxExecutable,double xEn,double yEn,double zEn);
+               void configGConnetion(bool _isComplexBox, 
+                                                         std::string nameStartBox, std::string  nameStartPort, std::string  
+                                                         nameEndBox, std::string  nameEndPort);
+               GBlackBoxModel* findGBox(std::string boxname);
 
                
+               
                vtkRenderWindow* getRenderWindow();
                vtkRenderer* getRenderer();