MercuryDPM
Alpha
|
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const Matrix3D &A) |
std::istream & | operator>> (std::istream &is, Matrix3D &A) |
std::ostream& operator<< | ( | std::ostream & | os, |
const Matrix3D & | A | ||
) |
Adds all elements of a matrix to an ostream
[out] | os | output stream |
[in] | A | 3D matrix |
Definition at line 178 of file Matrix.cc.
References Matrix3D::XX, Matrix3D::XY, Matrix3D::XZ, Matrix3D::YX, Matrix3D::YY, Matrix3D::YZ, Matrix3D::ZX, Matrix3D::ZY, and Matrix3D::ZZ.
std::istream& operator>> | ( | std::istream & | is, |
Matrix3D & | A | ||
) |
Reads the elements of a matrix from an istream
[in,out] | is | input stream |
[out] | A | 3D matrix |
Definition at line 192 of file Matrix.cc.
References Matrix3D::XX, Matrix3D::XY, Matrix3D::XZ, Matrix3D::YX, Matrix3D::YY, Matrix3D::YZ, Matrix3D::ZX, Matrix3D::ZY, and Matrix3D::ZZ.