X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FvtkGBlackBoxView.h;h=b17f19dbeca1e6274d8734885ef7f15d41f3a7ab;hb=refs%2Ftags%2FCREATOOLS_2-0-3;hp=90494d9ac3976b2ce1130eedd6febb16e33f29de;hpb=343ecf790a799b8089a6d13fec0192fd9ad71da1;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h index 90494d9..b17f19d 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h @@ -35,10 +35,11 @@ Version: $Revision$ * \brief Class bbtk::vtkGBlackBoxView : abstract black-box interface. */ -/** -* \class bbtk::vtkGBlackBoxView -* \brief -*/ +/**** +* Design and Developpement of BBTK GEditor +* Ricardo A Corredor J +* RaC - 2010 +****/ #ifndef __vtkGBlackBoxView_h__ #define __vtkGBlackBoxView_h__ @@ -98,6 +99,7 @@ namespace bbtk virtual void addVtkActors(); virtual void removeVtkActors(); virtual void createVtkObjects(); + virtual void update(int idController,int command); virtual void updateColors(); };