1 #ifndef OPENPOSE_CORE_POINT_HPP
2 #define OPENPOSE_CORE_POINT_HPP
#define OVERLOAD_C_OUT(className)
Point< T > operator-(const Point< T > &point) const
Point< T > operator+(const Point< T > &point) const
bool operator>(const Point< T > &point) const
bool operator==(const Point< T > &point) const
Point< T > & operator+=(const T value)
bool operator<(const Point< T > &point) const
std::string toString() const
bool operator<=(const Point< T > &point) const
Point< T > operator-(const T value) const
bool operator!=(const Point< T > &point) const
Point(const T x=0, const T y=0)
Point< T > & operator=(const Point< T > &point)
Point< T > & operator-=(const T value)
Point< T > & operator=(Point< T > &&point)
Point< T > & operator-=(const Point< T > &point)
Point< T > & operator+=(const Point< T > &point)
Point< T > operator/(const T value) const
Point< T > operator*(const T value) const
bool operator>=(const Point< T > &point) const
Point< T > operator+(const T value) const
Point< T > & operator/=(const T value)
Point< T > & operator*=(const T value)