15 #ifndef PIPELINECYCLERLINKS_H 16 #define PIPELINECYCLERLINKS_H 18 #include "pandabase.h" 19 #include "selectThreadImpl.h" 37 #ifdef THREADED_PIPELINE 39 INLINE ~PipelineCyclerLinks();
41 INLINE
void make_head();
42 INLINE
void clear_head();
44 INLINE
void remove_from_list();
45 INLINE
void insert_before(PipelineCyclerLinks *node);
47 INLINE
void take_list(PipelineCyclerLinks &other);
49 PipelineCyclerLinks *_prev, *_next;
54 #include "pipelineCyclerLinks.I" This just stores the pointers to implement a doubly-linked list of PipelineCyclers for a particular P...
This class manages a staged pipeline of data, for instance the render pipeline, so that each stage of...