OSG
3.4.0
|
#include <Command.h>
Protected Member Functions | |
virtual | ~TranslateInLineCommand () |
![]() | |
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::TranslateInLineCommand::TranslateInLineCommand | ( | ) |
osgManipulator::TranslateInLineCommand::TranslateInLineCommand | ( | const osg::LineSegment::vec_type & | s, |
const osg::LineSegment::vec_type & | e | ||
) |
|
protectedvirtual |
|
inlinevirtual |
Reimplemented from osgManipulator::MotionCommand.
Definition at line 112 of file Command.h.
|
inlinevirtual |
Reimplemented from osgManipulator::MotionCommand.
Definition at line 113 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.
|
inline |
|
inline |
|
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 124 of file Command.h.
|
inline |
|
inline |
|
inline |