This is the complete list of members for Keypoint, including all inherited members.
get2D() const | Keypoint | |
get3D() const | Keypoint | |
getConfidence() const | Keypoint | |
getDominantColor() const | Keypoint | |
getId() const | Keypoint | |
getName() const | Keypoint | |
getStereo2D() const | Keypoint | |
is3DSet() const | Keypoint | |
isStereo() const | Keypoint | |
Keypoint()=delete | Keypoint | |
Keypoint(const Keypoint &p) | Keypoint | |
Keypoint(float x, float y, unsigned int id, const std::string &name, float confidence=0.0f) | Keypoint | |
Keypoint(const Point2D &point, unsigned int id, const std::string &name, float confidence=0.0f) | Keypoint | |
Keypoint(const Point2D &left, const Point2D &right, unsigned int id, const std::string &name, float confidence=0.0f) | Keypoint | |
set2D(const Point2D &point) | Keypoint | |
set3D(FramedPositionPtr pose) | Keypoint | |
setConfidence(float confidence) | Keypoint | |
setDominantColor(const DrawColor24Bit &color) | Keypoint | |
setStereo2D(const Point2D &left, const Point2D &right) | Keypoint | |
toString2D() const | Keypoint | |
~Keypoint() | Keypoint | inline |