14#ifndef CYCLEDATASTAGEWRITER_H
15#define CYCLEDATASTAGEWRITER_H
30template<
class CycleDataType>
58 INLINE
operator CycleDataType * ();
67 CycleDataType *_pointer;
71 CycleDataType *_pointer;
This class is similar to CycleDataLockedReader, except it allows reading from a particular stage of t...
This class is similar to CycleDataWriter, except it allows writing to a particular stage of the pipel...
Thread * get_current_thread() const
Returns the Thread pointer of the currently-executing thread, as passed to the constructor of this ob...
CycleDataType * operator->()
This provides an indirect member access to the actual CycleData data.
A thread; that is, a lightweight process.
get_current_thread
Returns a pointer to the currently-executing Thread object.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class maintains different copies of a page of data between stages of the graphics pipeline (or a...