OpenSceneGraph
3.0.1
|
Public Member Functions | |
DraggerTransformCallback (osg::MatrixTransform *transform) | |
virtual bool | receive (const MotionCommand &) |
Receive motion commands. | |
osg::MatrixTransform * | getTransform () |
const osg::MatrixTransform * | getTransform () const |
Protected Attributes | |
osg::observer_ptr < osg::MatrixTransform > | _transform |
osg::Matrix | _startMotionMatrix |
osg::Matrix | _localToWorld |
osg::Matrix | _worldToLocal |
osgManipulator::DraggerTransformCallback::DraggerTransformCallback | ( | osg::MatrixTransform * | transform | ) |
osg::MatrixTransform* osgManipulator::DraggerTransformCallback::getTransform | ( | ) | [inline] |
Referenced by osgManipulator::CommandManager::getConnectedSelections().
const osg::MatrixTransform* osgManipulator::DraggerTransformCallback::getTransform | ( | ) | const [inline] |
virtual bool osgManipulator::DraggerTransformCallback::receive | ( | const MotionCommand & | ) | [virtual] |
Receive motion commands.
Returns true on success.
Reimplemented from osgManipulator::DraggerCallback.
osg::observer_ptr<osg::MatrixTransform> osgManipulator::DraggerTransformCallback::_transform [protected] |
![]() | Generated at Mon Oct 3 2011 12:39:47 for the OpenSceneGraph by doxygen 1.7.5. |