]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h
Ports updated when connected and the properties panel will be changed ...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGPortView.h
index acbf772d0e860372d487d67bdc01b1ef66e9c867..2c854c6eddbf0becabe68aa89e2b4dd59e438aef 100644 (file)
@@ -46,6 +46,7 @@ Version:   $Revision$
 //Includes same project
 #include "GlobalConstants.h"
 #include "vtkGObjectView.h"
+#include "GPortModel.h"
 
 //Includes creaMaracasVisu
 #include "vtkInteractorStyleBaseView.h"
@@ -76,12 +77,12 @@ namespace bbtk
                ~vtkGPortView();
                
                //Public methods
-               virtual void update(int idObservable,int command);
+               virtual void update(int idController,int command);
 
        private:
 
                //Private Attributes
-               vtkPoints *_pts;
+               
 
                //Private Methods