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