Declaration of class IntersectionRectangle which realizes axis parallel rectangles. More...
Go to the source code of this file.
Classes | |
| class | ogdf::IntersectionRectangle |
| class | ogdf::PointComparer |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_INTERSECTION_RECTANGLE_H |
| #define | RECT_CMP_EPS 1e-06 |
Declaration of class IntersectionRectangle which realizes axis parallel rectangles.
The class can compute the rectangle that is created by the intersection of two rectangles and it can compute the area of a rectangle.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file IntersectionRectangle.h.
| #define OGDF_INTERSECTION_RECTANGLE_H |
Definition at line 54 of file IntersectionRectangle.h.
| #define RECT_CMP_EPS 1e-06 |
Definition at line 57 of file IntersectionRectangle.h.