opentl::math::Transform Member List

This is the complete list of members for opentl::math::Transform, including all inherited members.

A_T enum valueopentl::math::Matrix
A_T_B_T enum valueopentl::math::Matrix
A_T_B_T_C_T enum valueopentl::math::Matrix
A_T_C_T enum valueopentl::math::Matrix
add(const Matrix &b, Matrix &c)opentl::math::Matrix [virtual]
add(const double s, const opentl::math::Matrix &b, opentl::math::Matrix &c)opentl::math::Matrix [virtual]
B_T enum valueopentl::math::Matrix
B_T_C_T enum valueopentl::math::Matrix
bhattacharyyaDistance(const math::Matrix &b)opentl::math::Matrix [virtual]
buffer() const opentl::math::Matrix [protected, virtual]
C_T enum valueopentl::math::Matrix
cofactor()opentl::math::SquareMatrix [virtual]
cols() const opentl::math::Matrix [virtual]
columnSlice(std::size_t c, Vector &v) const opentl::math::Matrix [virtual]
copyFrom(const Matrix &b)opentl::math::Matrix [virtual]
copyTo(Matrix &b) const opentl::math::Matrix [virtual]
cvmatopentl::math::Matrix [protected]
cvMat() const opentl::math::Matrix [virtual]
dataopentl::math::Matrix [protected]
determinant() const opentl::math::SquareMatrix [virtual]
diagonal(math::Vector &v) const opentl::math::SquareMatrix [virtual]
dotProduct(const Matrix &b) const opentl::math::Matrix [virtual]
eigenValues(Matrix &eigenVectors, Vector &values) const opentl::math::SquareMatrix [virtual]
equals(const Matrix &m, double tolerance=0.0) const opentl::math::Matrix [virtual]
exponential(const int p=6)opentl::math::Transform [virtual]
fill(double v)opentl::math::Matrix [virtual]
getCvMat() const opentl::math::Matrix [virtual]
getTrace() const opentl::math::SquareMatrix [virtual]
identity()opentl::math::SquareMatrix [virtual]
InversionMethod enum nameopentl::math::Matrix
invert(const InversionMethod &method=LU) const opentl::math::SquareMatrix [virtual]
invert(opentl::math::SquareMatrix &out, const InversionMethod &method=LU) const opentl::math::SquareMatrix [virtual]
l2Norm()opentl::math::Matrix [virtual]
LU enum valueopentl::math::Matrix
Matrix()opentl::math::Matrix
Matrix(std::size_t rows, std::size_t cols)opentl::math::Matrix
Matrix(const Matrix &m)opentl::math::Matrix
matrixSlice(std::size_t startRow, std::size_t startCol, std::size_t height, std::size_t width, Matrix &m)opentl::math::Matrix [virtual]
mult(double s, Matrix &c) const opentl::math::Matrix [virtual]
mult(double alpha, const Matrix &b, double beta, const Matrix &c, Matrix &d, const Transpose &flag=No_T) const opentl::math::Matrix [virtual]
mult(double alpha, const Matrix &b, Matrix &c, const Transpose &flag=No_T) const opentl::math::Matrix [virtual]
mult(const Matrix &b, Matrix &c, const Transpose &flag=No_T) const opentl::math::Matrix [virtual]
No_T enum valueopentl::math::Matrix
None enum valueopentl::math::Matrix
operator!=(const Matrix &src) const opentl::math::Matrix [virtual]
operator()(std::size_t row, std::size_t col) const opentl::math::Matrix [virtual]
operator*(const Matrix &m)opentl::math::Matrix [virtual]
operator*(const double f)opentl::math::Matrix [virtual]
operator*=(const Matrix &m)opentl::math::Matrix [virtual]
operator*=(double &factor)opentl::math::Matrix [virtual]
operator+(const Matrix &m)opentl::math::Matrix [virtual]
operator+=(const Matrix &m)opentl::math::Matrix [virtual]
operator-(const Matrix &m)opentl::math::Matrix [virtual]
operator-=(const Matrix &m)opentl::math::Matrix [virtual]
operator/(const double f)opentl::math::Matrix [virtual]
operator=(const Matrix &src)opentl::math::Matrix [virtual]
operator==(const Matrix &src) const opentl::math::Matrix [virtual]
operator[](std::size_t row) const opentl::math::Matrix
power(double p)opentl::math::Matrix [virtual]
randomize(double mw, double saw, int mode=0)opentl::math::Matrix [virtual]
releaseData()opentl::math::Matrix [protected, virtual]
resize(std::size_t rows, std::size_t cols=1)opentl::math::Matrix [virtual]
rotate(double x, double y, double z, double a, bool world=false)opentl::math::Transform
rotateX(double angle, bool world=false)opentl::math::Transform
rotateY(double angle, bool world=false)opentl::math::Transform
rotateZ(double angle, bool world=false)opentl::math::Transform
rotationFromRodrigues(const Vector3 &rod)opentl::math::Transform [virtual]
rows() const opentl::math::Matrix [virtual]
rowSlice(std::size_t r, Vector &v) const opentl::math::Matrix [virtual]
scale(double x, double y, double z, bool world=false)opentl::math::Transform
setColumnSlice(const Vector &v, std::size_t c)opentl::math::Matrix [virtual]
setMatrixSlice(const Matrix &m, std::size_t row, std::size_t col)opentl::math::Matrix [virtual]
setRowSlice(const Vector &v, std::size_t r)opentl::math::Matrix [virtual]
setTransform(const float values[4][4])opentl::math::Transform
setTransform(const double values[4][4])opentl::math::Transform
setTranslation(double x, double y, double z)opentl::math::Transform
solveLSE(const opentl::math::Matrix &B, opentl::math::Matrix &X, const InversionMethod &method=LU)opentl::math::Matrix [virtual]
SquareMatrix()opentl::math::SquareMatrix
SquareMatrix(std::size_t dim)opentl::math::SquareMatrix
SquareMatrix(const SquareMatrix &matrix)opentl::math::SquareMatrix
SquareMatrix(const Matrix &matrix)opentl::math::SquareMatrix
sub(const Matrix &b, Matrix &c) const opentl::math::Matrix [virtual]
SVD enum valueopentl::math::Matrix
svd(opentl::math::Matrix &W, opentl::math::Matrix &U, opentl::math::Matrix &V, const SvdMethod &method=None) const opentl::math::Matrix [virtual]
SVD_SYM enum valueopentl::math::Matrix
SvdMethod enum nameopentl::math::Matrix
Transform()opentl::math::Transform
Transform(const Transform &matrix)opentl::math::Transform
Transform(const Matrix &matrix)opentl::math::Transform
Transform(double x, double y, double z, double alpha, double beta, double gamma)opentl::math::Transform
translate(double x, double y, double z, bool world=false)opentl::math::Transform
transpose(Matrix &aT)opentl::math::Matrix [virtual]
Transpose enum nameopentl::math::Matrix
U_T enum valueopentl::math::Matrix
U_T_V_T enum valueopentl::math::Matrix
V_T enum valueopentl::math::Matrix
~Matrix()opentl::math::Matrix [virtual]
~SquareMatrix()opentl::math::SquareMatrix [virtual]
~Transform()opentl::math::Transform [virtual]


Generated on Fri Jul 31 17:38:39 2009 for OpenTL by  doxygen 1.5.8