|
| std::ostream & | ug::operator<< (std::ostream &outStream, const ug::MathVector< 1 > &v) |
| | formatted output of MathVector objects: (...,...)
|
| |
| std::ostream & | ug::operator<< (std::ostream &outStream, const ug::MathVector< 2 > &v) |
| | formatted output of MathVector objects: (...,...)
|
| |
| std::ostream & | ug::operator<< (std::ostream &outStream, const ug::MathVector< 3 > &v) |
| | formatted output of MathVector objects: (...,...)
|
| |
| std::ostream & | ug::operator<< (std::ostream &outStream, const ug::MathVector< 4 > &v) |
| | formatted output of MathVector objects: (...,...)
|
| |
| std::istream & | ug::read_plain_txt (std::istream &inStream, ug::MathVector< 1 > &v) |
| | plain text input of MathVectors: read space-separated coordinates
|
| |
| std::istream & | ug::read_plain_txt (std::istream &inStream, ug::MathVector< 2 > &v) |
| | plain text input of MathVectors: read space-separated coordinates
|
| |
| std::istream & | ug::read_plain_txt (std::istream &inStream, ug::MathVector< 3 > &v) |
| | plain text input of MathVectors: read space-separated coordinates
|
| |
| std::istream & | ug::read_plain_txt (std::istream &inStream, ug::MathVector< 4 > &v) |
| | plain text input of MathVectors: read space-separated coordinates
|
| |
| std::ostream & | ug::write_plain_txt (std::ostream &outStream, const ug::MathVector< 1 > &v) |
| | plain text output of MathVector objects: space-separated coordinates
|
| |
| std::ostream & | ug::write_plain_txt (std::ostream &outStream, const ug::MathVector< 2 > &v) |
| | plain text output of MathVector objects: space-separated coordinates
|
| |
| std::ostream & | ug::write_plain_txt (std::ostream &outStream, const ug::MathVector< 3 > &v) |
| | plain text output of MathVector objects: space-separated coordinates
|
| |
| std::ostream & | ug::write_plain_txt (std::ostream &outStream, const ug::MathVector< 4 > &v) |
| | plain text output of MathVector objects: space-separated coordinates
|
| |