X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FvtkGPortView.h;h=cb1734a7741a23034bfa3a71d7cd97433f3c60c3;hb=f6286f6851a4c0757cbacbee679d31bcc5a933bd;hp=fb21d32ebcc241464d498e4e2c03efd5a00b7286;hpb=098558ac7780900858114a8ae01fe93847d67043;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h index fb21d32..cb1734a 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h @@ -35,10 +35,11 @@ Version: $Revision$ * \brief Class bbtk::vtkGPortView : abstract black-box interface. */ -/** -* \class bbtk::vtkGPortView -* \brief -*/ +/**** +* Design and Developpement of BBTK GEditor +* Ricardo A Corredor J +* RaC - 2010 +****/ #ifndef __vtkGPortView_h__ #define __vtkGPortView_h__ @@ -46,8 +47,10 @@ Version: $Revision$ //Includes same project #include "GlobalConstants.h" #include "vtkGObjectView.h" +#include "GPortModel.h" //Includes creaMaracasVisu +#include "vtkInteractorStyleBaseView.h" //Includes vtk @@ -74,11 +77,13 @@ namespace bbtk vtkGPortView(); ~vtkGPortView(); - //Public methods + //Public methods + virtual void update(int idController,int command); private: //Private Attributes + //Private Methods @@ -88,7 +93,7 @@ namespace bbtk //Protected Methods virtual void createVtkObjects(); - virtual void update(); + virtual void updateColors(); };