Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ clear
Method
clear
kernels/bvh/bvh.cpp:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
template<int N>
25
void BVHN<N>::clear()
26
{
27
set(BVHN::emptyNode,empty,0);
28
alloc.clear();
29
}
30
31
template<int N>
32
void BVHN<N>::set (NodeRef root, const LBBox3fa& bounds, size_t numPrimitives)
Callers
2
operator()
Method · 0.45
clear
Function · 0.45
Calls
1
set
Function · 0.50
Tested by
no test coverage detected