OSG
3.4.0
|
#include <Command.h>
Protected Member Functions | |
virtual | ~ScaleUniformCommand () |
![]() | |
virtual | ~MotionCommand () |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
Additional Inherited Members | |
![]() | |
enum | Stage { NONE, START, MOVE, FINISH } |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
osgManipulator::ScaleUniformCommand::ScaleUniformCommand | ( | ) |
|
protectedvirtual |
|
inlinevirtual |
Reimplemented from osgManipulator::MotionCommand.
Definition at line 278 of file Command.h.
|
inlinevirtual |
Reimplemented from osgManipulator::MotionCommand.
Definition at line 279 of file Command.h.
|
virtual |
create a MotionCommand that is the inverse of this command, and if applied will undo this commands changes.
Implements osgManipulator::MotionCommand.
|
inlinevirtual |
Gets the matrix for transforming the object being dragged. This matrix is in the command's coordinate systems.
Implements osgManipulator::MotionCommand.
Definition at line 289 of file Command.h.
|
inline |
|
inline |
|
inline |
|
inline |