|
Assignments
Assignments
|
#include <algorithm>#include <SVD/SVDFit.h>#include <SVD/MatrixMNTC.h>#include <Util/exceptions.h>Go to the source code of this file.
Namespaces | |
| namespace | Util |
Functions | |
| template<unsigned int Dim> | |
| std::ostream & | Util::operator<< (std::ostream &stream, const Point< Dim > &p) |
| template<unsigned int Dim> | |
| std::istream & | Util::operator>> (std::istream &stream, Point< Dim > &p) |
| template<unsigned int Rows, unsigned int Cols, typename MatrixType, typename MatrixTransposeType> | |
| std::ostream & | Util::operator<< (std::ostream &stream, const _BaseMatrix< Rows, Cols, MatrixType, MatrixTransposeType > &m) |
| template<unsigned int Rows, unsigned int Cols, typename MatrixType, typename MatrixTransposeType> | |
| std::istream & | Util::operator>> (std::istream &stream, _BaseMatrix< Rows, Cols, MatrixType, MatrixTransposeType > &m) |
| template<unsigned int Dim> | |
| Ray< Dim > | Util::operator* (const Matrix< Dim+1, Dim+1 > &m, const Ray< Dim > &ray) |
| template<unsigned int Dim> | |
| BoundingBox< Dim > | Util::operator* (const Matrix< Dim+1, Dim+1 > &m, const BoundingBox< Dim > &b) |
| template<unsigned int Dim> | |
| std::ostream & | Util::operator<< (std::ostream &stream, const BoundingBox< Dim > &b) |