fmat::TransformT< R > Member ListThis is the complete list of members for fmat::TransformT< R >, including all inherited members.
| aboutX(R rad) | fmat::TransformT< R > | [static] |
| aboutY(R rad) | fmat::TransformT< R > | [static] |
| aboutZ(R rad) | fmat::TransformT< R > | [static] |
| abs() | fmat::Matrix< 3, 4, R > | |
| apply(const F &f) | fmat::Matrix< 3, 4, R > | |
| CAP enum value | fmat::TransformT< R > | |
| column(size_t i) | fmat::Matrix< 3, 4, R > | |
| column(size_t i) const | fmat::Matrix< 3, 4, R > | |
| data | fmat::Matrix< 3, 4, R > | [protected] |
| exportTo() const | fmat::Matrix< 3, 4, R > | |
| exportTo(T &x) const | fmat::Matrix< 3, 4, R > | |
| exportTo2DArray(T &x) const | fmat::Matrix< 3, 4, R > | |
| exportToCMajor(T &x, size_t stride=H) const | fmat::Matrix< 3, 4, R > | |
| exportToNewmat(T &x) const | fmat::Matrix< 3, 4, R > | |
| exportToRMajor(T &x, size_t stride=W) const | fmat::Matrix< 3, 4, R > | |
| fmt(std::string const &numberFormat=defaultNumberFormat, std::string const &firstLineStart="[ ", std::string const &nextLineStart=" ", std::string const &lastLineEnd=" ]", std::string const &rowBegin="", std::string const &elementSep=" ", std::string const &rowEnd="", std::string const &rowSep="\n") const | fmat::Matrix< 3, 4, R > | |
| H enum value | fmat::TransformT< R > | |
| HEIGHT enum value | fmat::TransformT< R > | |
| identity() | fmat::TransformT< R > | [static] |
| IDENTITY | fmat::TransformT< R > | [static] |
| importFrom(const T &x) | fmat::Matrix< 3, 4, R > | |
| importFrom2DArray(const T &x) | fmat::Matrix< 3, 4, R > | |
| importFromCMajor(const T &x, size_t stride=H) | fmat::Matrix< 3, 4, R > | |
| importFromNewmat(const T &x) | fmat::Matrix< 3, 4, R > | |
| importFromRMajor(const T &x, size_t stride=W) | fmat::Matrix< 3, 4, R > | |
| inverse() const ATTR_must_check | fmat::TransformT< R > | |
| map(const F &f) const | fmat::Matrix< 3, 4, R > | |
| Matrix(const fmat_internal::NoInit &) | fmat::Matrix< 3, 4, R > | |
| Matrix() | fmat::Matrix< 3, 4, R > | |
| Matrix(const R x) | fmat::Matrix< 3, 4, R > | [explicit] |
| Matrix(const R *x, size_t colStride=H) | fmat::Matrix< 3, 4, R > | [explicit] |
| Matrix(const SubMatrix< H, W, out_t > &x) | fmat::Matrix< 3, 4, R > | |
| Matrix(const SubMatrix< H, W, const out_t > &x) | fmat::Matrix< 3, 4, R > | |
| Matrix(const Matrix< H, W, out_t > &x) | fmat::Matrix< 3, 4, R > | |
| Matrix(const Matrix< H, W, const out_t > &x) | fmat::Matrix< 3, 4, R > | |
| Matrix(const SubMatrix< SH, SW, T > &x) | fmat::Matrix< 3, 4, R > | [explicit] |
| Matrix(const SubMatrix< SH, SW, T > &x, size_t rowOff, size_t colOff) | fmat::Matrix< 3, 4, R > | [explicit] |
| Matrix(const Matrix< SH, SW, R > &x) | fmat::Matrix< 3, 4, R > | [explicit] |
| Matrix(const Matrix< SH, SW, R > &x, size_t rowOff, size_t colOff) | fmat::Matrix< 3, 4, R > | [explicit] |
| maxC() const | fmat::Matrix< 3, 4, R > | |
| maxR() const | fmat::Matrix< 3, 4, R > | |
| minC() const | fmat::Matrix< 3, 4, R > | |
| minR() const | fmat::Matrix< 3, 4, R > | |
| offset(const V &x) | fmat::TransformT< R > | [static] |
| operator!=(const SubMatrix< H, W, R > &x) const | fmat::Matrix< 3, 4, R > | |
| operator!=(const Matrix< H, W, R > &x) const | fmat::Matrix< 3, 4, R > | |
| operator()(size_t r, size_t c) | fmat::Matrix< 3, 4, R > | |
| operator()(size_t r, size_t c) const | fmat::Matrix< 3, 4, R > | |
| operator*(const Column< 3, R2 > &x) const | fmat::TransformT< R > | |
| operator*(const SubVector< 3, R2 > &x) const | fmat::TransformT< R > | |
| operator*(const Matrix< 3, N, R2 > &x) const | fmat::TransformT< R > | |
| operator*(const Column< 4, R2 > &x) const | fmat::TransformT< R > | |
| operator*(const SubVector< 4, R2 > &x) const | fmat::TransformT< R > | |
| operator*(const Matrix< 4, N, R2 > &x) const | fmat::TransformT< R > | |
| operator*(const TransformT< R2 > &tb) const | fmat::TransformT< R > | |
| Matrix< 3, 4, R >::operator*(R x) const | fmat::Matrix< 3, 4, R > | |
| Matrix< 3, 4, R >::operator*(R x, const Matrix &a) | fmat::Matrix< 3, 4, R > | [friend] |
| operator*=(const TransformT< R2 > &t) | fmat::TransformT< R > | |
| Matrix< 3, 4, R >::operator*=(R x) | fmat::Matrix< 3, 4, R > | |
| operator+(R x) const | fmat::Matrix< 3, 4, R > | |
| operator+(R x, const Matrix &a) | fmat::Matrix< 3, 4, R > | [friend] |
| operator+(const SubMatrix< H, W, R > &x) const | fmat::Matrix< 3, 4, R > | |
| operator+(const Matrix< H, W, R > &x) const | fmat::Matrix< 3, 4, R > | |
| operator+=(R x) | fmat::Matrix< 3, 4, R > | |
| operator+=(const SubMatrix< H, W, out_t > &x) | fmat::Matrix< 3, 4, R > | |
| operator+=(const SubMatrix< H, W, const out_t > &x) | fmat::Matrix< 3, 4, R > | |
| operator+=(const Matrix< H, W, R > &x) | fmat::Matrix< 3, 4, R > | |
| operator-(R x) const | fmat::Matrix< 3, 4, R > | |
| operator-() const | fmat::Matrix< 3, 4, R > | |
| operator-(R x, const Matrix &a) | fmat::Matrix< 3, 4, R > | [friend] |
| operator-(const SubMatrix< H, W, R > &x) const | fmat::Matrix< 3, 4, R > | |
| operator-(const Matrix< H, W, R > &x) const | fmat::Matrix< 3, 4, R > | |
| operator-=(R x) | fmat::Matrix< 3, 4, R > | |
| operator-=(const SubMatrix< H, W, out_t > &x) | fmat::Matrix< 3, 4, R > | |
| operator-=(const SubMatrix< H, W, const out_t > &x) | fmat::Matrix< 3, 4, R > | |
| operator-=(const Matrix< H, W, R > &x) | fmat::Matrix< 3, 4, R > | |
| operator/(R x) const | fmat::Matrix< 3, 4, R > | |
| operator/=(R x) | fmat::Matrix< 3, 4, R > | |
| operator=(const R *x) | fmat::Matrix< 3, 4, R > | |
| operator=(R x) | fmat::Matrix< 3, 4, R > | |
| operator=(const SubMatrix< H, W, R > &x) | fmat::Matrix< 3, 4, R > | |
| operator=(const Matrix< H, W, R > &x) | fmat::Matrix< 3, 4, R > | |
| operator==(const SubMatrix< H, W, R > &x) const | fmat::Matrix< 3, 4, R > | |
| operator==(const Matrix< H, W, R > &x) const | fmat::Matrix< 3, 4, R > | |
| out_t typedef | fmat::TransformT< R > | |
| rigidInverse() const ATTR_must_check | fmat::TransformT< R > | |
| rotation() | fmat::TransformT< R > | |
| rotation() const | fmat::TransformT< R > | |
| row(size_t i) | fmat::Matrix< 3, 4, R > | |
| row(size_t i) const | fmat::Matrix< 3, 4, R > | |
| storage_t typedef | fmat::TransformT< R > | |
| TransformT(const fmat_internal::NoInit &noinit) | fmat::TransformT< R > | |
| TransformT() | fmat::TransformT< R > | |
| TransformT(const R *x, size_t colStride=H) | fmat::TransformT< R > | [explicit] |
| TransformT(const SubMatrix< H, W, R > &x) | fmat::TransformT< R > | |
| TransformT(const Matrix< H, W, R > &x) | fmat::TransformT< R > | |
| TransformT(const Rot &r, const Pt &p) | fmat::TransformT< R > | |
| TransformT(const SubMatrix< SH, SW, R > &x) | fmat::TransformT< R > | [explicit] |
| TransformT(const SubMatrix< SH, SW, R > &x, size_t rowOff, size_t colOff) | fmat::TransformT< R > | [explicit] |
| TransformT(const Matrix< SH, SW, R > &x) | fmat::TransformT< R > | [explicit] |
| TransformT(const Matrix< SH, SW, R > &x, size_t rowOff, size_t colOff) | fmat::TransformT< R > | [explicit] |
| translation() | fmat::TransformT< R > | |
| translation() const | fmat::TransformT< R > | |
| transpose() const ATTR_must_check | fmat::Matrix< 3, 4, R > | |
| W enum value | fmat::TransformT< R > | |
| WIDTH enum value | fmat::TransformT< R > | |
|