X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FCurveIntersector.txx;h=2864e7f8f8e1ab639c355c4bc4b27066fec4dbbf;hb=c320536d2d28fc7c636b0e231bbb1af1c60ec695;hp=64f19b1b7103f5c25703b4def4849658ae5b8cb1;hpb=b307fa3ee9c6d9e08082e2ccc832b28a17fd6d2c;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/CurveIntersector.txx b/src/INTERP_KERNEL/CurveIntersector.txx index 64f19b1b7..2864e7f8f 100644 --- a/src/INTERP_KERNEL/CurveIntersector.txx +++ b/src/INTERP_KERNEL/CurveIntersector.txx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2021 CEA/DEN, EDF R&D +// Copyright (C) 2007-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -150,26 +150,6 @@ namespace INTERP_KERNEL startPos = std::max(startPos,0.); startPos = std::min(startPos,1.); endPos=1.-startPos; } - - /*! Readjusts a set of bounding boxes so that they are extended - in all dimensions for avoiding missing interesting intersections - - \param bbox vector containing the bounding boxes - */ - template - void CurveIntersector::adjustBoundingBoxes (std::vector& bbox, - double adjustmentEpsAbs) - { - std::size_t size = bbox.size()/(2*SPACEDIM); - for (std::size_t i=0; i