]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualContour3VControler.cpp
v1.0.3 BUG 1404
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / manualContour / manualContour3VControler.cpp
index 1ad857ade176f582915ade38e8ba9c443f1fc313..0f50090a1a89980095442dab2fabe08a5c31eb63 100644 (file)
@@ -78,7 +78,7 @@ void manualContour3VControler::AddPoint( int x, int y, int z ) // virtual
                double  xx      = x;
                double  yy      = y;
                double  zz      = z;
-               GetManualViewBaseContour()->TransfromeCoordViewWorld(xx,yy,zz,_type);
+               GetManualViewBaseContour()->TransfromCoordViewWorld(xx,yy,zz,_type);
 
                if (_type==0)
                {
@@ -132,7 +132,7 @@ void manualContour3VControler::InsertPoint(int x, int y, int z)
                        double                          xx              = x;
                        double                          yy              = y;
                        double                          zz              = z;
-                       GetManualViewBaseContour()->TransfromeCoordViewWorld(xx,yy,zz,_type);
+                       GetManualViewBaseContour()->TransfromCoordViewWorld(xx,yy,zz,_type);
                        if (_type==0)
                        {
                                xx=_vtkmprbasedata->GetX();
@@ -194,7 +194,7 @@ void manualContour3VControler::SetPoint( int id ,int x ,int y ,int z ) // virtua
                double xx = x;
                double yy = y;
                double zz = z;
-               GetManualViewBaseContour()->TransfromeCoordViewWorld(xx,yy,zz,_type);
+               GetManualViewBaseContour()->TransfromCoordViewWorld(xx,yy,zz,_type);
 
                if (_type==0)
                {