]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGObjectView.h
Basic functionnality adition showing the black box input ports
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGObjectView.h
index 880c09b68120d27afe58e068a2b8e54a99fb8658..d10991ee60ee5e19a4f1e494f41655adb4090050 100644 (file)
@@ -46,6 +46,7 @@ Version:   $Revision$
 //Includes same project
 #include "GlobalConstants.h"
 #include "GObjectModel.h"
+#include "Observer.h"
 
 //Includes creaMaracasVisu
 #include <wxVtkBaseView.h>
@@ -64,7 +65,7 @@ Version:   $Revision$
 namespace bbtk
 {
 
-       class vtkGObjectView 
+       class vtkGObjectView //: public Observer
        {
 
        public: 
@@ -80,7 +81,7 @@ namespace bbtk
                
                bool isPointInside(int X,int Y);
 
-               virtual void refresh();
+               virtual void update();
 
        private: