From 588f6cb67eede2876f3b2b8e57cf984a5c42b175 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Mon, 1 Mar 2010 11:11:01 +0000 Subject: [PATCH] *** empty log message *** --- .../wxWindows/widgets/UtilVtk3DGeometriSelection.cxx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/UtilVtk3DGeometriSelection.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/UtilVtk3DGeometriSelection.cxx index fe19365..1bb56ae 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/UtilVtk3DGeometriSelection.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/UtilVtk3DGeometriSelection.cxx @@ -3,8 +3,8 @@ Program: wxMaracas Module: $RCSfile: UtilVtk3DGeometriSelection.cxx,v $ Language: C++ - Date: $Date: 2009/05/29 14:24:59 $ - Version: $Revision: 1.3 $ + Date: $Date: 2010/03/01 11:11:01 $ + Version: $Revision: 1.4 $ Copyright: (c) 2002, 2003 License: @@ -145,7 +145,13 @@ bool UtilVtk3DGeometriSelection::FindCubePointsFromPoints( double* pO, double* p bool UtilVtk3DGeometriSelection::GetPointAndNormalIntersection( double* p, double* n, double* pO, double* pF ) { gtm::TVector< double > n1( 3 ), n2( 3 ), n3( 3 ); - int subId, cellId, returnVal; + + //EED 01/03/2010 + //int cellId, + vtkIdType cellId; + + int subId, returnVal; + double t, pcoords[ 3 ], x[ 3 ]; double fpO[ 3 ], fpF[ 3 ]; double p1[ 3 ], p2[ 3 ], p3[ 3 ]; -- 2.45.1