#include <OpenMS/config.h>#include <OpenMS/CONCEPT/Macros.h>#include <algorithm>#include <limits>Go to the source code of this file.
Classes | |
| class | DPosition< D, TCoordinateType > |
| Representation of a coordinate in D-dimensional space. More... | |
Namespaces | |
| namespace | OpenMS |
Main OpenMS namespace. | |
Functions | |
| template<UInt D, typename TCoordinateType > | |
| DPosition< D, TCoordinateType > | operator* (DPosition< D, TCoordinateType > position, typename DPosition< D, TCoordinateType >::CoordinateType scalar) |
| Scalar multiplication (a bit inefficient). | |
| template<UInt D, typename TCoordinateType > | |
| DPosition< D, TCoordinateType > | operator* (typename DPosition< D, TCoordinateType >::CoordinateType scalar, DPosition< D, TCoordinateType > position) |
| Scalar multiplication (a bit inefficient). | |
| template<UInt D, typename TCoordinateType > | |
| DPosition< D, TCoordinateType > | operator/ (DPosition< D, TCoordinateType > position, typename DPosition< D, TCoordinateType >::CoordinateType scalar) |
| Scalar multiplication (a bit inefficient). | |
| template<UInt D, typename TCoordinateType > | |
| std::ostream & | operator<< (std::ostream &os, const DPosition< D, TCoordinateType > &pos) |
| Print the contents to a stream. | |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:46 using doxygen 1.7.1 |