MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / operator<

Method operator<

include/openpose/core/point.hpp:72–75  ·  view source on GitHub ↗

------------------------------ Comparison operators ------------------------------ // * Less comparison operator. * @param point Point to be compared. * @result Whether the instance satisfies the condition with respect to point. */

Source from the content-addressed store, hash-verified

70 * @result Whether the instance satisfies the condition with respect to point.
71 */
72 inline bool operator<(const Point<T>& point) const
73 {
74 return area() < point.area();
75 }
76
77 /**
78 * Greater comparison operator.

Callers

nothing calls this directly

Calls 1

areaMethod · 0.45

Tested by

no test coverage detected