|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Rectangle, including all inherited members.
| contains(const Point &p) const | Rectangle | inline |
| distance_squared_to(const Point &p) const | Rectangle | inline |
| distance_to(const Point &p) const | Rectangle | inline |
| get_xmax() const | Rectangle | inline |
| get_xmin() const | Rectangle | inline |
| get_ymax() const | Rectangle | inline |
| get_ymin() const | Rectangle | inline |
| height() const | Rectangle | inline |
| intersects(const Rectangle &that) const | Rectangle | inline |
| Rectangle() | Rectangle | inline |
| Rectangle(const Geom_Number &__xmin, const Geom_Number &__ymin, const Geom_Number &__xmax, const Geom_Number &__ymax) | Rectangle | inline |
| set_rect(const Geom_Number &__xmin, const Geom_Number &__ymin, const Geom_Number &__xmax, const Geom_Number &__ymax) | Rectangle | inline |
| width() const | Rectangle | inline |
| xmax | Rectangle | private |
| xmin | Rectangle | private |
| ymax | Rectangle | private |
| ymin | Rectangle | private |