|
OSG
3.4.0
|
#include <Command.h>


Public Member Functions | |
| Scale1DCommand () | |
| virtual void | accept (const Constraint &constraint) |
| virtual void | accept (DraggerCallback &callback) |
| virtual MotionCommand * | createCommandInverse () |
| void | setScale (double s) |
| double | getScale () const |
| void | setScaleCenter (double center) |
| double | getScaleCenter () const |
| void | setReferencePoint (double rp) |
| double | getReferencePoint () const |
| void | setMinScale (double min) |
| double | getMinScale () const |
| virtual osg::Matrix | getMotionMatrix () const |
Public Member Functions inherited from osgManipulator::MotionCommand | |
| MotionCommand () | |
| void | setLocalToWorldAndWorldToLocal (const osg::Matrix &localToWorld, const osg::Matrix &worldToLocal) |
| const osg::Matrix & | getLocalToWorld () const |
| const osg::Matrix & | getWorldToLocal () const |
| void | setStage (const Stage s) |
| Stage | getStage () const |
Public Member Functions inherited from osg::Referenced | |
| Referenced () | |
| Referenced (bool threadSafeRefUnref) | |
| Referenced (const Referenced &) | |
| Referenced & | operator= (const Referenced &) |
| virtual void | setThreadSafeRefUnref (bool threadSafe) |
| bool | getThreadSafeRefUnref () const |
| OpenThreads::Mutex * | getRefMutex () const |
| int | ref () const |
| int | unref () const |
| int | unref_nodelete () const |
| int | referenceCount () const |
| ObserverSet * | getObserverSet () const |
| ObserverSet * | getOrCreateObserverSet () const |
| void | addObserver (Observer *observer) const |
| void | removeObserver (Observer *observer) const |
Protected Member Functions | |
| virtual | ~Scale1DCommand () |
Protected Member Functions inherited from osgManipulator::MotionCommand | |
| virtual | ~MotionCommand () |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Additional Inherited Members | |
Public Types inherited from osgManipulator::MotionCommand | |
| enum | Stage { NONE, START, MOVE, FINISH } |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
| osgManipulator::Scale1DCommand::Scale1DCommand | ( | ) |
|
protectedvirtual |
|
inlinevirtual |
Reimplemented from osgManipulator::MotionCommand.
Definition at line 188 of file Command.h.

|
inlinevirtual |
Reimplemented from osgManipulator::MotionCommand.
Definition at line 189 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 |
|
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 206 of file Command.h.

|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.8