]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
staffan :
authorvbd <vbd>
Thu, 23 Aug 2007 14:20:58 +0000 (14:20 +0000)
committervbd <vbd>
Thu, 23 Aug 2007 14:20:58 +0000 (14:20 +0000)
commit2094626def1d9fcae0697d1b410b4e75fb47c4c5
treea62349e17c590e6cfdccd8067cf79d20c95375ab
parentaaf887718f5efe713e6080866aea3754343072ff
staffan :
* factored out intersection code into class Intersector3D
* added alternative filtering with BBTree to Interpolation3D
* replaced std::cout with LOG - macros
* added equalEpsilonRelative for better checking of equality
of doubles
16 files changed:
src/INTERP_KERNEL/BoundingBox.cxx
src/INTERP_KERNEL/BoundingBox.hxx
src/INTERP_KERNEL/Interpolation3D.cxx
src/INTERP_KERNEL/Interpolation3D.hxx
src/INTERP_KERNEL/Intersector3D.cxx [new file with mode: 0644]
src/INTERP_KERNEL/Intersector3D.hxx [new file with mode: 0644]
src/INTERP_KERNEL/Makefile.in
src/INTERP_KERNEL/MeshElement.cxx
src/INTERP_KERNEL/MeshElement.hxx
src/INTERP_KERNEL/MeshRegion.cxx
src/INTERP_KERNEL/MeshRegion.hxx
src/INTERP_KERNEL/TetraAffineTransform.hxx
src/INTERP_KERNEL/TransformedTriangle.cxx
src/INTERP_KERNEL/TransformedTriangle.hxx
src/INTERP_KERNEL/TransformedTriangle_intersect.cxx
src/INTERP_KERNEL/TransformedTriangle_math.cxx