MCPcopy 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

SceneGraphFlattenerMethod · 0.80
XMLWriterMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected