]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/manualViewPerpPlaneContour.cxx
.
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / manualViewPerpPlaneContour.cxx
index 4c07bdf501122669a8950539c0db6b1bb725e501..ca4f013e440bb5f2f237e843d1ed9aac981803aa 100644 (file)
@@ -192,7 +192,7 @@ bool manualViewPerpPlaneContour::ifTouchContour( int x, int y, int z)
        double X=x;
        double Y=y;
        double Z=z;
-       vtkplane2Dview->TransfromeCoordScreenToWorld(X,Y,Z);
+       vtkplane2Dview->TransFromeCoordScreenToWorld(X,Y,Z);
        double ppA[3];
        _pts->GetPoint(0, ppA);
        if (sqrt( (ppA[0]-X)*(ppA[0]-X) + (ppA[1]-Y)*(ppA[1]-Y) ) <=2)