The Gnome Chemistry Utils
0.14.0
|
This is the complete list of members for gcu::Transform3d, including all inherited members.
CreateOrthogonal() const | gcu::Vector | private |
Cross(Vector const &v) const | gcu::Vector | private |
DescribeAsString() const | gcu::Transform3d | |
DescribeAsValues() const | gcu::Transform3d | |
Euler(double &Psi, double &Theta, double &Phi) | gcu::Matrix | private |
GetLength() const | gcu::Vector | private |
GetRefX(void) | gcu::Vector | inlineprivate |
GetRefY(void) | gcu::Vector | inlineprivate |
GetRefZ(void) | gcu::Vector | inlineprivate |
GetX(void) const | gcu::Vector | inlineprivate |
GetY(void) const | gcu::Vector | inlineprivate |
GetZ(void) const | gcu::Vector | inlineprivate |
glmult(Vector const &v) const | gcu::Matrix | private |
Matrix() | gcu::Matrix | private |
Matrix(double d) | gcu::Matrix | private |
Matrix(double d[3][3]) | gcu::Matrix | private |
Matrix(Matrix const &m) | gcu::Matrix | private |
Matrix(Vector const &v1, Vector const &v2, Vector const &v3, bool as_rows=true) | gcu::Matrix | private |
Matrix(double Psi, double Theta, double Phi, MatrixType Type) | gcu::Matrix | private |
Matrix(double x11, double x12, double x13, double x21, double x22, double x23, double x31, double x32, double x33) | gcu::Matrix | private |
Normalize() | gcu::Transform3d | |
operator()(unsigned i, unsigned j) | gcu::Matrix | inlineprivate |
operator()(unsigned i, unsigned j) const | gcu::Matrix | inlineprivate |
operator*(Vector const &v) const | gcu::Transform3d | |
operator*(Transform3d const &t) const | gcu::Transform3d | |
gcu::Matrix::operator*(Matrix const &cMat) const | gcu::Matrix | private |
gcu::Vector::operator*(double m) const | gcu::Vector | private |
operator*=(double m) | gcu::Vector | private |
operator+(Vector const &v) const | gcu::Vector | private |
operator-(Vector const &v) const | gcu::Vector | private |
operator/(double d) const | gcu::Vector | private |
operator/=(double d) | gcu::Vector | private |
operator=(Matrix const &cMat) | gcu::Matrix | private |
operator[](unsigned i) const | gcu::Vector | private |
SetX(double val) | gcu::Vector | inlineprivate |
SetY(double val) | gcu::Vector | inlineprivate |
SetZ(double val) | gcu::Vector | inlineprivate |
Transform(double &dx, double &dy, double &dz) const | gcu::Matrix | private |
Transform3d() | gcu::Transform3d | |
Transform3d(Matrix const &m, Vector const &v) | gcu::Transform3d | |
Transform3d(double s) | gcu::Transform3d | |
Transform3d(Vector row1, Vector row2, Vector row3, Vector translation) | gcu::Transform3d | |
Transform3d(double d[3][3], double t[3]) | gcu::Transform3d | |
Vector() | gcu::Vector | private |
Vector(double x, double y, double z) | gcu::Vector | private |
Vector(double d[3]) | gcu::Vector | private |
Vector(Vector const &v) | gcu::Vector | private |
~Matrix() | gcu::Matrix | privatevirtual |
~Transform3d() | gcu::Transform3d | virtual |