]> git.mxchange.org Git - simgear.git/commit
bvh: Add an abstract pager implementation.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Fri, 24 Aug 2012 19:20:40 +0000 (21:20 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Fri, 24 Aug 2012 19:25:17 +0000 (21:25 +0200)
commitcf1bdcef46da21a9c0b03a7a574d762ff1ce7998
treed8529154c428d03961c7bcc157bdeb33300003da
parent7a879e2abf3c3601741971c964ba05ebaef57770
bvh: Add an abstract pager implementation.

Implement a paging implementation for bounding
volume hierarchy nodes. We will need this for
hla clients that need ground queries.
15 files changed:
simgear/bvh/BVHBoundingBoxVisitor.hxx
simgear/bvh/BVHLineSegmentVisitor.cxx
simgear/bvh/BVHLineSegmentVisitor.hxx
simgear/bvh/BVHNearestPointVisitor.hxx
simgear/bvh/BVHNode.hxx
simgear/bvh/BVHPageNode.cxx [new file with mode: 0644]
simgear/bvh/BVHPageNode.hxx [new file with mode: 0644]
simgear/bvh/BVHPageRequest.cxx [new file with mode: 0644]
simgear/bvh/BVHPageRequest.hxx [new file with mode: 0644]
simgear/bvh/BVHPager.cxx [new file with mode: 0644]
simgear/bvh/BVHPager.hxx [new file with mode: 0644]
simgear/bvh/BVHSubTreeCollector.cxx
simgear/bvh/BVHSubTreeCollector.hxx
simgear/bvh/BVHVisitor.hxx
simgear/bvh/CMakeLists.txt