Visual Servoing Platform
version 3.2.0 under development (2019-01-22)
|
This is the complete list of members for vpImagePoint, including all inherited members.
distance(const vpImagePoint &iP1, const vpImagePoint &iP2) | vpImagePoint | inlinestatic |
get_i() const | vpImagePoint | inline |
get_j() const | vpImagePoint | inline |
get_u() const | vpImagePoint | inline |
get_v() const | vpImagePoint | inline |
getBBox(const std::vector< vpImagePoint > &ipVec) | vpImagePoint | static |
inRectangle(const vpRect &rect) const | vpImagePoint | |
operator!=(const vpImagePoint &ip1, const vpImagePoint &ip2) | vpImagePoint | friend |
operator*(const vpImagePoint &ip1, const double scale) | vpImagePoint | friend |
operator*=(const double scale) | vpImagePoint | inline |
operator+(const vpImagePoint &ip1, const vpImagePoint &ip2) | vpImagePoint | friend |
operator+(const vpImagePoint &ip1, const int offset) | vpImagePoint | friend |
operator+(const vpImagePoint &ip1, const unsigned int offset) | vpImagePoint | friend |
operator+(const vpImagePoint &ip1, const double offset) | vpImagePoint | friend |
operator+=(const vpImagePoint &ip) | vpImagePoint | |
operator+=(const vpImagePoint &ip1, const vpImagePoint &ip2) | vpImagePoint | friend |
operator-(const vpImagePoint &ip1, const vpImagePoint &ip2) | vpImagePoint | friend |
operator-(const vpImagePoint &ip1, const int offset) | vpImagePoint | friend |
operator-(const vpImagePoint &ip1, const unsigned int offset) | vpImagePoint | friend |
operator-(const vpImagePoint &ip1, const double offset) | vpImagePoint | friend |
operator-=(const vpImagePoint &ip) | vpImagePoint | inline |
operator/(const vpImagePoint &ip1, const double scale) | vpImagePoint | friend |
operator/=(const double scale) | vpImagePoint | |
operator<<(std::ostream &os, const vpImagePoint &ip) | vpImagePoint | friend |
operator=(const vpImagePoint &ip) | vpImagePoint | inline |
operator=(const vpImagePoint &&ip) | vpImagePoint | inline |
operator==(const vpImagePoint &ip1, const vpImagePoint &ip2) | vpImagePoint | friend |
set_i(const double ii) | vpImagePoint | inline |
set_ij(const double ii, const double jj) | vpImagePoint | inline |
set_j(const double jj) | vpImagePoint | inline |
set_u(const double u) | vpImagePoint | inline |
set_uv(const double u, const double v) | vpImagePoint | inline |
set_v(const double v) | vpImagePoint | inline |
sqrDistance(const vpImagePoint &iP1, const vpImagePoint &iP2) | vpImagePoint | inlinestatic |
vpImagePoint() | vpImagePoint | inline |
vpImagePoint(double ii, double jj) | vpImagePoint | inline |
vpImagePoint(const vpImagePoint &ip) | vpImagePoint | inline |
~vpImagePoint() | vpImagePoint | inlinevirtual |