]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/manualConnectorContourController.h
v1.1.0
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / manualConnectorContourController.h
index a987842ce48087c771c6523a0df5862094ae333f..fd309276e588c1df2f3db7f756802ef266efbb0d 100644 (file)
@@ -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 <ra.corredor67@uniandes.edu.co>
+* RaC - 2010
+****/
 
 #ifndef __manualConnectorContourController_h__
 #define __manualConnectorContourController_h__
@@ -70,6 +72,7 @@ namespace bbtk
                virtual void MouseClickRight(int x, int y);
                virtual void MouseClickLeft(int x, int y);
                virtual void MouseMove(int x, int y);
+               void endContourCreation();
 
        private: