|
Open CASCADE Technology
7.1.0
|
Wrapper for BVH build data. More...
#include <BVH_QueueBuilder.hxx>

Public Member Functions | |
| BVH_TypedBuildTool (BVH_Set< T, N > *theSet, BVH_Tree< T, N > *theBVH, BVH_Builder< T, N > *theAlgo) | |
| Creates new BVH build thread. More... | |
| virtual void | Perform (const Standard_Integer theNode) |
| Performs splitting of the given BVH node. More... | |
Protected Attributes | |
| BVH_Set< T, N > * | mySet |
| Primitive set to build BVH. More... | |
| BVH_Tree< T, N > * | myBVH |
| Output BVH tree for the set. More... | |
| BVH_QueueBuilder< T, N > * | myAlgo |
| Queue based BVH builder to use. More... | |
Wrapper for BVH build data.
|
inline |
Creates new BVH build thread.
|
inlinevirtual |
Performs splitting of the given BVH node.
Implements BVH_BuildTool.
|
protected |
Queue based BVH builder to use.
|
protected |
Output BVH tree for the set.
|
protected |
Primitive set to build BVH.
1.8.10