]> 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 d06e066d9d5509b9818ff7465c41d78dd98a4072..2c854c6eddbf0becabe68aa89e2b4dd59e438aef 100644 (file)
@@ -46,8 +46,10 @@ Version:   $Revision$
 //Includes same project
 #include "GlobalConstants.h"
 #include "vtkGObjectView.h"
+#include "GPortModel.h"
 
 //Includes creaMaracasVisu
+#include "vtkInteractorStyleBaseView.h"
 
 //Includes vtk
 
@@ -74,12 +76,13 @@ namespace bbtk
                vtkGPortView();
                ~vtkGPortView();
                
-               //Public methods                        
+               //Public methods
+               virtual void update(int idController,int command);
 
        private:
 
                //Private Attributes
-               vtkPoints *_pts;
+               
 
                //Private Methods
 
@@ -89,7 +92,7 @@ namespace bbtk
                
                //Protected Methods
                virtual void createVtkObjects();
-               virtual void update(int command);
+               virtual void updateColors();
        };