osgManipulator::TranslateInLineCommand Class Reference

Inheritance diagram for osgManipulator::TranslateInLineCommand:

osgManipulator::MotionCommand osg::Referenced

List of all members.

Public Member Functions

 TranslateInLineCommand ()
 TranslateInLineCommand (const osg::Vec3 &s, const osg::Vec3 &e)
virtual bool execute ()
virtual bool unexecute ()
virtual void applyConstraint (const Constraint *)
void setLine (const osg::Vec3 &s, const osg::Vec3 &e)
const osg::Vec3getLineStart () const
const osg::Vec3getLineEnd () const
void setTranslation (const osg::Vec3 &t)
const osg::Vec3getTranslation () const
virtual osg::Matrix getMotionMatrix () const

Protected Member Functions

virtual ~TranslateInLineCommand ()


Detailed Description

Command for translating in a line.

Constructor & Destructor Documentation

osgManipulator::TranslateInLineCommand::TranslateInLineCommand (  ) 

osgManipulator::TranslateInLineCommand::TranslateInLineCommand ( const osg::Vec3 s,
const osg::Vec3 e 
)

virtual osgManipulator::TranslateInLineCommand::~TranslateInLineCommand (  )  [protected, virtual]


Member Function Documentation

virtual bool osgManipulator::TranslateInLineCommand::execute (  )  [virtual]

Execute the command.

Implements osgManipulator::MotionCommand.

virtual bool osgManipulator::TranslateInLineCommand::unexecute (  )  [virtual]

Undo the command. The inverse of this command is executed.

Implements osgManipulator::MotionCommand.

virtual void osgManipulator::TranslateInLineCommand::applyConstraint ( const Constraint  )  [virtual]

Apply a constraint to the command.

Implements osgManipulator::MotionCommand.

void osgManipulator::TranslateInLineCommand::setLine ( const osg::Vec3 s,
const osg::Vec3 e 
) [inline]

const osg::Vec3& osgManipulator::TranslateInLineCommand::getLineStart (  )  const [inline]

const osg::Vec3& osgManipulator::TranslateInLineCommand::getLineEnd (  )  const [inline]

void osgManipulator::TranslateInLineCommand::setTranslation ( const osg::Vec3 t  )  [inline]

const osg::Vec3& osgManipulator::TranslateInLineCommand::getTranslation (  )  const [inline]

virtual osg::Matrix osgManipulator::TranslateInLineCommand::getMotionMatrix (  )  const [inline, virtual]

Gets the matrix for transforming the Selection. This matrix is in the command's coordinate systems.

Implements osgManipulator::MotionCommand.


The documentation for this class was generated from the following file:
Generated on Fri Jan 25 03:47:19 2008 for openscenegraph by  doxygen 1.5.4