OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
op::Rectangle< T > Member List

This is the complete list of members for op::Rectangle< T >, including all inherited members.

area() const op::Rectangle< T >inline
bottomRight() const op::Rectangle< T >
center() const op::Rectangle< T >
heightop::Rectangle< T >
operator*(const T value) const op::Rectangle< T >
operator*=(const T value)op::Rectangle< T >
operator/(const T value) const op::Rectangle< T >
operator/=(const T value)op::Rectangle< T >
operator=(const Rectangle< T > &rectangle)op::Rectangle< T >
operator=(Rectangle< T > &&rectangle)op::Rectangle< T >
recenter(const T newWidth, const T newHeight)op::Rectangle< T >
Rectangle(const T x=0, const T y=0, const T width=0, const T height=0)op::Rectangle< T >
Rectangle(const Rectangle< T > &rectangle)op::Rectangle< T >
Rectangle(Rectangle< T > &&rectangle)op::Rectangle< T >
topLeft() const op::Rectangle< T >inline
toString() const op::Rectangle< T >
widthop::Rectangle< T >
xop::Rectangle< T >
yop::Rectangle< T >