Represents a rectangle given by center point, width and height. More...
#include <ogdf/basic/NearestRectangleFinder.h>
Public Attributes | |
double | m_height |
double | m_width |
double | m_x |
double | m_y |
Friends | |
std::ostream & | operator<< (std::ostream &os, const RectRegion &rect) |
Represents a rectangle given by center point, width and height.
Definition at line 95 of file NearestRectangleFinder.h.
|
friend |
Definition at line 96 of file NearestRectangleFinder.h.
double ogdf::NearestRectangleFinder::RectRegion::m_height |
Definition at line 102 of file NearestRectangleFinder.h.
double ogdf::NearestRectangleFinder::RectRegion::m_width |
Definition at line 102 of file NearestRectangleFinder.h.
double ogdf::NearestRectangleFinder::RectRegion::m_x |
Definition at line 102 of file NearestRectangleFinder.h.
double ogdf::NearestRectangleFinder::RectRegion::m_y |
Definition at line 102 of file NearestRectangleFinder.h.