]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorView.cxx
Stable version ... The connection is correctly painted :)
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GConnectorView.cxx
index 9c2388fc5262b6f02be4a77b07e51026b4eaecad..6617b1f67f69b18fba0b8dfb0ee149e4daba8f58 100644 (file)
@@ -41,19 +41,29 @@ namespace bbtk
 
 
        //=========================================================================
+       
        GConnectorView::GConnectorView()
        {               
        }
 
        //=========================================================================
+       
        GConnectorView::~GConnectorView()
        {
        }
+       
        //=========================================================================
+       
+       void GConnectorView::setManualContourView(manualViewContour *viewContour)
+       {
+               manViewContour = viewContour;
+       }
 
-       void GConnectorView::TransfromCoordViewWorld(double &X, double &Y, double &Z, int type)
+       //=========================================================================
+       
+       manualViewContour* GConnectorView::getManualContourView()
        {
-               //_wxvtkbaseview->TransCoordScreenToWorld(X,Y,Z,type);
+               return manViewContour;
        }
 
 }  // EO namespace bbtk