]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h
The actual version updates the status bar with the highlighted object ... Also it...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGPortView.h
index d06e066d9d5509b9818ff7465c41d78dd98a4072..7f94560985082ee0b496c2e157e2210427d86afe 100644 (file)
@@ -48,6 +48,7 @@ Version:   $Revision$
 #include "vtkGObjectView.h"
 
 //Includes creaMaracasVisu
+#include "vtkInteractorStyleBaseView.h"
 
 //Includes vtk
 
@@ -74,12 +75,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 +91,7 @@ namespace bbtk
                
                //Protected Methods
                virtual void createVtkObjects();
-               virtual void update(int command);
+               virtual void updateColors();
        };