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

Method getParentNode

include/reactphysics3d/utils/Profiler.h:453–455  ·  view source on GitHub ↗

Return a pointer to the parent node

Source from the content-addressed store, hash-verified

451
452// Return a pointer to the parent node
453RP3D_FORCE_INLINE ProfileNode* ProfileNode::getParentNode() {
454 return mParentNode;
455}
456
457// Return a pointer to a sibling node
458RP3D_FORCE_INLINE ProfileNode* ProfileNode::getSiblingNode() {

Callers 3

enterParentMethod · 0.80
stopProfilingBlockMethod · 0.80
isRootMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected