#include <pandaNode.h>
Public Member Functions | |
ChildrenCopy (const CDReader &cdata) | |
ChildrenCopy (const ChildrenCopy ©) | |
void | operator= (const ChildrenCopy ©) |
int | get_num_children () const |
Returns the number of children of the node. | |
PandaNode * | get_child (int n) const |
Returns the nth child of the node. | |
Private Types | |
typedef PointerToArray< PointerTo< PandaNode > > | List |
Private Attributes | |
List | _list |
|
Definition at line 357 of file pandaNode.h. |
|
Definition at line 406 of file pandaNode.cxx. |
|
Definition at line 256 of file pandaNode.I. |
|
Returns the nth child of the node.
Definition at line 295 of file pandaNode.I. |
|
Returns the number of children of the node.
Definition at line 282 of file pandaNode.I. |
|
Definition at line 269 of file pandaNode.I. References INLINE. |
|
Definition at line 358 of file pandaNode.h. |