Return a pointer to a sibling node
| 456 | |
| 457 | // Return a pointer to a sibling node |
| 458 | RP3D_FORCE_INLINE ProfileNode* ProfileNode::getSiblingNode() { |
| 459 | return mSiblingNode; |
| 460 | } |
| 461 | |
| 462 | // Return a pointer to a child node |
| 463 | RP3D_FORCE_INLINE ProfileNode* ProfileNode::getChildNode() { |
no outgoing calls
no test coverage detected