Finds in a given set of rectangles for each point in a given set of points the nearest rectangle.
More...
#include <ogdf/basic/NearestRectangleFinder.h>
|
struct | PairRectDist |
| Represents a rectangle (given by its index) and a distance value. More...
|
|
struct | RectRegion |
| Represents a rectangle given by center point, width and height. More...
|
|
Finds in a given set of rectangles for each point in a given set of points the nearest rectangle.
Definition at line 46 of file NearestRectangleFinder.h.
◆ NearestRectangleFinder()
ogdf::NearestRectangleFinder::NearestRectangleFinder |
( |
double |
mad = 20 , |
|
|
double |
td = 5 |
|
) |
| |
|
inlineexplicit |
◆ find()
◆ findSimple()
◆ maxAllowedDistance() [1/2]
double ogdf::NearestRectangleFinder::maxAllowedDistance |
( |
| ) |
const |
|
inline |
◆ maxAllowedDistance() [2/2]
void ogdf::NearestRectangleFinder::maxAllowedDistance |
( |
double |
mad | ) |
|
|
inline |
◆ toleranceDistance() [1/2]
double ogdf::NearestRectangleFinder::toleranceDistance |
( |
| ) |
const |
|
inline |
◆ toleranceDistance() [2/2]
void ogdf::NearestRectangleFinder::toleranceDistance |
( |
double |
td | ) |
|
|
inline |
◆ m_maxAllowedDistance
double ogdf::NearestRectangleFinder::m_maxAllowedDistance |
|
private |
◆ m_toleranceDistance
double ogdf::NearestRectangleFinder::m_toleranceDistance |
|
private |
The documentation for this class was generated from the following file: