[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
Rect2D Member List | ![]() |
This is the complete list of members for Rect2D, including all inherited members.
addBorder(int borderWidth) | Rect2D | |
addBorder(int borderWidth, int borderHeight) | Rect2D | |
addSize(Size2D const &offset) | Rect2D | |
area() const | Rect2D | |
bottom() const | Rect2D | |
contains(Point2D const &p) const | Rect2D | |
contains(Rect2D const &r) const | Rect2D | |
height() const | Rect2D | |
intersects(Rect2D const &r) const | Rect2D | |
isEmpty() const | Rect2D | |
left() const | Rect2D | |
lowerRight() const | Rect2D | |
moveBy(Diff2D const &offset) | Rect2D | |
moveBy(int xOffset, int yOffset) | Rect2D | |
moveTo(Point2D const &newUpperLeft) | Rect2D | |
moveTo(int left, int top) | Rect2D | |
operator!=(Rect2D const &r) const | Rect2D | |
operator&(Point2D const &p) const | Rect2D | |
operator&(Rect2D const &r) const | Rect2D | |
operator&=(Point2D const &p) | Rect2D | |
operator&=(Rect2D const &r) | Rect2D | |
operator*(int factor) const | Rect2D | |
operator*(double factor) const | Rect2D | |
operator*=(int factor) | Rect2D | |
operator*=(double factor) | Rect2D | |
operator==(Rect2D const &r) const | Rect2D | |
operator|(Point2D const &p) const | Rect2D | |
operator|(Rect2D const &r) const | Rect2D | |
operator|=(Point2D const &p) | Rect2D | |
operator|=(Rect2D const &r) | Rect2D | |
Rect2D() | Rect2D | |
Rect2D(Point2D const &upperLeft, Point2D const &lowerRight) | Rect2D | |
Rect2D(int left, int top, int right, int bottom) | Rect2D | |
Rect2D(Point2D const &upperLeft, Size2D const &size) | Rect2D | |
Rect2D(Size2D const &size) | Rect2D | explicit |
right() const | Rect2D | |
setLowerRight(Point2D const &lr) | Rect2D | |
setSize(Size2D const &size) | Rect2D | |
setSize(int width, int height) | Rect2D | |
setUpperLeft(Point2D const &ul) | Rect2D | |
size() const | Rect2D | |
top() const | Rect2D | |
upperLeft() const | Rect2D | |
width() const | Rect2D |
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |
html generated using doxygen and Python
|