Visual Servoing Platform  version 3.4.0
vpRect Member List

This is the complete list of members for vpRect, including all inherited members.

getArea() const vpRectinline
getBottom() const vpRectinline
getBottomLeft() const vpRectinline
getBottomRight() const vpRectinline
getCenter(double &x, double &y) const vpRectinline
getCenter() const vpRectinline
getHeight() const vpRectinline
getLeft() const vpRectinline
getRight() const vpRectinline
getSize() const vpRectinline
getTop() const vpRectinline
getTopLeft() const vpRectinline
getTopRight() const vpRectinline
getWidth() const vpRectinline
inRectangle(const vpImagePoint &ip, const vpRect &rect)vpRectfriend
isInside(const vpImagePoint &ip) const vpRect
moveCenter(double x, double y)vpRectinline
moveCenter(const vpImagePoint &center)vpRectinline
operator!=(const vpRect &r) const vpRect
operator&(const vpRect &r) const vpRectinline
operator&=(const vpRect &r)vpRectinline
operator<<(std::ostream &os, const vpRect &r)vpRectfriend
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)vpRectinline
setBottomRight(const vpImagePoint &bottomRight)vpRectinline
setHeight(double h)vpRectinline
setLeft(double pos)vpRectinline
setRect(double l, double t, double w, double h)vpRectinline
setRight(double pos)vpRectinline
setTop(double pos)vpRectinline
setTopLeft(const vpImagePoint &topLeft)vpRectinline
setWidth(double w)vpRectinline
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)vpRectexplicit