|
openscenegraph
|
#include <Command>
Protected Member Functions | |
| virtual | ~TranslateInLineCommand () |
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 | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
Command for translating in a line.
| osgManipulator::TranslateInLineCommand::TranslateInLineCommand | ( | ) |
| osgManipulator::TranslateInLineCommand::TranslateInLineCommand | ( | const osg::LineSegment::vec_type & | s, |
| const osg::LineSegment::vec_type & | e | ||
| ) |
|
protectedvirtual |
|
inlinevirtual |
Reimplemented from osgManipulator::MotionCommand.
|
inlinevirtual |
Reimplemented from osgManipulator::MotionCommand.
|
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.
|
inline |
|
inline |
|
inline |