X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FmanualConnectorContourController.h;h=fd309276e588c1df2f3db7f756802ef266efbb0d;hb=d80f7d5db196e72294b6fb40cfe2738b5218675b;hp=cb404e004ebc676e2a910e9c5fe347279b9a0439;hpb=4339183c287d12a0b68265ec017cb51e6b24e89a;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/manualConnectorContourController.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/manualConnectorContourController.h index cb404e0..fd30927 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/manualConnectorContourController.h +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/manualConnectorContourController.h @@ -35,10 +35,12 @@ Version: $Revision$ * \brief Class bbtk::manualConnectorContourController : abstract black-box interface. */ -/** -* \class bbtk::manualConnectorContourController -* \brief -*/ + +/**** +* Design and Developpement of BBTK GEditor +* Ricardo A Corredor J +* RaC - 2010 +****/ #ifndef __manualConnectorContourController_h__ #define __manualConnectorContourController_h__ @@ -69,6 +71,8 @@ namespace bbtk //Public methods virtual void MouseClickRight(int x, int y); virtual void MouseClickLeft(int x, int y); + virtual void MouseMove(int x, int y); + void endContourCreation(); private: