MCPcopy Create free account
hub / github.com/RenderKit/embree / calculateStatistics

Method calculateStatistics

tutorials/common/scenegraph/scenegraph.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 void SceneGraph::Node::calculateStatistics(Statistics& stat) {
122 indegree++;
123 }
124
125 void SceneGraph::PerspectiveCameraNode::calculateStatistics(Statistics& stat)
126 {

Callers

nothing calls this directly

Calls 3

numPrimitivesFunction · 0.85
resetInDegreeMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected