|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
53 m_maxAllowedDistance = mad;
54 m_toleranceDistance = td;
111 m_distance = distance;
The namespace for all OGDF objects.
Declaration of classes GenericPoint, GenericPolyline, GenericLine, GenericSegment,...
double maxAllowedDistance() const
Represents a rectangle (given by its index) and a distance value.
friend std::ostream & operator<<(std::ostream &os, const PairRectDist &p)
double m_toleranceDistance
Represents a rectangle given by center point, width and height.
friend std::ostream & operator<<(std::ostream &os, const RectRegion &rect)
Finds in a given set of rectangles for each point in a given set of points the nearest rectangle.
PairRectDist(int index, double distance)
The parameterized class Array implements dynamic arrays of type E.
Doubly linked lists (maintaining the length of the list).
void toleranceDistance(double td)
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Declaration and implementation of Array class and Array algorithms.
double toleranceDistance() const
NearestRectangleFinder(double mad=20, double td=5)
double m_maxAllowedDistance
static bool find(V &ts, const T &t)
void maxAllowedDistance(double mad)