15 #include "selectiveChildNode.h" 55 return _selected_child;
int get_num_children(Thread *current_thread=Thread::get_current_thread()) const
Returns the number of child nodes this node has.
virtual int get_first_visible_child() const
Returns the index number of the first visible child of this node, or a number >= get_num_children() i...
virtual bool has_selective_visibility() const
Should be overridden by derived classes to return true if this kind of node has some restrictions on ...
TypeHandle is the identifier used to differentiate C++ class types.
virtual int get_next_visible_child(int n) const
Returns the index number of the next visible child of this node following the indicated child...