X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FvtkGPortView.h;h=618099c8f992cce86f382b6fabc59733c27b4f7d;hb=8d5cce101d80ada2ddc1db310c59574c7b3b5a06;hp=acbf772d0e860372d487d67bdc01b1ef66e9c867;hpb=878ac6ad472bc459f4e364c16890e5026c401944;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h index acbf772..618099c 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" @@ -70,25 +72,19 @@ namespace bbtk { public: - //Constructors vtkGPortView(); ~vtkGPortView(); //Public methods - virtual void update(int idObservable,int command); - + virtual void update(int idController,int command); private: - //Private Attributes - vtkPoints *_pts; //Private Methods protected: - - //Protected Attributes - + //Protected Attributes //Protected Methods virtual void createVtkObjects(); virtual void updateColors();