Represents a rectangle (given by its index) and a distance value.
More...
#include <ogdf/basic/NearestRectangleFinder.h>
Represents a rectangle (given by its index) and a distance value.
Definition at line 106 of file NearestRectangleFinder.h.
◆ PairRectDist() [1/2]
ogdf::NearestRectangleFinder::PairRectDist::PairRectDist |
( |
| ) |
|
|
inline |
◆ PairRectDist() [2/2]
ogdf::NearestRectangleFinder::PairRectDist::PairRectDist |
( |
int |
index, |
|
|
double |
distance |
|
) |
| |
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const PairRectDist & |
p |
|
) |
| |
|
friend |
◆ m_distance
double ogdf::NearestRectangleFinder::PairRectDist::m_distance |
◆ m_index
int ogdf::NearestRectangleFinder::PairRectDist::m_index |
The documentation for this struct was generated from the following file: