|
OSG
3.4.0
|
#include <Constraint.h>


Public Member Functions | |
| virtual bool | constrain (MotionCommand &) const |
| virtual bool | constrain (TranslateInLineCommand &command) const |
| virtual bool | constrain (TranslateInPlaneCommand &command) const |
| virtual bool | constrain (Scale1DCommand &command) const |
| virtual bool | constrain (Scale2DCommand &command) const |
| virtual bool | constrain (ScaleUniformCommand &command) const |
| virtual bool | constrain (Rotate3DCommand &command) const |
Public Member Functions inherited from osg::Referenced | |
| Referenced () | |
| Referenced (bool threadSafeRefUnref) | |
| Referenced (const Referenced &) | |
| Referenced & | operator= (const Referenced &) |
| virtual void | setThreadSafeRefUnref (bool threadSafe) |
| bool | getThreadSafeRefUnref () const |
| OpenThreads::Mutex * | getRefMutex () const |
| int | ref () const |
| int | unref () const |
| int | unref_nodelete () const |
| int | referenceCount () const |
| ObserverSet * | getObserverSet () const |
| ObserverSet * | getOrCreateObserverSet () const |
| void | addObserver (Observer *observer) const |
| void | removeObserver (Observer *observer) const |
Protected Member Functions | |
| Constraint () | |
| Constraint (osg::Node &refNode) | |
| virtual | ~Constraint () |
| osg::Node & | getReferenceNode () |
| const osg::Node & | getReferenceNode () const |
| const osg::Matrix & | getLocalToWorld () const |
| const osg::Matrix & | getWorldToLocal () const |
| void | computeLocalToWorldAndWorldToLocal () const |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
Definition at line 59 of file Constraint.h.
|
inlineprotected |
Definition at line 73 of file Constraint.h.
|
inlineprotected |
Definition at line 74 of file Constraint.h.
|
inlineprotectedvirtual |
Definition at line 75 of file Constraint.h.
|
protected |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in osgManipulator::GridConstraint.
Definition at line 64 of file Constraint.h.


|
inlinevirtual |
Reimplemented in osgManipulator::GridConstraint.
Definition at line 65 of file Constraint.h.


|
inlinevirtual |
Reimplemented in osgManipulator::GridConstraint.
Definition at line 66 of file Constraint.h.


|
inlinevirtual |
Reimplemented in osgManipulator::GridConstraint.
Definition at line 67 of file Constraint.h.


|
inlinevirtual |
Reimplemented in osgManipulator::GridConstraint.
Definition at line 68 of file Constraint.h.


|
inlinevirtual |
Definition at line 69 of file Constraint.h.


|
inlineprotected |
Definition at line 80 of file Constraint.h.
|
inlineprotected |
Definition at line 77 of file Constraint.h.
|
inlineprotected |
Definition at line 78 of file Constraint.h.
|
inlineprotected |
Definition at line 81 of file Constraint.h.
1.8.8