MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / first

Method first

include/reactphysics3d/utils/Profiler.h:443–445  ·  view source on GitHub ↗

Go to the first node

Source from the content-addressed store, hash-verified

441
442// Go to the first node
443RP3D_FORCE_INLINE void ProfileNodeIterator::first() {
444 mCurrentChildNode = mCurrentParentNode->getChildNode();
445}
446
447// Go to the next node
448RP3D_FORCE_INLINE void ProfileNodeIterator::next() {

Callers 1

Calls 1

getChildNodeMethod · 0.80

Tested by

no test coverage detected