Declaration of class UniformGrid. More...
#include <ogdf/basic/Graph.h>#include <ogdf/basic/HashArray2D.h>#include <ogdf/basic/List.h>#include <ogdf/basic/basic.h>#include <ogdf/basic/geometry.h>#include <algorithm>#include <cmath>#include <iosfwd>#include <limits>Go to the source code of this file.
Classes | |
| class | ogdf::davidson_harel::UniformGrid |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
| namespace | ogdf::davidson_harel |
Declaration of class UniformGrid.
This is a class implementing a 2-dimensional Hash array. It uses templates for the keys and the data of the objects stored in it.
Definition in file UniformGrid.h.