|
OSG
3.4.0
|
This is the complete list of members for osg::RefMatrixf, including all inherited members.
| _dataVariance | osg::Object | protected |
| _mat | osg::Matrixf | protected |
| _name | osg::Object | protected |
| _observerSet | osg::Referenced | mutableprotected |
| _refCount | osg::Referenced | mutableprotected |
| _userDataContainer | osg::Object | protected |
| addObserver(Observer *observer) const | osg::Referenced | |
| asNode() | osg::Object | inlinevirtual |
| asNode() const | osg::Object | inlinevirtual |
| asNodeVisitor() | osg::Object | inlinevirtual |
| asNodeVisitor() const | osg::Object | inlinevirtual |
| asStateAttribute() | osg::Object | inlinevirtual |
| asStateAttribute() const | osg::Object | inlinevirtual |
| asUniform() | osg::Object | inlinevirtual |
| asUniform() const | osg::Object | inlinevirtual |
| className() const | osg::RefMatrixf | inlinevirtual |
| clone(const CopyOp &) const | osg::RefMatrixf | inlinevirtual |
| cloneType() const | osg::RefMatrixf | inlinevirtual |
| compare(const Matrixf &m) const | osg::Matrixf | |
| computeDataVariance() | osg::Object | inlinevirtual |
| DataVariance enum name | osg::Object | |
| decompose(osg::Vec3f &translation, osg::Quat &rotation, osg::Vec3f &scale, osg::Quat &so) const | osg::Matrixf | |
| decompose(osg::Vec3d &translation, osg::Quat &rotation, osg::Vec3d &scale, osg::Quat &so) const | osg::Matrixf | |
| deleteUsingDeleteHandler() const | osg::Referenced | protected |
| DYNAMIC enum value | osg::Object | |
| frustum(double left, double right, double bottom, double top, double zNear, double zFar) | osg::Matrixf | inlinestatic |
| getCompoundClassName() const | osg::Object | inline |
| getDataVariance() const | osg::Object | inline |
| getDeleteHandler() | osg::Referenced | static |
| getFrustum(double &left, double &right, double &bottom, double &top, double &zNear, double &zFar) const | osg::Matrixf | |
| getFrustum(float &left, float &right, float &bottom, float &top, float &zNear, float &zFar) const | osg::Matrixf | |
| getGlobalReferencedMutex() | osg::Referenced | static |
| getLookAt(Vec3f &eye, Vec3f ¢er, Vec3f &up, value_type lookDistance=1.0f) const | osg::Matrixf | |
| getLookAt(Vec3d &eye, Vec3d ¢er, Vec3d &up, value_type lookDistance=1.0f) const | osg::Matrixf | |
| getName() const | osg::Object | inline |
| getObserverSet() const | osg::Referenced | inline |
| getOrCreateObserverSet() const | osg::Referenced | |
| getOrCreateUserDataContainer() | osg::Object | |
| getOrtho(double &left, double &right, double &bottom, double &top, double &zNear, double &zFar) const | osg::Matrixf | |
| getOrtho(float &left, float &right, float &bottom, float &top, float &zNear, float &zFar) const | osg::Matrixf | |
| getPerspective(double &fovy, double &aspectRatio, double &zNear, double &zFar) const | osg::Matrixf | |
| getPerspective(float &fovy, float &aspectRatio, float &zNear, float &zFar) const | osg::Matrixf | |
| getRefMutex() const | osg::Referenced | inline |
| getRotate() const | osg::Matrixf | |
| getScale() const | osg::Matrixf | inline |
| getThreadSafeReferenceCounting() | osg::Referenced | static |
| getThreadSafeRefUnref() const | osg::Referenced | inline |
| getTrans() const | osg::Matrixf | inline |
| getUserData() | osg::Object | virtual |
| getUserData() const | osg::Object | virtual |
| getUserDataContainer() | osg::Object | inline |
| getUserDataContainer() const | osg::Object | inline |
| getUserValue(const std::string &name, T &value) const | osg::Object | |
| getUserValue(const std::string &name, T &value) const | osg::Object | |
| identity(void) | osg::Matrixf | inlinestatic |
| inverse(const Matrixf &matrix) | osg::Matrixf | inlinestatic |
| invert(const Matrixf &rhs) | osg::Matrixf | inline |
| invert_4x3(const Matrixf &rhs) | osg::Matrixf | |
| invert_4x4(const Matrixf &rhs) | osg::Matrixf | |
| isIdentity() const | osg::Matrixf | inline |
| isNaN() const | osg::Matrixf | inline |
| isSameKindAs(const Object *obj) const | osg::RefMatrixf | inlinevirtual |
| libraryName() const | osg::RefMatrixf | inlinevirtual |
| lookAt(const Vec3f &eye, const Vec3f ¢er, const Vec3f &up) | osg::Matrixf | inlinestatic |
| lookAt(const Vec3d &eye, const Vec3d ¢er, const Vec3d &up) | osg::Matrixf | inlinestatic |
| makeFrustum(double left, double right, double bottom, double top, double zNear, double zFar) | osg::Matrixf | |
| makeIdentity() | osg::Matrixf | |
| makeLookAt(const Vec3d &eye, const Vec3d ¢er, const Vec3d &up) | osg::Matrixf | |
| makeOrtho(double left, double right, double bottom, double top, double zNear, double zFar) | osg::Matrixf | |
| makeOrtho2D(double left, double right, double bottom, double top) | osg::Matrixf | inline |
| makePerspective(double fovy, double aspectRatio, double zNear, double zFar) | osg::Matrixf | |
| makeRotate(const Vec3f &from, const Vec3f &to) | osg::Matrixf | |
| makeRotate(const Vec3d &from, const Vec3d &to) | osg::Matrixf | |
| makeRotate(value_type angle, const Vec3f &axis) | osg::Matrixf | |
| makeRotate(value_type angle, const Vec3d &axis) | osg::Matrixf | |
| makeRotate(value_type angle, value_type x, value_type y, value_type z) | osg::Matrixf | |
| makeRotate(const Quat &) | osg::Matrixf | |
| makeRotate(value_type angle1, const Vec3f &axis1, value_type angle2, const Vec3f &axis2, value_type angle3, const Vec3f &axis3) | osg::Matrixf | |
| makeRotate(value_type angle1, const Vec3d &axis1, value_type angle2, const Vec3d &axis2, value_type angle3, const Vec3d &axis3) | osg::Matrixf | |
| makeScale(const Vec3f &) | osg::Matrixf | |
| makeScale(const Vec3d &) | osg::Matrixf | |
| makeScale(value_type, value_type, value_type) | osg::Matrixf | |
| makeTranslate(const Vec3f &) | osg::Matrixf | |
| makeTranslate(const Vec3d &) | osg::Matrixf | |
| makeTranslate(value_type, value_type, value_type) | osg::Matrixf | |
| Matrixf() | osg::Matrixf | inline |
| Matrixf(const Matrixf &mat) | osg::Matrixf | inline |
| Matrixf(const Matrixd &mat) | osg::Matrixf | |
| Matrixf(float const *const ptr) | osg::Matrixf | inlineexplicit |
| Matrixf(double const *const ptr) | osg::Matrixf | inlineexplicit |
| Matrixf(const Quat &quat) | osg::Matrixf | inlineexplicit |
| Matrixf(value_type a00, value_type a01, value_type a02, value_type a03, value_type a10, value_type a11, value_type a12, value_type a13, value_type a20, value_type a21, value_type a22, value_type a23, value_type a30, value_type a31, value_type a32, value_type a33) | osg::Matrixf | |
| mult(const Matrixf &, const Matrixf &) | osg::Matrixf | |
| Object() | osg::Object | inline |
| Object(bool threadSafeRefUnref) | osg::Object | inlineexplicit |
| Object(const Object &, const CopyOp ©op=CopyOp::SHALLOW_COPY) | osg::Object | |
| operator!=(const Matrixf &m) const | osg::Matrixf | inline |
| operator()(int row, int col) | osg::Matrixf | inline |
| operator()(int row, int col) const | osg::Matrixf | inline |
| operator*(const Vec3f &v) const | osg::Matrixf | inline |
| operator*(const Vec3d &v) const | osg::Matrixf | inline |
| operator*(const Vec4f &v) const | osg::Matrixf | inline |
| operator*(const Vec4d &v) const | osg::Matrixf | inline |
| operator*(const Matrixf &m) const | osg::Matrixf | inline |
| operator*(value_type rhs) const | osg::Matrixf | inline |
| operator*=(const Matrixf &other) | osg::Matrixf | inline |
| operator*=(value_type rhs) | osg::Matrixf | inline |
| operator+(const Matrixf &rhs) const | osg::Matrixf | inline |
| operator+=(const Matrixf &rhs) | osg::Matrixf | inline |
| operator/(value_type rhs) const | osg::Matrixf | inline |
| operator/=(value_type rhs) | osg::Matrixf | inline |
| operator<(const Matrixf &m) const | osg::Matrixf | inline |
| osg::Referenced::operator=(const Referenced &) | osg::Referenced | inline |
| osg::Matrixf::operator=(const Matrixf &rhs) | osg::Matrixf | inline |
| osg::Matrixf::operator=(const Matrixd &other) | osg::Matrixf | |
| operator==(const Matrixf &m) const | osg::Matrixf | inline |
| ortho(double left, double right, double bottom, double top, double zNear, double zFar) | osg::Matrixf | inlinestatic |
| ortho2D(double left, double right, double bottom, double top) | osg::Matrixf | inlinestatic |
| orthoNormal(const Matrixf &matrix) | osg::Matrixf | inlinestatic |
| orthoNormalize(const Matrixf &rhs) | osg::Matrixf | |
| other_value_type typedef | osg::Matrixf | |
| perspective(double fovy, double aspectRatio, double zNear, double zFar) | osg::Matrixf | inlinestatic |
| postMult(const Vec3f &v) const | osg::Matrixf | inline |
| postMult(const Vec3d &v) const | osg::Matrixf | inline |
| postMult(const Vec4f &v) const | osg::Matrixf | inline |
| postMult(const Vec4d &v) const | osg::Matrixf | inline |
| postMult(const Matrixf &) | osg::Matrixf | |
| postMultRotate(const Quat &q) | osg::Matrixf | inline |
| postMultScale(const Vec3d &v) | osg::Matrixf | inline |
| postMultScale(const Vec3f &v) | osg::Matrixf | inline |
| postMultTranslate(const Vec3d &v) | osg::Matrixf | inline |
| postMultTranslate(const Vec3f &v) | osg::Matrixf | inline |
| preMult(const Vec3f &v) const | osg::Matrixf | inline |
| preMult(const Vec3d &v) const | osg::Matrixf | inline |
| preMult(const Vec4f &v) const | osg::Matrixf | inline |
| preMult(const Vec4d &v) const | osg::Matrixf | inline |
| preMult(const Matrixf &) | osg::Matrixf | |
| preMultRotate(const Quat &q) | osg::Matrixf | inline |
| preMultScale(const Vec3d &v) | osg::Matrixf | inline |
| preMultScale(const Vec3f &v) | osg::Matrixf | inline |
| preMultTranslate(const Vec3d &v) | osg::Matrixf | inline |
| preMultTranslate(const Vec3f &v) | osg::Matrixf | inline |
| ptr() | osg::Matrixf | inline |
| ptr() const | osg::Matrixf | inline |
| ref() const | osg::Referenced | inline |
| referenceCount() const | osg::Referenced | inline |
| Referenced() | osg::Referenced | |
| Referenced(bool threadSafeRefUnref) | osg::Referenced | explicit |
| Referenced(const Referenced &) | osg::Referenced | |
| RefMatrixf() | osg::RefMatrixf | inline |
| RefMatrixf(const Matrixf &other) | osg::RefMatrixf | inline |
| RefMatrixf(const Matrixd &other) | osg::RefMatrixf | inline |
| RefMatrixf(const RefMatrixf &other) | osg::RefMatrixf | inline |
| RefMatrixf(Matrixf::value_type const *const def) | osg::RefMatrixf | inlineexplicit |
| RefMatrixf(Matrixf::value_type a00, Matrixf::value_type a01, Matrixf::value_type a02, Matrixf::value_type a03, Matrixf::value_type a10, Matrixf::value_type a11, Matrixf::value_type a12, Matrixf::value_type a13, Matrixf::value_type a20, Matrixf::value_type a21, Matrixf::value_type a22, Matrixf::value_type a23, Matrixf::value_type a30, Matrixf::value_type a31, Matrixf::value_type a32, Matrixf::value_type a33) | osg::RefMatrixf | inline |
| releaseGLObjects(osg::State *=0) const | osg::Object | inlinevirtual |
| removeObserver(Observer *observer) const | osg::Referenced | |
| resizeGLObjectBuffers(unsigned int) | osg::Object | inlinevirtual |
| rotate(const Vec3f &from, const Vec3f &to) | osg::Matrixf | inlinestatic |
| rotate(const Vec3d &from, const Vec3d &to) | osg::Matrixf | inlinestatic |
| rotate(value_type angle, value_type x, value_type y, value_type z) | osg::Matrixf | inlinestatic |
| rotate(value_type angle, const Vec3f &axis) | osg::Matrixf | inlinestatic |
| rotate(value_type angle, const Vec3d &axis) | osg::Matrixf | inlinestatic |
| rotate(value_type angle1, const Vec3f &axis1, value_type angle2, const Vec3f &axis2, value_type angle3, const Vec3f &axis3) | osg::Matrixf | inlinestatic |
| rotate(value_type angle1, const Vec3d &axis1, value_type angle2, const Vec3d &axis2, value_type angle3, const Vec3d &axis3) | osg::Matrixf | inlinestatic |
| rotate(const Quat &quat) | osg::Matrixf | inlinestatic |
| scale(const Vec3f &sv) | osg::Matrixf | inlinestatic |
| scale(const Vec3d &sv) | osg::Matrixf | inlinestatic |
| scale(value_type sx, value_type sy, value_type sz) | osg::Matrixf | inlinestatic |
| set(const Matrixf &rhs) | osg::Matrixf | inline |
| set(const Matrixd &rhs) | osg::Matrixf | |
| set(float const *const ptr) | osg::Matrixf | inline |
| set(double const *const ptr) | osg::Matrixf | inline |
| set(value_type a00, value_type a01, value_type a02, value_type a03, value_type a10, value_type a11, value_type a12, value_type a13, value_type a20, value_type a21, value_type a22, value_type a23, value_type a30, value_type a31, value_type a32, value_type a33) | osg::Matrixf | |
| setDataVariance(DataVariance dv) | osg::Object | inline |
| setDeleteHandler(DeleteHandler *handler) | osg::Referenced | static |
| setName(const std::string &name) | osg::Object | inlinevirtual |
| setName(const char *name) | osg::Object | inline |
| setRotate(const Quat &q) | osg::Matrixf | |
| setThreadSafeReferenceCounting(bool enableThreadSafeReferenceCounting) | osg::Referenced | static |
| setThreadSafeRefUnref(bool threadSafe) | osg::Object | virtual |
| setTrans(value_type tx, value_type ty, value_type tz) | osg::Matrixf | |
| setTrans(const Vec3f &v) | osg::Matrixf | |
| setTrans(const Vec3d &v) | osg::Matrixf | |
| setUserData(Referenced *obj) | osg::Object | virtual |
| setUserDataContainer(osg::UserDataContainer *udc) | osg::Object | |
| setUserValue(const std::string &name, const T &value) | osg::Object | |
| signalObserversAndDelete(bool signalDelete, bool doDelete) const | osg::Referenced | protected |
| STATIC enum value | osg::Object | |
| transform3x3(const Vec3f &v, const Matrixf &m) | osg::Matrixf | inlinestatic |
| transform3x3(const Vec3d &v, const Matrixf &m) | osg::Matrixf | inlinestatic |
| transform3x3(const Matrixf &m, const Vec3f &v) | osg::Matrixf | inlinestatic |
| transform3x3(const Matrixf &m, const Vec3d &v) | osg::Matrixf | inlinestatic |
| translate(const Vec3f &dv) | osg::Matrixf | inlinestatic |
| translate(const Vec3d &dv) | osg::Matrixf | inlinestatic |
| translate(value_type x, value_type y, value_type z) | osg::Matrixf | inlinestatic |
| unref() const | osg::Referenced | inline |
| unref_nodelete() const | osg::Referenced | |
| UNSPECIFIED enum value | osg::Object | |
| valid() const | osg::Matrixf | inline |
| value_type typedef | osg::Matrixf | |
| ~Matrixf() | osg::Matrixf | inline |
| ~Object() | osg::Object | protectedvirtual |
| ~Referenced() | osg::Referenced | protectedvirtual |
| ~RefMatrixf() | osg::RefMatrixf | inlineprotectedvirtual |
1.8.8