X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FvtkGPortView.h;fp=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FvtkGPortView.h;h=f24c8a53ec00455e00513944019915ef795df5e2;hb=511369e67cf26244fc8768a727a03f42ff42865f;hp=854a1aed6b273098a150ebcf6ce9656bbce8aa62;hpb=d108e756e1f5444e19b63ec457033b7518ba060e;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h index 854a1ae..f24c8a5 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGPortView.h @@ -86,37 +86,30 @@ Version: $Revision$ #include "vtkRenderer.h" #include "vtkCellArray.h" - //Includes std #include - namespace bbtk { - class vtkGPortView : public vtkGObjectView { - public: //Constructors vtkGPortView(); - ~vtkGPortView(); - + ~vtkGPortView(); //Public methods virtual void update(int idController,int command); + void getColors(float* rgb); + private: //Private Attributes - //Private Methods - protected: //Protected Attributes //Protected Methods virtual void createVtkObjects(); virtual void updateColors(); }; - - } // namespace bbtk #endif