]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h
Organizing code, the state now is in the view and the general render was simplified...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGPortView.h
index d06e066d9d5509b9818ff7465c41d78dd98a4072..acbf772d0e860372d487d67bdc01b1ef66e9c867 100644 (file)
@@ -48,6 +48,7 @@ Version:   $Revision$
 #include "vtkGObjectView.h"
 
 //Includes creaMaracasVisu
+#include "vtkInteractorStyleBaseView.h"
 
 //Includes vtk
 
@@ -74,7 +75,8 @@ namespace bbtk
                vtkGPortView();
                ~vtkGPortView();
                
-               //Public methods                        
+               //Public methods
+               virtual void update(int idObservable,int command);
 
        private:
 
@@ -89,7 +91,7 @@ namespace bbtk
                
                //Protected Methods
                virtual void createVtkObjects();
-               virtual void update(int command);
+               virtual void updateColors();
        };