#include <ogdf/basic/NearestRectangleFinder.h>
Classes | |
| struct | PairRectDist |
| struct | RectRegion |
Public Member Functions | |
| NearestRectangleFinder (double mad=20, double td=5) | |
| void | maxAllowedDistance (double mad) |
| double | maxAllowedDistance () const |
| void | toleranceDistance (double td) |
| double | toleranceDistance () const |
| void | find (const Array< RectRegion > ®ion, const Array< DPoint > &point, Array< List< PairRectDist > > &nearest) |
| void | findSimple (const Array< RectRegion > ®ion, const Array< DPoint > &point, Array< List< PairRectDist > > &nearest) |
Private Attributes | |
| double | m_maxAllowedDistance |
| double | m_toleranceDistance |
Definition at line 74 of file NearestRectangleFinder.h.
| ogdf::NearestRectangleFinder::NearestRectangleFinder | ( | double | mad = 20, |
|
| double | td = 5 | |||
| ) | [inline] |
Definition at line 81 of file NearestRectangleFinder.h.
| void ogdf::NearestRectangleFinder::find | ( | const Array< RectRegion > & | region, | |
| const Array< DPoint > & | point, | |||
| Array< List< PairRectDist > > & | nearest | |||
| ) |
| void ogdf::NearestRectangleFinder::findSimple | ( | const Array< RectRegion > & | region, | |
| const Array< DPoint > & | point, | |||
| Array< List< PairRectDist > > & | nearest | |||
| ) |
| double ogdf::NearestRectangleFinder::maxAllowedDistance | ( | ) | const [inline] |
Definition at line 89 of file NearestRectangleFinder.h.
| void ogdf::NearestRectangleFinder::maxAllowedDistance | ( | double | mad | ) | [inline] |
Definition at line 88 of file NearestRectangleFinder.h.
| void ogdf::NearestRectangleFinder::toleranceDistance | ( | double | td | ) | [inline] |
Definition at line 95 of file NearestRectangleFinder.h.
| double ogdf::NearestRectangleFinder::toleranceDistance | ( | ) | const [inline] |
Definition at line 96 of file NearestRectangleFinder.h.
double ogdf::NearestRectangleFinder::m_maxAllowedDistance [private] |
Definition at line 119 of file NearestRectangleFinder.h.
double ogdf::NearestRectangleFinder::m_toleranceDistance [private] |
Definition at line 122 of file NearestRectangleFinder.h.