Public Member Functions | |
DownConnection (PandaNode *child, int sort) | |
PandaNode * | get_child () const |
int | get_sort () const |
bool | operator< (const DownConnection &other) const |
Provides a partial ordering on the children of a node so that they are ranked first in sort order, and then (by virtue of the ordered_vector) in the order they were added. More... | |
void | set_child (PandaNode *child) |
This is only called by PandaNode::replace_child(). More... | |
Definition at line 448 of file pandaNode.h.
|
inline |
Provides a partial ordering on the children of a node so that they are ranked first in sort order, and then (by virtue of the ordered_vector) in the order they were added.
Definition at line 748 of file pandaNode.I.
|
inline |
This is only called by PandaNode::replace_child().
Definition at line 764 of file pandaNode.I.