#include <ogdf/basic/NearestRectangleFinder.h>
Public Member Functions | |
| PairRectDist () | |
| PairRectDist (int index, double distance) | |
Public Attributes | |
| int | m_index |
| double | m_distance |
Friends | |
| ostream & | operator<< (ostream &os, const PairRectDist &p) |
Definition at line 147 of file NearestRectangleFinder.h.
| ogdf::NearestRectangleFinder::PairRectDist::PairRectDist | ( | ) | [inline] |
Definition at line 149 of file NearestRectangleFinder.h.
| ogdf::NearestRectangleFinder::PairRectDist::PairRectDist | ( | int | index, | |
| double | distance | |||
| ) | [inline] |
Definition at line 151 of file NearestRectangleFinder.h.
| ostream& operator<< | ( | ostream & | os, | |
| const PairRectDist & | p | |||
| ) | [friend] |
Definition at line 156 of file NearestRectangleFinder.h.
Definition at line 162 of file NearestRectangleFinder.h.
Definition at line 161 of file NearestRectangleFinder.h.