Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Ogre::Node Member List

This is the complete list of members for Ogre::Node, including all inherited members.
_getDerivedOrientation(void) const Ogre::Node [virtual]
_getDerivedPosition(void) const Ogre::Node [virtual]
_getDerivedScale(void) const Ogre::Node [virtual]
_getFullTransform(void) const Ogre::Node [virtual]
_update(bool updateChildren, bool parentHasChanged)Ogre::Node [virtual]
_updateCustomGpuParameter(const GpuProgramParameters::AutoConstantEntry &constantEntry, GpuProgramParameters *params) const Ogre::Renderable [virtual]
_updateFromParent(void) const Ogre::Node [protected, virtual]
_weightedTransform(Real weight, const Vector3 &translate, const Quaternion &rotate, const Vector3 &scale)Ogre::Node [virtual]
addChild(Node *child)Ogre::Node [virtual]
cancelUpdate(Node *child)Ogre::Node [virtual]
ChildNodeIterator typedefOgre::Node
ChildNodeMap typedefOgre::Node
ChildUpdateSet typedefOgre::Node [protected]
ConstChildNodeIterator typedefOgre::Node
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)=0Ogre::Node [protected, pure virtual]
createChildImpl(const String &name)=0Ogre::Node [protected, pure virtual]
CustomParameterMap typedefOgre::Renderable [protected]
getCastsShadows(void) const Ogre::Renderable [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]
getClipPlanes() const Ogre::Renderable [virtual]
getCustomParameter(size_t index) const Ogre::Renderable
getInheritScale(void) const Ogre::Node [virtual]
getInitialOrientation(void) const Ogre::Node [virtual]
getInitialPosition(void) const Ogre::Node [virtual]
getInitialScale(void) const Ogre::Node [virtual]
getLights(void) const Ogre::Node [virtual]
getLocalAxes(void) const Ogre::Node [virtual]
getMaterial(void) const Ogre::Node [virtual]
getName(void) const Ogre::Node
getNormaliseNormals(void) const Ogre::Renderable [virtual]
getNumWorldTransforms(void) const Ogre::Renderable [virtual]
getOrientation() const Ogre::Node [virtual]
getParent(void) const Ogre::Node [virtual]
getPosition(void) const Ogre::Node [virtual]
getRenderDetail() const Ogre::Renderable [virtual]
getRenderDetailOverrideable(void) const Ogre::Renderable [virtual]
getRenderOperation(RenderOperation &op)Ogre::Node [virtual]
getScale(void) const Ogre::Node [virtual]
getSquaredViewDepth(const Camera *cam) const Ogre::Node [virtual]
getTechnique(void) const Ogre::Renderable [virtual]
getWorldOrientation(void) const Ogre::Node [virtual]
getWorldPosition(void) const Ogre::Node [virtual]
getWorldTransforms(Matrix4 *xform) const Ogre::Node [virtual]
mAccumAnimWeightOgre::Node [protected]
makeInverseTransform(const Vector3 &position, const Vector3 &scale, const Quaternion &orientation, Matrix4 &destMatrix)Ogre::Node [protected]
makeTransform(const Vector3 &position, const Vector3 &scale, const Quaternion &orientation, Matrix4 &destMatrix) const Ogre::Node [protected]
mCachedTransformOgre::Node [mutable, protected]
mCachedTransformOutOfDateOgre::Node [mutable, protected]
mChildrenOgre::Node [protected]
mChildrenToUpdateOgre::Node [mutable, protected]
mCustomParametersOgre::Renderable [protected]
mDerivedOrientationOgre::Node [mutable, protected]
mDerivedPositionOgre::Node [mutable, protected]
mDerivedScaleOgre::Node [mutable, protected]
mInheritScaleOgre::Node [protected]
mInitialOrientationOgre::Node [protected]
mInitialPositionOgre::Node [protected]
mInitialScaleOgre::Node [protected]
mNameOgre::Node [protected]
mNeedChildUpdateOgre::Node [mutable, protected]
mNeedParentUpdateOgre::Node [mutable, protected]
mOrientationOgre::Node [protected]
mParentOgre::Node [protected]
mParentNotifiedOgre::Node [mutable, protected]
mpMaterialOgre::Node [mutable, protected]
mPositionOgre::Node [protected]
mRenderDetailOverrideableOgre::Renderable [protected]
mRotFromInitialOgre::Node [protected]
mScaleOgre::Node [protected]
mScaleFromInitialOgre::Node [protected]
msDummyPlaneListOgre::Renderable [protected, static]
msNextGeneratedNameExtOgre::Node [protected, static]
mTransFromInitialOgre::Node [protected]
needUpdate()Ogre::Node [virtual]
Node()Ogre::Node
Node(const String &name)Ogre::Node
numChildren(void) const Ogre::Node [virtual]
pitch(const Radian &angle, TransformSpace relativeTo=TS_LOCAL)Ogre::Node [virtual]
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]
Renderable()Ogre::Renderable
requestUpdate(Node *child)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]
setCustomParameter(size_t index, const Vector4 &value)Ogre::Renderable
setInheritScale(bool inherit)Ogre::Node [virtual]
setInitialState(void)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]
setRenderDetailOverrideable(bool override)Ogre::Renderable [virtual]
setScale(const Vector3 &scale)Ogre::Node [virtual]
setScale(Real x, Real y, Real z)Ogre::Node [virtual]
TransformSpace enum nameOgre::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 valueOgre::Node
TS_PARENT enum valueOgre::Node
TS_WORLD enum valueOgre::Node
useIdentityProjection(void) const Ogre::Renderable [virtual]
useIdentityView(void) const Ogre::Renderable [virtual]
yaw(const Radian &angle, TransformSpace relativeTo=TS_LOCAL)Ogre::Node [virtual]
~Node()Ogre::Node [virtual]
~Renderable()Ogre::Renderable [virtual]

Copyright © 2000-2005 by The OGRE Team
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Feb 12 13:01:26 2006