MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / Node_getGroupNode

Function Node_getGroupNode

include/igroupnode.h:34–37  ·  view source on GitHub ↗

greebo: Cast a node onto a GroupNode pointer * * @returns: an empty pointer on failure, the pointer to the class otherwise. */

Source from the content-addressed store, hash-verified

32 * @returns: an empty pointer on failure, the pointer to the class otherwise.
33 */
34inline scene::GroupNodePtr Node_getGroupNode(const scene::INodePtr& node)
35{
36 return std::dynamic_pointer_cast<scene::GroupNode>(node);
37}

Callers 7

preMethod · 0.85
preMethod · 0.85
getParentGroupEntityMethod · 0.85
visitMethod · 0.85
visitMethod · 0.85
createCMFromSelectionFunction · 0.85

Calls

no outgoing calls

Tested by 1

getParentGroupEntityMethod · 0.68