MCPcopy 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
1003int BoundingVolumeHierarchy::GetNodeCount() const
1004{
1005 return (int)nodes.size();
1006}
1007
1008const std::shared_ptr<LinearBVHNode>& BoundingVolumeHierarchy::GetNode(int idx) const
1009{

Callers 1

bvh.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected