]> OCCT Git - occt-copy.git/commit
0028793: Visualization, TKV3d - make BVH_Builder::Build() const for propagating build...
authorkgv <kgv@opencascade.com>
Fri, 26 May 2017 16:03:03 +0000 (19:03 +0300)
committerkgv <kgv@opencascade.com>
Sat, 17 Mar 2018 12:29:53 +0000 (15:29 +0300)
commit314354d6cfea618b70ec63e0ccb3e644beb10659
treedc83f5cb3244b52c7cd7758558e3dc6029b6cce4
parent994fe35cfdcceb578c41c326930b8a8c93f9f998
0028793: Visualization, TKV3d - make BVH_Builder::Build() const for propagating builder by value

Added const for method BVH_Builder::Build().
Added missing Standard_OVERRIDE to overridden methods.
Merged code from .lxx in BVH package directly into .hxx headers.
41 files changed:
src/BVH/BVH_BinaryTree.hxx
src/BVH/BVH_BinaryTree.lxx [deleted file]
src/BVH/BVH_BinnedBuilder.hxx
src/BVH/BVH_BinnedBuilder.lxx [deleted file]
src/BVH/BVH_Box.hxx
src/BVH/BVH_Box.lxx [deleted file]
src/BVH/BVH_Builder.hxx
src/BVH/BVH_Builder.lxx [deleted file]
src/BVH/BVH_Geometry.hxx
src/BVH/BVH_Geometry.lxx [deleted file]
src/BVH/BVH_LinearBuilder.hxx
src/BVH/BVH_LinearBuilder.lxx [deleted file]
src/BVH/BVH_Object.hxx
src/BVH/BVH_Object.lxx [deleted file]
src/BVH/BVH_ObjectSet.hxx
src/BVH/BVH_ObjectSet.lxx [deleted file]
src/BVH/BVH_PrimitiveSet.hxx
src/BVH/BVH_PrimitiveSet.lxx [deleted file]
src/BVH/BVH_Properties.hxx
src/BVH/BVH_Properties.lxx [deleted file]
src/BVH/BVH_QuadTree.hxx
src/BVH/BVH_QuadTree.lxx [deleted file]
src/BVH/BVH_QueueBuilder.hxx
src/BVH/BVH_QueueBuilder.lxx [deleted file]
src/BVH/BVH_QuickSorter.hxx
src/BVH/BVH_QuickSorter.lxx [deleted file]
src/BVH/BVH_RadixSorter.hxx
src/BVH/BVH_RadixSorter.lxx [deleted file]
src/BVH/BVH_Set.hxx
src/BVH/BVH_Set.lxx [deleted file]
src/BVH/BVH_SpatialMedianBuilder.hxx
src/BVH/BVH_SpatialMedianBuilder.lxx [deleted file]
src/BVH/BVH_SweepPlaneBuilder.hxx
src/BVH/BVH_SweepPlaneBuilder.lxx [deleted file]
src/BVH/BVH_Tree.hxx
src/BVH/BVH_Tree.lxx [deleted file]
src/BVH/BVH_Triangulation.hxx
src/BVH/BVH_Triangulation.lxx [deleted file]
src/BVH/FILES
src/OpenGl/OpenGl_BVHClipPrimitiveSet.hxx
src/OpenGl/OpenGl_SceneGeometry.hxx