Visual Servoing Platform
version 3.5.1 under development (2023-09-22)
|
This is the complete list of members for vpRect, including all inherited members.
getArea() const | vpRect | inline |
getBottom() const | vpRect | inline |
getBottomLeft() const | vpRect | inline |
getBottomRight() const | vpRect | inline |
getCenter(double &x, double &y) const | vpRect | inline |
getCenter() const | vpRect | inline |
getHeight() const | vpRect | inline |
getLeft() const | vpRect | inline |
getRight() const | vpRect | inline |
getSize() const | vpRect | inline |
getTop() const | vpRect | inline |
getTopLeft() const | vpRect | inline |
getTopRight() const | vpRect | inline |
getWidth() const | vpRect | inline |
inRectangle(const vpImagePoint &ip, const vpRect &rect) | vpRect | friend |
isInside(const vpImagePoint &ip) const | vpRect | |
moveCenter(double x, double y) | vpRect | inline |
moveCenter(const vpImagePoint ¢er) | vpRect | inline |
operator!=(const vpRect &r) const | vpRect | |
operator&(const vpRect &r) const | vpRect | inline |
operator&=(const vpRect &r) | vpRect | inline |
operator<<(std::ostream &os, const vpRect &r) | vpRect | friend |
operator=(const vpRect &r) | vpRect | |
operator==(const vpRect &r) const | vpRect | |
set(double left, double top, double width, double height) | vpRect | |
set(const vpImagePoint &topLeft, double width, double height) | vpRect | |
set(const vpImagePoint &topLeft, const vpImagePoint &bottomRight) | vpRect | |
set(const vpRect &r) | vpRect | |
set(const std::vector< vpImagePoint > &ip) | vpRect | |
setBottom(double pos) | vpRect | inline |
setBottomRight(const vpImagePoint &bottomRight) | vpRect | inline |
setHeight(double h) | vpRect | inline |
setLeft(double pos) | vpRect | inline |
setRect(double l, double t, double w, double h) | vpRect | inline |
setRight(double pos) | vpRect | inline |
setTop(double pos) | vpRect | inline |
setTopLeft(const vpImagePoint &topLeft) | vpRect | inline |
setWidth(double w) | vpRect | inline |
vpRect() | vpRect | |
vpRect(double left, double top, double width, double height) | vpRect | |
vpRect(const vpImagePoint &topLeft, double width, double height) | vpRect | |
vpRect(const vpImagePoint &topLeft, const vpImagePoint &bottomRight) | vpRect | |
vpRect(const vpRect &r) | vpRect | |
vpRect(const std::vector< vpImagePoint > &ip) | vpRect | explicit |