OpenMS
HashGrid.h File Reference
#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>
Include dependency graph for HashGrid.h:
This graph shows which files directly or indirectly include this file:

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)