Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ calculateInDegree
Method
calculateInDegree
tutorials/common/scenegraph/scenegraph.cpp:286–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
void SceneGraph::Node::calculateInDegree() {
287
indegree++;
288
}
289
290
void SceneGraph::TriangleMeshNode::calculateInDegree()
291
{
Callers
2
SceneGraphFlattener
Method · 0.80
XMLWriter
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected