#include <OpenMS/config.h>
#include <OpenMS/CONCEPT/Macros.h>
#include <algorithm>
#include <limits>
Go to the source code of this file.
|  | 
| template<UInt D, typename TCoordinateType > | 
| DPosition< D, TCoordinateType > | operator* (DPosition< D, TCoordinateType > position, typename DPosition< D, TCoordinateType >::CoordinateType scalar) | 
|  | Scalar multiplication (a bit inefficient)  More... 
 | 
|  | 
| template<UInt D, typename TCoordinateType > | 
| DPosition< D, TCoordinateType > | operator* (typename DPosition< D, TCoordinateType >::CoordinateType scalar, DPosition< D, TCoordinateType > position) | 
|  | Scalar multiplication (a bit inefficient)  More... 
 | 
|  | 
| template<UInt D, typename TCoordinateType > | 
| DPosition< D, TCoordinateType > | operator/ (DPosition< D, TCoordinateType > position, typename DPosition< D, TCoordinateType >::CoordinateType scalar) | 
|  | Scalar multiplication (a bit inefficient)  More... 
 | 
|  | 
| template<UInt D, typename TCoordinateType > | 
| std::ostream & | operator<< (std::ostream &os, const DPosition< D, TCoordinateType > &pos) | 
|  | Print the contents to a stream.  More... 
 | 
|  |