Public Member Functions | |
| Children (const CData *cdata) | |
| Children (const Children ©) | |
| Children (Children &&from) noexcept | |
| PandaNode * | get_child (size_t n) const |
| Returns the nth child of the node. More... | |
| int | get_child_sort (size_t n) const |
| Returns the sort index of the nth child node of this node (that is, the number that was passed to add_child()). More... | |
| size_t | get_num_children () const |
| Returns the number of children of the node. More... | |
| PandaNode * | operator [] (size_t n) const |
| void | operator= (const Children ©) |
| void | operator= (Children &&from) noexcept |
| size_t | size () const |
Definition at line 708 of file pandaNode.h.
|
inline |
Returns the nth child of the node.
Definition at line 962 of file pandaNode.I.
|
inline |
Returns the sort index of the nth child node of this node (that is, the number that was passed to add_child()).
See get_num_children().
Definition at line 973 of file pandaNode.I.
|
inline |
Returns the number of children of the node.
Definition at line 953 of file pandaNode.I.
Referenced by RigidBodyCombiner::collect(), PandaNode::copy_children(), and DataGraphTraverser::traverse_below().
1.8.15