]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGObjectView.h
*** empty log message ***
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGObjectView.h
index 5c15592c3bc160911387dda6fa2527f933a3335c..1397ef4661048cceae023e9f10c91ba9475b8869 100644 (file)
@@ -46,13 +46,13 @@ Version:   $Revision$
 //Includes same project
 #include "GlobalConstants.h"
 #include "GObjectModel.h"
+#include "Observer.h"
 
 //Includes creaMaracasVisu
 #include <wxVtkBaseView.h>
 
 //Includes vtk
 #include <vtkRenderer.h>
-
 #include "vtkConeSource.h"
 #include "vtkPolyDataMapper.h"
 #include "vtkActor.h"
@@ -65,7 +65,7 @@ Version:   $Revision$
 namespace bbtk
 {
 
-       class vtkGObjectView 
+       class vtkGObjectView : public Observer
        {
 
        public: 
@@ -81,7 +81,7 @@ namespace bbtk
                
                bool isPointInside(int X,int Y);
 
-               virtual void refresh();
+               virtual void update();
 
        private: