Declaration of class NearestRectangleFinder. More...
#include <ogdf/basic/Array.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/geometry.h>
#include <ostream>
Go to the source code of this file.
Classes | |
class | ogdf::List< E > |
Doubly linked lists (maintaining the length of the list). More... | |
class | ogdf::NearestRectangleFinder |
Finds in a given set of rectangles for each point in a given set of points the nearest rectangle. More... | |
struct | ogdf::NearestRectangleFinder::PairRectDist |
Represents a rectangle (given by its index) and a distance value. More... | |
struct | ogdf::NearestRectangleFinder::RectRegion |
Represents a rectangle given by center point, width and height. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration of class NearestRectangleFinder.
Definition in file NearestRectangleFinder.h.