openscenegraph
Public Member Functions | Protected Attributes
osgManipulator::DraggerTransformCallback Class Reference
Inheritance diagram for osgManipulator::DraggerTransformCallback:
osgManipulator::DraggerCallback osg::Object osg::Referenced

List of all members.

Public Member Functions

 DraggerTransformCallback (osg::MatrixTransform *transform)
virtual bool receive (const MotionCommand &)
osg::MatrixTransformgetTransform ()
const osg::MatrixTransformgetTransform () const

Protected Attributes

osg::observer_ptr
< osg::MatrixTransform
_transform
osg::Matrix _startMotionMatrix
osg::Matrix _localToWorld
osg::Matrix _worldToLocal

Constructor & Destructor Documentation

osgManipulator::DraggerTransformCallback::DraggerTransformCallback ( osg::MatrixTransform transform)

Member Function Documentation

osg::MatrixTransform* osgManipulator::DraggerTransformCallback::getTransform ( ) [inline]
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.


Member Data Documentation


The documentation for this class was generated from the following file: