Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutdigital/mcut
/ GetNodeCount
Method
GetNodeCount
source/bvh.cpp:1003–1006 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1001
}
1002
1003
int BoundingVolumeHierarchy::GetNodeCount() const
1004
{
1005
return (int)nodes.size();
1006
}
1007
1008
const std::shared_ptr<LinearBVHNode>& BoundingVolumeHierarchy::GetNode(int idx) const
1009
{
Callers
1
bvh.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected