OpenMS
|
#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/DATASTRUCTURES/DPosition.h>
#include <boost/array.hpp>
#include <boost/functional/hash.hpp>
#include <boost/unordered/unordered_map.hpp>
#include <cmath>
#include <iterator>
#include <limits>
Go to the source code of this file.
Classes | |
class | HashGrid< Cluster > |
Container for (2-dimensional coordinate, value) pairs. More... | |
class | HashGrid< Cluster >::Iterator |
Element iterator for the hash grid. More... | |
class | HashGrid< Cluster >::ConstIterator |
Constant element iterator for the hash grid. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
Functions | |
template<UInt N, typename T > | |
std::size_t | hash_value (const DPosition< N, T > &b) |