Panda3D
|
Public Member Functions | |
Parents (const CData *cdata) | |
Parents (const Parents ©) | |
int | get_num_parents () const |
Returns the number of parents of the node. More... | |
PandaNode * | get_parent (int n) const |
Returns the nth parent of the node. More... | |
void | operator= (const Parents ©) |
Definition at line 733 of file pandaNode.h.
|
inline |
Returns the number of parents of the node.
Definition at line 1365 of file pandaNode.I.
References get_parent().
Referenced by Character::cull_callback(), PandaNode::Stashed::get_stashed_sort(), PandaNode::is_ambient_light(), PandaNode::is_under_scene_root(), PandaNode::r_prepare_scene(), and PandaNode::replace_node().
|
inline |
Returns the nth parent of the node.
Definition at line 1376 of file pandaNode.I.
References PipelineCycler< CycleDataType >::read_unlocked(), and PandaNodePipelineReader::release().
Referenced by Character::cull_callback(), get_num_parents(), PandaNode::is_ambient_light(), PandaNode::is_under_scene_root(), PandaNode::r_prepare_scene(), and PandaNode::replace_node().