OSG
3.4.0
|
#include <ActionVisitor.h>
Public Types | |
enum | ClearType { BEFORE_FRAME, AFTER_FRAME } |
Protected Attributes | |
unsigned int | _frame |
std::vector< osg::ref_ptr < Action > > | _remove |
ClearType | _clearType |
![]() | |
std::vector< FrameAction > | _stackFrameAction |
std::vector< Timeline * > | _stackTimeline |
int | _currentLayer |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
Definition at line 94 of file ActionVisitor.h.
Enumerator | |
---|---|
BEFORE_FRAME | |
AFTER_FRAME |
Definition at line 97 of file ActionVisitor.h.
osgAnimation::ClearActionVisitor::ClearActionVisitor | ( | ClearType | type = BEFORE_FRAME | ) |
|
virtual |
Reimplemented from osgAnimation::ActionVisitor.
|
virtual |
Reimplemented from osgAnimation::ActionVisitor.
osgAnimation::ClearActionVisitor::META_ActionVisitor | ( | osgAnimation | , |
ClearActionVisitor | |||
) |
|
inline |
Definition at line 104 of file ActionVisitor.h.
|
protected |
Definition at line 112 of file ActionVisitor.h.
|
protected |
Definition at line 110 of file ActionVisitor.h.
|
protected |
Definition at line 111 of file ActionVisitor.h.