0024473: TKMath, BVH - introduce template-based package for Bounding volume hierarchy...
authordbp <dbp@opencascade.com>
Wed, 15 Jan 2014 13:21:18 +0000 (17:21 +0400)
committerbugmaster <bugmaster@opencascade.com>
Mon, 20 Jan 2014 10:45:38 +0000 (14:45 +0400)
commit3c4e78f24f6e0f275808832ac7d828cb978ef2e6
treeb4f385df8282095770a36cdb750bf61fe206ed49
parent68333c8f16e01c5252dbebd4c9fcd6680f3941ba
0024473: TKMath, BVH - introduce template-based package for Bounding volume hierarchy structures and tools
38 files changed:
adm/UDLIST
src/BVH/BVH.cxx [new file with mode: 0644]
src/BVH/BVH_BinnedBuilder.hxx [new file with mode: 0644]
src/BVH/BVH_BinnedBuilder.lxx [new file with mode: 0644]
src/BVH/BVH_Box.hxx [new file with mode: 0644]
src/BVH/BVH_Box.lxx [new file with mode: 0644]
src/BVH/BVH_Builder.hxx [new file with mode: 0644]
src/BVH/BVH_Builder.lxx [new file with mode: 0644]
src/BVH/BVH_Geometry.hxx [new file with mode: 0644]
src/BVH/BVH_Geometry.lxx [new file with mode: 0644]
src/BVH/BVH_Object.hxx [new file with mode: 0644]
src/BVH/BVH_Object.lxx [new file with mode: 0644]
src/BVH/BVH_ObjectSet.hxx [new file with mode: 0644]
src/BVH/BVH_ObjectSet.lxx [new file with mode: 0644]
src/BVH/BVH_PrimitiveSet.hxx [new file with mode: 0644]
src/BVH/BVH_PrimitiveSet.lxx [new file with mode: 0644]
src/BVH/BVH_Properties.cxx [new file with mode: 0644]
src/BVH/BVH_Properties.hxx [new file with mode: 0644]
src/BVH/BVH_Properties.lxx [new file with mode: 0644]
src/BVH/BVH_Set.hxx [new file with mode: 0644]
src/BVH/BVH_Set.lxx [new file with mode: 0644]
src/BVH/BVH_Sorter.hxx [new file with mode: 0644]
src/BVH/BVH_Sorter.lxx [new file with mode: 0644]
src/BVH/BVH_SpatialMedianBuilder.hxx [new file with mode: 0644]
src/BVH/BVH_SpatialMedianBuilder.lxx [new file with mode: 0644]
src/BVH/BVH_SweepPlaneBuilder.hxx [new file with mode: 0644]
src/BVH/BVH_SweepPlaneBuilder.lxx [new file with mode: 0644]
src/BVH/BVH_Tree.hxx [new file with mode: 0644]
src/BVH/BVH_Tree.lxx [new file with mode: 0644]
src/BVH/BVH_Triangulation.hxx [new file with mode: 0644]
src/BVH/BVH_Triangulation.lxx [new file with mode: 0644]
src/BVH/BVH_Types.hxx [new file with mode: 0644]
src/BVH/BVH_Types.lxx [new file with mode: 0644]
src/BVH/FILES [new file with mode: 0644]
src/NCollection/NCollection_Vec2.hxx
src/NCollection/NCollection_Vec3.hxx
src/NCollection/NCollection_Vec4.hxx
src/TKMath/PACKAGES