X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FvtkGPortView.h;h=cb1734a7741a23034bfa3a71d7cd97433f3c60c3;hb=6bb706f241008994b08baa2e44fe414f2277c5ab;hp=acbf772d0e860372d487d67bdc01b1ef66e9c867;hpb=878ac6ad472bc459f4e364c16890e5026c401944;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h index acbf772..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,6 +47,7 @@ Version: $Revision$ //Includes same project #include "GlobalConstants.h" #include "vtkGObjectView.h" +#include "GPortModel.h" //Includes creaMaracasVisu #include "vtkInteractorStyleBaseView.h" @@ -76,12 +78,12 @@ namespace bbtk ~vtkGPortView(); //Public methods - virtual void update(int idObservable,int command); + virtual void update(int idController,int command); private: //Private Attributes - vtkPoints *_pts; + //Private Methods