]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/wxVtkSceneManager.cxx
Chango from GConnectorView to vtkGConnectorView ... The historique will be lost,...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / wxVtkSceneManager.cxx
index c32ed022a3ca8d7e545d4330644609bc08634d59..3678d64f5b6e1b26891b48a13563adc4f61d42ef 100644 (file)
@@ -263,7 +263,7 @@ namespace bbtk
 
                GConnectorController* connectorcontroller = new GConnectorController();                         
                GConnectorModel* connectorModel = new GConnectorModel();
-               GConnectorView* connectorView = new GConnectorView();
+               vtkvtkGConnectorView* connectorView = new vtkGConnectorView();
                connectorModel->setGObjectType(type);
 
                manContourModel->SetCloseContour(false);
@@ -483,7 +483,7 @@ namespace bbtk
                                GObjectController *desc = it->second;
                                if(desc->getGObjectType()==GCONNECTOR)
                                {
-                                       GConnectorView* vconn = (GConnectorView*)desc->getView();
+                                       vtkGConnectorView* vconn = (vtkGConnectorView*)desc->getView();
                                        vconn->updateStartEndPoints();
                                }
                        }
@@ -1115,7 +1115,7 @@ namespace bbtk
                                }
                                                        
                                //----------
-                               getline(inputStream,line);//PORT o #FIN_BOX
+                               getline(inputStream,line);//PORT o FIN_BOX
                                std::string port=line.substr(0,4);
                                while(port=="PORT")
                                {
@@ -1188,7 +1188,7 @@ namespace bbtk
                                GConnectorController *tempp = (GConnectorController*)_controllers[idCon]; 
 
                                GConnectorModel *conMod = (GConnectorModel*)tempp->getModel();
-                               GConnectorView *conView = (GConnectorView*)tempp->getView();
+                               vtkGConnectorView *conView = (vtkGConnectorView*)tempp->getView();
                                tempp->endContourCreation();
                                conMod->setEndPort(endP);                                       
                                conView->updateStartEndPoints();