X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FvtkGComplexBoxPortView.h;h=0b9ce1a0fd1c7aec89c5a639eb47fbef0ce6a13b;hb=5cf9c7b92a97ee411e6a441beca8a06d2bffc8b3;hp=aa08812a26d76e4d05e7ca69162f1fa896b1b56f;hpb=343ecf790a799b8089a6d13fec0192fd9ad71da1;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGComplexBoxPortView.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGComplexBoxPortView.h index aa08812..0b9ce1a 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGComplexBoxPortView.h +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGComplexBoxPortView.h @@ -35,10 +35,11 @@ Version: $Revision$ * \brief Class bbtk::vtkGComplexBoxPortView : abstract black-box interface. */ -/** -* \class bbtk::vtkGComplexBoxPortView -* \brief -*/ +/**** +* Design and Developpement of BBTK GEditor +* Ricardo A Corredor J +* RaC - 2010 +****/ #ifndef __vtkGComplexBoxPortView_h__ #define __vtkGComplexBoxPortView_h__ @@ -93,6 +94,7 @@ namespace bbtk virtual void addVtkActors(); virtual void removeVtkActors(); virtual void createVtkObjects(); + virtual void update(int idController,int command); virtual void updateColors(); };