]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
Bug fix: interpolation 2D/3D -> no bounding box adjustment was made
authorabn <adrien.bruneton@cea.fr>
Thu, 25 Mar 2021 09:18:33 +0000 (10:18 +0100)
committerabn <adrien.bruneton@cea.fr>
Thu, 25 Mar 2021 20:36:02 +0000 (21:36 +0100)
commite02c55efb49b195134ee7adebdaddf974654527a
tree9315522c1ee08c5099ebb66ae46f5a36e4b4d9dc
parentb33408f1dc045a4d0f2e16d22f4930d7029996a3
Bug fix: interpolation 2D/3D -> no bounding box adjustment was made

+ added bbox adj for this case
+ factorized adjustBoundingBox method at TargetIntersector level (root
class)
13 files changed:
src/INTERP_KERNEL/CurveIntersector.hxx
src/INTERP_KERNEL/CurveIntersector.txx
src/INTERP_KERNEL/IntegralUniformIntersector.hxx
src/INTERP_KERNEL/Interpolation2D3D.hxx
src/INTERP_KERNEL/Interpolation2D3D.txx
src/INTERP_KERNEL/InterpolationCurve.txx
src/INTERP_KERNEL/Intersector3D.hxx
src/INTERP_KERNEL/IntersectorCU.hxx
src/INTERP_KERNEL/PlanarIntersector.hxx
src/INTERP_KERNEL/PlanarIntersector.txx
src/INTERP_KERNEL/TargetIntersector.hxx
src/INTERP_KERNEL/TargetIntersector.txx [new file with mode: 0644]
src/MEDCoupling_Swig/MEDCouplingRemapperTest.py