]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h
The buttons and the objects to create input and output complex box ports were added...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGBlackBoxView.h
index 4391d61ae561ef8003d25cbfce7158541a27d304..90494d9ac3976b2ce1130eedd6febb16e33f29de 100644 (file)
@@ -45,7 +45,7 @@ Version:   $Revision$
 
 //Includes same project
 #include "GlobalConstants.h"
-#include "vtkGObjectView.h"
+#include "vtkGBoxView.h"
 #include "GBlackBoxModel.h"
 
 //Includes creaMaracasVisu
@@ -71,7 +71,7 @@ Version:   $Revision$
 namespace bbtk
 {
 
-       class vtkGBlackBoxView : public vtkGObjectView
+       class vtkGBlackBoxView : public vtkGBoxView
        {
 
        public: 
@@ -100,7 +100,6 @@ namespace bbtk
                virtual void createVtkObjects();
                virtual void update(int idController,int command);
                virtual void updateColors();
-               void updatePorts();
        };