_getDerivedOrientation(void) const | Ogre::Node | [virtual] |
_getDerivedPosition(void) const | Ogre::Node | [virtual] |
_getDerivedScale(void) const | Ogre::Node | [virtual] |
_getFullTransform(void) const | Ogre::Node | [virtual] |
_setDerivedOrientation(const Quaternion &q) | Ogre::Node | [virtual] |
_setDerivedPosition(const Vector3 &pos) | Ogre::Node | [virtual] |
_update(bool updateChildren, bool parentHasChanged) | Ogre::Node | [virtual] |
_updateFromParent(void) const | Ogre::Node | [protected, virtual] |
addChild(Node *child) | Ogre::Node | [virtual] |
AllocatedObject() | Ogre::AllocatedObject< Alloc > | [explicit] |
cancelUpdate(Node *child) | Ogre::Node | [virtual] |
ChildNodeIterator typedef | Ogre::Node | |
ChildNodeMap typedef | Ogre::Node | |
ChildUpdateSet typedef | Ogre::Node | [protected] |
ConstChildNodeIterator typedef | Ogre::Node | |
convertLocalToWorldOrientation(const Quaternion &localOrientation) | Ogre::Node | [virtual] |
convertLocalToWorldPosition(const Vector3 &localPos) | Ogre::Node | [virtual] |
convertWorldToLocalOrientation(const Quaternion &worldOrientation) | Ogre::Node | [virtual] |
convertWorldToLocalPosition(const Vector3 &worldPos) | Ogre::Node | [virtual] |
createChild(const Vector3 &translate=Vector3::ZERO, const Quaternion &rotate=Quaternion::IDENTITY) | Ogre::Node | [virtual] |
createChild(const String &name, const Vector3 &translate=Vector3::ZERO, const Quaternion &rotate=Quaternion::IDENTITY) | Ogre::Node | [virtual] |
createChildImpl(void)=0 | Ogre::Node | [protected, pure virtual] |
createChildImpl(const String &name)=0 | Ogre::Node | [protected, pure virtual] |
getChild(unsigned short index) const | Ogre::Node | [virtual] |
getChild(const String &name) const | Ogre::Node | [virtual] |
getChildIterator(void) | Ogre::Node | [virtual] |
getChildIterator(void) const | Ogre::Node | [virtual] |
getDebugRenderable(Real scaling) | Ogre::Node | [virtual] |
getInheritOrientation(void) const | Ogre::Node | [virtual] |
getInheritScale(void) const | Ogre::Node | [virtual] |
getInitialOrientation(void) const | Ogre::Node | [virtual] |
getInitialPosition(void) const | Ogre::Node | [virtual] |
getInitialScale(void) const | Ogre::Node | [virtual] |
getListener(void) const | Ogre::Node | [virtual] |
getLocalAxes(void) const | Ogre::Node | [virtual] |
getName(void) const | Ogre::Node | |
getOrientation() const | Ogre::Node | [virtual] |
getParent(void) const | Ogre::Node | [virtual] |
getPosition(void) const | Ogre::Node | [virtual] |
getScale(void) const | Ogre::Node | [virtual] |
getSquaredViewDepth(const Camera *cam) const | Ogre::Node | [virtual] |
getUserAny(void) const | Ogre::Node | [virtual] |
getUserObjectBindings() | Ogre::Node | |
getUserObjectBindings() const | Ogre::Node | |
mCachedTransform | Ogre::Node | [mutable, protected] |
mCachedTransformOutOfDate | Ogre::Node | [mutable, protected] |
mChildren | Ogre::Node | [protected] |
mChildrenToUpdate | Ogre::Node | [mutable, protected] |
mDebug | Ogre::Node | [protected] |
mDerivedOrientation | Ogre::Node | [mutable, protected] |
mDerivedPosition | Ogre::Node | [mutable, protected] |
mDerivedScale | Ogre::Node | [mutable, protected] |
mInheritOrientation | Ogre::Node | [protected] |
mInheritScale | Ogre::Node | [protected] |
mInitialOrientation | Ogre::Node | [protected] |
mInitialPosition | Ogre::Node | [protected] |
mInitialScale | Ogre::Node | [protected] |
mListener | Ogre::Node | [protected] |
mName | Ogre::Node | [protected] |
mNeedChildUpdate | Ogre::Node | [mutable, protected] |
mNeedParentUpdate | Ogre::Node | [mutable, protected] |
mOrientation | Ogre::Node | [protected] |
mParent | Ogre::Node | [protected] |
mParentNotified | Ogre::Node | [mutable, protected] |
mPosition | Ogre::Node | [protected] |
mQueuedForUpdate | Ogre::Node | [mutable, protected] |
mScale | Ogre::Node | [protected] |
msNameGenerator | Ogre::Node | [protected, static] |
msQueuedUpdates | Ogre::Node | [protected, static] |
mUserObjectBindings | Ogre::Node | [protected] |
needUpdate(bool forceParentUpdate=false) | Ogre::Node | [virtual] |
Node() | Ogre::Node | |
Node(const String &name) | Ogre::Node | |
numChildren(void) const | Ogre::Node | [virtual] |
operator delete(void *ptr) | Ogre::AllocatedObject< Alloc > | |
operator delete(void *ptr, void *) | Ogre::AllocatedObject< Alloc > | |
operator delete(void *ptr, const char *, int, const char *) | Ogre::AllocatedObject< Alloc > | |
operator delete[](void *ptr) | Ogre::AllocatedObject< Alloc > | |
operator delete[](void *ptr, const char *, int, const char *) | Ogre::AllocatedObject< Alloc > | |
operator new(size_t sz, const char *file, int line, const char *func) | Ogre::AllocatedObject< Alloc > | |
operator new(size_t sz) | Ogre::AllocatedObject< Alloc > | |
operator new(size_t sz, void *ptr) | Ogre::AllocatedObject< Alloc > | |
operator new[](size_t sz, const char *file, int line, const char *func) | Ogre::AllocatedObject< Alloc > | |
operator new[](size_t sz) | Ogre::AllocatedObject< Alloc > | |
pitch(const Radian &angle, TransformSpace relativeTo=TS_LOCAL) | Ogre::Node | [virtual] |
processQueuedUpdates(void) | Ogre::Node | [static] |
QueuedUpdates typedef | Ogre::Node | [protected] |
queueNeedUpdate(Node *n) | Ogre::Node | [static] |
removeAllChildren(void) | Ogre::Node | [virtual] |
removeChild(unsigned short index) | Ogre::Node | [virtual] |
removeChild(Node *child) | Ogre::Node | [virtual] |
removeChild(const String &name) | Ogre::Node | [virtual] |
requestUpdate(Node *child, bool forceParentUpdate=false) | Ogre::Node | [virtual] |
resetOrientation(void) | Ogre::Node | [virtual] |
resetToInitialState(void) | Ogre::Node | [virtual] |
roll(const Radian &angle, TransformSpace relativeTo=TS_LOCAL) | Ogre::Node | [virtual] |
rotate(const Vector3 &axis, const Radian &angle, TransformSpace relativeTo=TS_LOCAL) | Ogre::Node | [virtual] |
rotate(const Quaternion &q, TransformSpace relativeTo=TS_LOCAL) | Ogre::Node | [virtual] |
scale(const Vector3 &scale) | Ogre::Node | [virtual] |
scale(Real x, Real y, Real z) | Ogre::Node | [virtual] |
setInheritOrientation(bool inherit) | Ogre::Node | [virtual] |
setInheritScale(bool inherit) | Ogre::Node | [virtual] |
setInitialState(void) | Ogre::Node | [virtual] |
setListener(Listener *listener) | Ogre::Node | [virtual] |
setOrientation(const Quaternion &q) | Ogre::Node | [virtual] |
setOrientation(Real w, Real x, Real y, Real z) | Ogre::Node | [virtual] |
setParent(Node *parent) | Ogre::Node | [protected, virtual] |
setPosition(const Vector3 &pos) | Ogre::Node | [virtual] |
setPosition(Real x, Real y, Real z) | Ogre::Node | [virtual] |
setScale(const Vector3 &scale) | Ogre::Node | [virtual] |
setScale(Real x, Real y, Real z) | Ogre::Node | [virtual] |
setUserAny(const Any &anything) | Ogre::Node | [virtual] |
TransformSpace enum name | Ogre::Node | |
translate(const Vector3 &d, TransformSpace relativeTo=TS_PARENT) | Ogre::Node | [virtual] |
translate(Real x, Real y, Real z, TransformSpace relativeTo=TS_PARENT) | Ogre::Node | [virtual] |
translate(const Matrix3 &axes, const Vector3 &move, TransformSpace relativeTo=TS_PARENT) | Ogre::Node | [virtual] |
translate(const Matrix3 &axes, Real x, Real y, Real z, TransformSpace relativeTo=TS_PARENT) | Ogre::Node | [virtual] |
TS_LOCAL enum value | Ogre::Node | |
TS_PARENT enum value | Ogre::Node | |
TS_WORLD enum value | Ogre::Node | |
updateFromParentImpl(void) const | Ogre::Node | [protected, virtual] |
yaw(const Radian &angle, TransformSpace relativeTo=TS_LOCAL) | Ogre::Node | [virtual] |
~AllocatedObject() | Ogre::AllocatedObject< Alloc > | |
~Node() | Ogre::Node | [virtual] |
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:38:28 2012