#include <OpenMS/config.h>
#include <OpenMS/CONCEPT/Macros.h>
#include <algorithm>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | OpenMS |
Classes | |
class | DPosition |
Representation of a coordinate in D-dimensional space. More... | |
Functions | |
template<UInt D> | |
DPosition< D > | operator * (DPosition< D > position, typename DPosition< D >::CoordinateType scalar) throw () |
Scalar multiplication (a bit inefficient). | |
template<UInt D> | |
DPosition< D > | operator * (typename DPosition< D >::CoordinateType scalar, DPosition< D > position) throw () |
Scalar multiplication (a bit inefficient). | |
template<UInt D> | |
std::ostream & | operator<< (std::ostream &os, const DPosition< D > &pos) |
Print the contents to a stream. |
Generated Tue Apr 1 15:36:39 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |