OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | List of all members
osgManipulator::TranslateInPlaneCommand Class Reference

#include <Command.h>

Inheritance diagram for osgManipulator::TranslateInPlaneCommand:
Inheritance graph
[legend]
Collaboration diagram for osgManipulator::TranslateInPlaneCommand:
Collaboration graph
[legend]

Public Member Functions

 TranslateInPlaneCommand ()
 
 TranslateInPlaneCommand (const osg::Plane &plane)
 
virtual void accept (const Constraint &constraint)
 
virtual void accept (DraggerCallback &callback)
 
virtual MotionCommandcreateCommandInverse ()
 
void setPlane (const osg::Plane &plane)
 
const osg::PlanegetPlane () const
 
void setTranslation (const osg::Vec3d &t)
 
const osg::Vec3dgetTranslation () const
 
void setReferencePoint (const osg::Vec3d &rp)
 
const osg::Vec3dgetReferencePoint () 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::MatrixgetLocalToWorld () const
 
const osg::MatrixgetWorldToLocal () const
 
void setStage (const Stage s)
 
Stage getStage () const
 
- Public Member Functions inherited from osg::Referenced
 Referenced ()
 
 Referenced (bool threadSafeRefUnref)
 
 Referenced (const Referenced &)
 
Referencedoperator= (const Referenced &)
 
virtual void setThreadSafeRefUnref (bool threadSafe)
 
bool getThreadSafeRefUnref () const
 
OpenThreads::MutexgetRefMutex () const
 
int ref () const
 
int unref () const
 
int unref_nodelete () const
 
int referenceCount () const
 
ObserverSetgetObserverSet () const
 
ObserverSetgetOrCreateObserverSet () const
 
void addObserver (Observer *observer) const
 
void removeObserver (Observer *observer) const
 

Protected Member Functions

virtual ~TranslateInPlaneCommand ()
 
- 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::MutexgetGlobalReferencedMutex ()
 
static void setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting)
 
static bool getThreadSafeReferenceCounting ()
 
static void setDeleteHandler (DeleteHandler *handler)
 
static DeleteHandlergetDeleteHandler ()
 
- Protected Attributes inherited from osg::Referenced
OpenThreads::AtomicPtr _observerSet
 
OpenThreads::Atomic _refCount
 

Detailed Description

Command for translating in a plane.

Definition at line 141 of file Command.h.

Constructor & Destructor Documentation

osgManipulator::TranslateInPlaneCommand::TranslateInPlaneCommand ( )
osgManipulator::TranslateInPlaneCommand::TranslateInPlaneCommand ( const osg::Plane plane)
virtual osgManipulator::TranslateInPlaneCommand::~TranslateInPlaneCommand ( )
protectedvirtual

Member Function Documentation

virtual void osgManipulator::TranslateInPlaneCommand::accept ( const Constraint constraint)
inlinevirtual

Reimplemented from osgManipulator::MotionCommand.

Definition at line 149 of file Command.h.

Here is the call graph for this function:

virtual void osgManipulator::TranslateInPlaneCommand::accept ( DraggerCallback callback)
inlinevirtual

Reimplemented from osgManipulator::MotionCommand.

Definition at line 150 of file Command.h.

Here is the call graph for this function:

virtual MotionCommand* osgManipulator::TranslateInPlaneCommand::createCommandInverse ( )
virtual

create a MotionCommand that is the inverse of this command, and if applied will undo this commands changes.

Implements osgManipulator::MotionCommand.

virtual osg::Matrix osgManipulator::TranslateInPlaneCommand::getMotionMatrix ( ) const
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 164 of file Command.h.

Here is the call graph for this function:

const osg::Plane& osgManipulator::TranslateInPlaneCommand::getPlane ( ) const
inline

Definition at line 155 of file Command.h.

const osg::Vec3d& osgManipulator::TranslateInPlaneCommand::getReferencePoint ( ) const
inline

Definition at line 162 of file Command.h.

const osg::Vec3d& osgManipulator::TranslateInPlaneCommand::getTranslation ( ) const
inline

Definition at line 158 of file Command.h.

void osgManipulator::TranslateInPlaneCommand::setPlane ( const osg::Plane plane)
inline

Definition at line 154 of file Command.h.

void osgManipulator::TranslateInPlaneCommand::setReferencePoint ( const osg::Vec3d rp)
inline

ReferencePoint is used only for snapping.

Definition at line 161 of file Command.h.

void osgManipulator::TranslateInPlaneCommand::setTranslation ( const osg::Vec3d t)
inline

Definition at line 157 of file Command.h.


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