OpenMS
|
#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <vector>
#include <cmath>
#include <limits>
#include <iostream>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | Histogram< ValueType, BinSizeType > |
Representation of a histogram. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
OpenMS::Math | |
Math namespace. | |
Functions | |
template<typename ValueType , typename BinSizeType > | |
std::ostream & | operator<< (std::ostream &os, const Histogram< ValueType, BinSizeType > &hist) |
Print the contents to a stream. More... | |