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::Scale2DCommand Class Reference

#include <Command.h>

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

Public Member Functions

 Scale2DCommand ()
 
virtual void accept (const Constraint &constraint)
 
virtual void accept (DraggerCallback &callback)
 
virtual MotionCommandcreateCommandInverse ()
 
void setScale (const osg::Vec2d &s)
 
const osg::Vec2dgetScale () const
 
void setScaleCenter (const osg::Vec2d &center)
 
const osg::Vec2dgetScaleCenter () const
 
void setReferencePoint (const osg::Vec2d &rp)
 
const osg::Vec2dgetReferencePoint () const
 
void setMinScale (const osg::Vec2d &min)
 
const osg::Vec2dgetMinScale () 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 ~Scale2DCommand ()
 
- 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 2D scaling.

Definition at line 227 of file Command.h.

Constructor & Destructor Documentation

osgManipulator::Scale2DCommand::Scale2DCommand ( )
virtual osgManipulator::Scale2DCommand::~Scale2DCommand ( )
protectedvirtual

Member Function Documentation

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

Reimplemented from osgManipulator::MotionCommand.

Definition at line 233 of file Command.h.

Here is the call graph for this function:

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

Reimplemented from osgManipulator::MotionCommand.

Definition at line 234 of file Command.h.

Here is the call graph for this function:

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

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

Implements osgManipulator::MotionCommand.

const osg::Vec2d& osgManipulator::Scale2DCommand::getMinScale ( ) const
inline

Definition at line 249 of file Command.h.

virtual osg::Matrix osgManipulator::Scale2DCommand::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 251 of file Command.h.

Here is the call graph for this function:

const osg::Vec2d& osgManipulator::Scale2DCommand::getReferencePoint ( ) const
inline

Definition at line 246 of file Command.h.

const osg::Vec2d& osgManipulator::Scale2DCommand::getScale ( ) const
inline

Definition at line 239 of file Command.h.

const osg::Vec2d& osgManipulator::Scale2DCommand::getScaleCenter ( ) const
inline

Definition at line 242 of file Command.h.

void osgManipulator::Scale2DCommand::setMinScale ( const osg::Vec2d min)
inline

Definition at line 248 of file Command.h.

void osgManipulator::Scale2DCommand::setReferencePoint ( const osg::Vec2d rp)
inline

ReferencePoint is used only for snapping.

Definition at line 245 of file Command.h.

void osgManipulator::Scale2DCommand::setScale ( const osg::Vec2d s)
inline

Definition at line 238 of file Command.h.

void osgManipulator::Scale2DCommand::setScaleCenter ( const osg::Vec2d center)
inline

Definition at line 241 of file Command.h.


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