Represents a rectangle (given by its index) and a distance value. More...
#include <ogdf/basic/NearestRectangleFinder.h>
Public Member Functions | |
PairRectDist () | |
PairRectDist (int index, double distance) | |
Public Attributes | |
double | m_distance |
int | m_index |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PairRectDist &p) |
Represents a rectangle (given by its index) and a distance value.
Definition at line 101 of file NearestRectangleFinder.h.
|
inline |
Definition at line 102 of file NearestRectangleFinder.h.
Definition at line 104 of file NearestRectangleFinder.h.
|
friend |
Definition at line 109 of file NearestRectangleFinder.h.
double ogdf::NearestRectangleFinder::PairRectDist::m_distance |
Definition at line 115 of file NearestRectangleFinder.h.
int ogdf::NearestRectangleFinder::PairRectDist::m_index |
Definition at line 114 of file NearestRectangleFinder.h.