]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorView.h
Updated Version with the moving of the objects updated and the background doesn't...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GConnectorView.h
index fb9825150557bd6df5465b121980311a9afabf34..b5d4dc851259c247de89f9e3158c5fce0fe03ee4 100644 (file)
@@ -45,8 +45,10 @@ Version:   $Revision$
 
 //Includes same project
 #include "vtkGObjectView.h"
+#include "GConnectorModel.h"
 
 //Includes creaMaracasVisu
+#include <manualViewContour.h>
 
 //Includes std
 #include <iostream>
@@ -64,13 +66,15 @@ namespace bbtk
                GConnectorView();
                ~GConnectorView();
                
-               //Public methods                
-               virtual void TransfromCoordViewWorld(double &X, double &Y, double &Z, int type=2);
+               //Public methods
+               void setManualContourView(manualViewContour* viewContour);
+               manualViewContour* getManualContourView();
+               void updateStartEndPoints();
 
        private:
 
                //Attributes
-               
+               manualViewContour* manViewContour;
 
                //Private Methods