Panda3D
Public Member Functions | List of all members
PandaNode::Parents Class Reference

Public Member Functions

 Parents (const CData *cdata)
 
 Parents (const Parents &copy)
 
 Parents (Parents &&from) noexcept
 
size_t get_num_parents () const
 Returns the number of parents of the node. More...
 
PandaNodeget_parent (size_t n) const
 Returns the nth parent of the node. More...
 
PandaNodeoperator [] (size_t n) const
 
void operator= (const Parents &copy)
 
void operator= (Parents &&from) noexcept
 
size_t size () const
 

Detailed Description

Definition at line 754 of file pandaNode.h.

Member Function Documentation

◆ get_num_parents()

size_t PandaNode::Parents::get_num_parents ( ) const
inline

Returns the number of parents of the node.

Definition at line 1113 of file pandaNode.I.

◆ get_parent()

PandaNode * PandaNode::Parents::get_parent ( size_t  n) const
inline

Returns the nth parent of the node.

Definition at line 1122 of file pandaNode.I.


The documentation for this class was generated from the following files: