Fawkes API  Fawkes Development Version
fawkes::HumanSkeletonInterface Class Reference

#include <>>

Inheritance diagram for fawkes::HumanSkeletonInterface:

Public Types

enum  State { STATE_INVALID, STATE_DETECTING_POSE, STATE_CALIBRATING, STATE_TRACKING }
 Current tracking state for the skeleton. More...
 

Public Member Functions

const char * tostring_State (State value) const
 Convert State constant to string. More...
 
virtual bool message_valid (const Message *message) const
 Check if message is valid and can be enqueued. More...
 
State state () const
 Get state value. More...
 
void set_state (const State new_state)
 Set state value. More...
 
size_t maxlenof_state () const
 Get maximum length of state value. More...
 
uint32_t user_id () const
 Get user_id value. More...
 
void set_user_id (const uint32_t new_user_id)
 Set user_id value. More...
 
size_t maxlenof_user_id () const
 Get maximum length of user_id value. More...
 
int32_t visibility_history () const
 Get visibility_history value. More...
 
void set_visibility_history (const int32_t new_visibility_history)
 Set visibility_history value. More...
 
size_t maxlenof_visibility_history () const
 Get maximum length of visibility_history value. More...
 
char * pose () const
 Get pose value. More...
 
void set_pose (const char *new_pose)
 Set pose value. More...
 
size_t maxlenof_pose () const
 Get maximum length of pose value. More...
 
float * com () const
 Get com value. More...
 
float com (unsigned int index) const
 Get com value at given index. More...
 
void set_com (unsigned int index, const float new_com)
 Set com value at given index. More...
 
void set_com (const float *new_com)
 Set com value. More...
 
size_t maxlenof_com () const
 Get maximum length of com value. More...
 
float * pos_head () const
 Get pos_head value. More...
 
float pos_head (unsigned int index) const
 Get pos_head value at given index. More...
 
void set_pos_head (unsigned int index, const float new_pos_head)
 Set pos_head value at given index. More...
 
void set_pos_head (const float *new_pos_head)
 Set pos_head value. More...
 
size_t maxlenof_pos_head () const
 Get maximum length of pos_head value. More...
 
float pos_head_confidence () const
 Get pos_head_confidence value. More...
 
void set_pos_head_confidence (const float new_pos_head_confidence)
 Set pos_head_confidence value. More...
 
size_t maxlenof_pos_head_confidence () const
 Get maximum length of pos_head_confidence value. More...
 
float * pos_neck () const
 Get pos_neck value. More...
 
float pos_neck (unsigned int index) const
 Get pos_neck value at given index. More...
 
void set_pos_neck (unsigned int index, const float new_pos_neck)
 Set pos_neck value at given index. More...
 
void set_pos_neck (const float *new_pos_neck)
 Set pos_neck value. More...
 
size_t maxlenof_pos_neck () const
 Get maximum length of pos_neck value. More...
 
float pos_neck_confidence () const
 Get pos_neck_confidence value. More...
 
void set_pos_neck_confidence (const float new_pos_neck_confidence)
 Set pos_neck_confidence value. More...
 
size_t maxlenof_pos_neck_confidence () const
 Get maximum length of pos_neck_confidence value. More...
 
float * pos_torso () const
 Get pos_torso value. More...
 
float pos_torso (unsigned int index) const
 Get pos_torso value at given index. More...
 
void set_pos_torso (unsigned int index, const float new_pos_torso)
 Set pos_torso value at given index. More...
 
void set_pos_torso (const float *new_pos_torso)
 Set pos_torso value. More...
 
size_t maxlenof_pos_torso () const
 Get maximum length of pos_torso value. More...
 
float pos_torso_confidence () const
 Get pos_torso_confidence value. More...
 
void set_pos_torso_confidence (const float new_pos_torso_confidence)
 Set pos_torso_confidence value. More...
 
size_t maxlenof_pos_torso_confidence () const
 Get maximum length of pos_torso_confidence value. More...
 
float * pos_waist () const
 Get pos_waist value. More...
 
float pos_waist (unsigned int index) const
 Get pos_waist value at given index. More...
 
void set_pos_waist (unsigned int index, const float new_pos_waist)
 Set pos_waist value at given index. More...
 
void set_pos_waist (const float *new_pos_waist)
 Set pos_waist value. More...
 
size_t maxlenof_pos_waist () const
 Get maximum length of pos_waist value. More...
 
float pos_waist_confidence () const
 Get pos_waist_confidence value. More...
 
void set_pos_waist_confidence (const float new_pos_waist_confidence)
 Set pos_waist_confidence value. More...
 
size_t maxlenof_pos_waist_confidence () const
 Get maximum length of pos_waist_confidence value. More...
 
float * pos_left_collar () const
 Get pos_left_collar value. More...
 
float pos_left_collar (unsigned int index) const
 Get pos_left_collar value at given index. More...
 
void set_pos_left_collar (unsigned int index, const float new_pos_left_collar)
 Set pos_left_collar value at given index. More...
 
void set_pos_left_collar (const float *new_pos_left_collar)
 Set pos_left_collar value. More...
 
size_t maxlenof_pos_left_collar () const
 Get maximum length of pos_left_collar value. More...
 
float pos_left_collar_confidence () const
 Get pos_left_collar_confidence value. More...
 
void set_pos_left_collar_confidence (const float new_pos_left_collar_confidence)
 Set pos_left_collar_confidence value. More...
 
size_t maxlenof_pos_left_collar_confidence () const
 Get maximum length of pos_left_collar_confidence value. More...
 
float * pos_left_shoulder () const
 Get pos_left_shoulder value. More...
 
float pos_left_shoulder (unsigned int index) const
 Get pos_left_shoulder value at given index. More...
 
void set_pos_left_shoulder (unsigned int index, const float new_pos_left_shoulder)
 Set pos_left_shoulder value at given index. More...
 
void set_pos_left_shoulder (const float *new_pos_left_shoulder)
 Set pos_left_shoulder value. More...
 
size_t maxlenof_pos_left_shoulder () const
 Get maximum length of pos_left_shoulder value. More...
 
float pos_left_shoulder_confidence () const
 Get pos_left_shoulder_confidence value. More...
 
void set_pos_left_shoulder_confidence (const float new_pos_left_shoulder_confidence)
 Set pos_left_shoulder_confidence value. More...
 
size_t maxlenof_pos_left_shoulder_confidence () const
 Get maximum length of pos_left_shoulder_confidence value. More...
 
float * pos_left_elbow () const
 Get pos_left_elbow value. More...
 
float pos_left_elbow (unsigned int index) const
 Get pos_left_elbow value at given index. More...
 
void set_pos_left_elbow (unsigned int index, const float new_pos_left_elbow)
 Set pos_left_elbow value at given index. More...
 
void set_pos_left_elbow (const float *new_pos_left_elbow)
 Set pos_left_elbow value. More...
 
size_t maxlenof_pos_left_elbow () const
 Get maximum length of pos_left_elbow value. More...
 
float pos_left_elbow_confidence () const
 Get pos_left_elbow_confidence value. More...
 
void set_pos_left_elbow_confidence (const float new_pos_left_elbow_confidence)
 Set pos_left_elbow_confidence value. More...
 
size_t maxlenof_pos_left_elbow_confidence () const
 Get maximum length of pos_left_elbow_confidence value. More...
 
float * pos_left_wrist () const
 Get pos_left_wrist value. More...
 
float pos_left_wrist (unsigned int index) const
 Get pos_left_wrist value at given index. More...
 
void set_pos_left_wrist (unsigned int index, const float new_pos_left_wrist)
 Set pos_left_wrist value at given index. More...
 
void set_pos_left_wrist (const float *new_pos_left_wrist)
 Set pos_left_wrist value. More...
 
size_t maxlenof_pos_left_wrist () const
 Get maximum length of pos_left_wrist value. More...
 
float pos_left_wrist_confidence () const
 Get pos_left_wrist_confidence value. More...
 
void set_pos_left_wrist_confidence (const float new_pos_left_wrist_confidence)
 Set pos_left_wrist_confidence value. More...
 
size_t maxlenof_pos_left_wrist_confidence () const
 Get maximum length of pos_left_wrist_confidence value. More...
 
float * pos_left_hand () const
 Get pos_left_hand value. More...
 
float pos_left_hand (unsigned int index) const
 Get pos_left_hand value at given index. More...
 
void set_pos_left_hand (unsigned int index, const float new_pos_left_hand)
 Set pos_left_hand value at given index. More...
 
void set_pos_left_hand (const float *new_pos_left_hand)
 Set pos_left_hand value. More...
 
size_t maxlenof_pos_left_hand () const
 Get maximum length of pos_left_hand value. More...
 
float pos_left_hand_confidence () const
 Get pos_left_hand_confidence value. More...
 
void set_pos_left_hand_confidence (const float new_pos_left_hand_confidence)
 Set pos_left_hand_confidence value. More...
 
size_t maxlenof_pos_left_hand_confidence () const
 Get maximum length of pos_left_hand_confidence value. More...
 
float * pos_left_fingertip () const
 Get pos_left_fingertip value. More...
 
float pos_left_fingertip (unsigned int index) const
 Get pos_left_fingertip value at given index. More...
 
void set_pos_left_fingertip (unsigned int index, const float new_pos_left_fingertip)
 Set pos_left_fingertip value at given index. More...
 
void set_pos_left_fingertip (const float *new_pos_left_fingertip)
 Set pos_left_fingertip value. More...
 
size_t maxlenof_pos_left_fingertip () const
 Get maximum length of pos_left_fingertip value. More...
 
float pos_left_fingertip_confidence () const
 Get pos_left_fingertip_confidence value. More...
 
void set_pos_left_fingertip_confidence (const float new_pos_left_fingertip_confidence)
 Set pos_left_fingertip_confidence value. More...
 
size_t maxlenof_pos_left_fingertip_confidence () const
 Get maximum length of pos_left_fingertip_confidence value. More...
 
float * pos_right_collar () const
 Get pos_right_collar value. More...
 
float pos_right_collar (unsigned int index) const
 Get pos_right_collar value at given index. More...
 
void set_pos_right_collar (unsigned int index, const float new_pos_right_collar)
 Set pos_right_collar value at given index. More...
 
void set_pos_right_collar (const float *new_pos_right_collar)
 Set pos_right_collar value. More...
 
size_t maxlenof_pos_right_collar () const
 Get maximum length of pos_right_collar value. More...
 
float pos_right_collar_confidence () const
 Get pos_right_collar_confidence value. More...
 
void set_pos_right_collar_confidence (const float new_pos_right_collar_confidence)
 Set pos_right_collar_confidence value. More...
 
size_t maxlenof_pos_right_collar_confidence () const
 Get maximum length of pos_right_collar_confidence value. More...
 
float * pos_right_shoulder () const
 Get pos_right_shoulder value. More...
 
float pos_right_shoulder (unsigned int index) const
 Get pos_right_shoulder value at given index. More...
 
void set_pos_right_shoulder (unsigned int index, const float new_pos_right_shoulder)
 Set pos_right_shoulder value at given index. More...
 
void set_pos_right_shoulder (const float *new_pos_right_shoulder)
 Set pos_right_shoulder value. More...
 
size_t maxlenof_pos_right_shoulder () const
 Get maximum length of pos_right_shoulder value. More...
 
float pos_right_shoulder_confidence () const
 Get pos_right_shoulder_confidence value. More...
 
void set_pos_right_shoulder_confidence (const float new_pos_right_shoulder_confidence)
 Set pos_right_shoulder_confidence value. More...
 
size_t maxlenof_pos_right_shoulder_confidence () const
 Get maximum length of pos_right_shoulder_confidence value. More...
 
float * pos_right_elbow () const
 Get pos_right_elbow value. More...
 
float pos_right_elbow (unsigned int index) const
 Get pos_right_elbow value at given index. More...
 
void set_pos_right_elbow (unsigned int index, const float new_pos_right_elbow)
 Set pos_right_elbow value at given index. More...
 
void set_pos_right_elbow (const float *new_pos_right_elbow)
 Set pos_right_elbow value. More...
 
size_t maxlenof_pos_right_elbow () const
 Get maximum length of pos_right_elbow value. More...
 
float pos_right_elbow_confidence () const
 Get pos_right_elbow_confidence value. More...
 
void set_pos_right_elbow_confidence (const float new_pos_right_elbow_confidence)
 Set pos_right_elbow_confidence value. More...
 
size_t maxlenof_pos_right_elbow_confidence () const
 Get maximum length of pos_right_elbow_confidence value. More...
 
float * pos_right_wrist () const
 Get pos_right_wrist value. More...
 
float pos_right_wrist (unsigned int index) const
 Get pos_right_wrist value at given index. More...
 
void set_pos_right_wrist (unsigned int index, const float new_pos_right_wrist)
 Set pos_right_wrist value at given index. More...
 
void set_pos_right_wrist (const float *new_pos_right_wrist)
 Set pos_right_wrist value. More...
 
size_t maxlenof_pos_right_wrist () const
 Get maximum length of pos_right_wrist value. More...
 
float pos_right_wrist_confidence () const
 Get pos_right_wrist_confidence value. More...
 
void set_pos_right_wrist_confidence (const float new_pos_right_wrist_confidence)
 Set pos_right_wrist_confidence value. More...
 
size_t maxlenof_pos_right_wrist_confidence () const
 Get maximum length of pos_right_wrist_confidence value. More...
 
float * pos_right_hand () const
 Get pos_right_hand value. More...
 
float pos_right_hand (unsigned int index) const
 Get pos_right_hand value at given index. More...
 
void set_pos_right_hand (unsigned int index, const float new_pos_right_hand)
 Set pos_right_hand value at given index. More...
 
void set_pos_right_hand (const float *new_pos_right_hand)
 Set pos_right_hand value. More...
 
size_t maxlenof_pos_right_hand () const
 Get maximum length of pos_right_hand value. More...
 
float pos_right_hand_confidence () const
 Get pos_right_hand_confidence value. More...
 
void set_pos_right_hand_confidence (const float new_pos_right_hand_confidence)
 Set pos_right_hand_confidence value. More...
 
size_t maxlenof_pos_right_hand_confidence () const
 Get maximum length of pos_right_hand_confidence value. More...
 
float * pos_right_fingertip () const
 Get pos_right_fingertip value. More...
 
float pos_right_fingertip (unsigned int index) const
 Get pos_right_fingertip value at given index. More...
 
void set_pos_right_fingertip (unsigned int index, const float new_pos_right_fingertip)
 Set pos_right_fingertip value at given index. More...
 
void set_pos_right_fingertip (const float *new_pos_right_fingertip)
 Set pos_right_fingertip value. More...
 
size_t maxlenof_pos_right_fingertip () const
 Get maximum length of pos_right_fingertip value. More...
 
float pos_right_fingertip_confidence () const
 Get pos_right_fingertip_confidence value. More...
 
void set_pos_right_fingertip_confidence (const float new_pos_right_fingertip_confidence)
 Set pos_right_fingertip_confidence value. More...
 
size_t maxlenof_pos_right_fingertip_confidence () const
 Get maximum length of pos_right_fingertip_confidence value. More...
 
float * pos_left_hip () const
 Get pos_left_hip value. More...
 
float pos_left_hip (unsigned int index) const
 Get pos_left_hip value at given index. More...
 
void set_pos_left_hip (unsigned int index, const float new_pos_left_hip)
 Set pos_left_hip value at given index. More...
 
void set_pos_left_hip (const float *new_pos_left_hip)
 Set pos_left_hip value. More...
 
size_t maxlenof_pos_left_hip () const
 Get maximum length of pos_left_hip value. More...
 
float pos_left_hip_confidence () const
 Get pos_left_hip_confidence value. More...
 
void set_pos_left_hip_confidence (const float new_pos_left_hip_confidence)
 Set pos_left_hip_confidence value. More...
 
size_t maxlenof_pos_left_hip_confidence () const
 Get maximum length of pos_left_hip_confidence value. More...
 
float * pos_left_knee () const
 Get pos_left_knee value. More...
 
float pos_left_knee (unsigned int index) const
 Get pos_left_knee value at given index. More...
 
void set_pos_left_knee (unsigned int index, const float new_pos_left_knee)
 Set pos_left_knee value at given index. More...
 
void set_pos_left_knee (const float *new_pos_left_knee)
 Set pos_left_knee value. More...
 
size_t maxlenof_pos_left_knee () const
 Get maximum length of pos_left_knee value. More...
 
float pos_left_knee_confidence () const
 Get pos_left_knee_confidence value. More...
 
void set_pos_left_knee_confidence (const float new_pos_left_knee_confidence)
 Set pos_left_knee_confidence value. More...
 
size_t maxlenof_pos_left_knee_confidence () const
 Get maximum length of pos_left_knee_confidence value. More...
 
float * pos_left_ankle () const
 Get pos_left_ankle value. More...
 
float pos_left_ankle (unsigned int index) const
 Get pos_left_ankle value at given index. More...
 
void set_pos_left_ankle (unsigned int index, const float new_pos_left_ankle)
 Set pos_left_ankle value at given index. More...
 
void set_pos_left_ankle (const float *new_pos_left_ankle)
 Set pos_left_ankle value. More...
 
size_t maxlenof_pos_left_ankle () const
 Get maximum length of pos_left_ankle value. More...
 
float pos_left_ankle_confidence () const
 Get pos_left_ankle_confidence value. More...
 
void set_pos_left_ankle_confidence (const float new_pos_left_ankle_confidence)
 Set pos_left_ankle_confidence value. More...
 
size_t maxlenof_pos_left_ankle_confidence () const
 Get maximum length of pos_left_ankle_confidence value. More...
 
float * pos_left_foot () const
 Get pos_left_foot value. More...
 
float pos_left_foot (unsigned int index) const
 Get pos_left_foot value at given index. More...
 
void set_pos_left_foot (unsigned int index, const float new_pos_left_foot)
 Set pos_left_foot value at given index. More...
 
void set_pos_left_foot (const float *new_pos_left_foot)
 Set pos_left_foot value. More...
 
size_t maxlenof_pos_left_foot () const
 Get maximum length of pos_left_foot value. More...
 
float pos_left_foot_confidence () const
 Get pos_left_foot_confidence value. More...
 
void set_pos_left_foot_confidence (const float new_pos_left_foot_confidence)
 Set pos_left_foot_confidence value. More...
 
size_t maxlenof_pos_left_foot_confidence () const
 Get maximum length of pos_left_foot_confidence value. More...
 
float * pos_right_hip () const
 Get pos_right_hip value. More...
 
float pos_right_hip (unsigned int index) const
 Get pos_right_hip value at given index. More...
 
void set_pos_right_hip (unsigned int index, const float new_pos_right_hip)
 Set pos_right_hip value at given index. More...
 
void set_pos_right_hip (const float *new_pos_right_hip)
 Set pos_right_hip value. More...
 
size_t maxlenof_pos_right_hip () const
 Get maximum length of pos_right_hip value. More...
 
float pos_right_hip_confidence () const
 Get pos_right_hip_confidence value. More...
 
void set_pos_right_hip_confidence (const float new_pos_right_hip_confidence)
 Set pos_right_hip_confidence value. More...
 
size_t maxlenof_pos_right_hip_confidence () const
 Get maximum length of pos_right_hip_confidence value. More...
 
float * pos_right_knee () const
 Get pos_right_knee value. More...
 
float pos_right_knee (unsigned int index) const
 Get pos_right_knee value at given index. More...
 
void set_pos_right_knee (unsigned int index, const float new_pos_right_knee)
 Set pos_right_knee value at given index. More...
 
void set_pos_right_knee (const float *new_pos_right_knee)
 Set pos_right_knee value. More...
 
size_t maxlenof_pos_right_knee () const
 Get maximum length of pos_right_knee value. More...
 
float pos_right_knee_confidence () const
 Get pos_right_knee_confidence value. More...
 
void set_pos_right_knee_confidence (const float new_pos_right_knee_confidence)
 Set pos_right_knee_confidence value. More...
 
size_t maxlenof_pos_right_knee_confidence () const
 Get maximum length of pos_right_knee_confidence value. More...
 
float * pos_right_ankle () const
 Get pos_right_ankle value. More...
 
float pos_right_ankle (unsigned int index) const
 Get pos_right_ankle value at given index. More...
 
void set_pos_right_ankle (unsigned int index, const float new_pos_right_ankle)
 Set pos_right_ankle value at given index. More...
 
void set_pos_right_ankle (const float *new_pos_right_ankle)
 Set pos_right_ankle value. More...
 
size_t maxlenof_pos_right_ankle () const
 Get maximum length of pos_right_ankle value. More...
 
float pos_right_ankle_confidence () const
 Get pos_right_ankle_confidence value. More...
 
void set_pos_right_ankle_confidence (const float new_pos_right_ankle_confidence)
 Set pos_right_ankle_confidence value. More...
 
size_t maxlenof_pos_right_ankle_confidence () const
 Get maximum length of pos_right_ankle_confidence value. More...
 
float * pos_right_foot () const
 Get pos_right_foot value. More...
 
float pos_right_foot (unsigned int index) const
 Get pos_right_foot value at given index. More...
 
void set_pos_right_foot (unsigned int index, const float new_pos_right_foot)
 Set pos_right_foot value at given index. More...
 
void set_pos_right_foot (const float *new_pos_right_foot)
 Set pos_right_foot value. More...
 
size_t maxlenof_pos_right_foot () const
 Get maximum length of pos_right_foot value. More...
 
float pos_right_foot_confidence () const
 Get pos_right_foot_confidence value. More...
 
void set_pos_right_foot_confidence (const float new_pos_right_foot_confidence)
 Set pos_right_foot_confidence value. More...
 
size_t maxlenof_pos_right_foot_confidence () const
 Get maximum length of pos_right_foot_confidence value. More...
 
float * ori_head () const
 Get ori_head value. More...
 
float ori_head (unsigned int index) const
 Get ori_head value at given index. More...
 
void set_ori_head (unsigned int index, const float new_ori_head)
 Set ori_head value at given index. More...
 
void set_ori_head (const float *new_ori_head)
 Set ori_head value. More...
 
size_t maxlenof_ori_head () const
 Get maximum length of ori_head value. More...
 
float ori_head_confidence () const
 Get ori_head_confidence value. More...
 
void set_ori_head_confidence (const float new_ori_head_confidence)
 Set ori_head_confidence value. More...
 
size_t maxlenof_ori_head_confidence () const
 Get maximum length of ori_head_confidence value. More...
 
float * ori_neck () const
 Get ori_neck value. More...
 
float ori_neck (unsigned int index) const
 Get ori_neck value at given index. More...
 
void set_ori_neck (unsigned int index, const float new_ori_neck)
 Set ori_neck value at given index. More...
 
void set_ori_neck (const float *new_ori_neck)
 Set ori_neck value. More...
 
size_t maxlenof_ori_neck () const
 Get maximum length of ori_neck value. More...
 
float ori_neck_confidence () const
 Get ori_neck_confidence value. More...
 
void set_ori_neck_confidence (const float new_ori_neck_confidence)
 Set ori_neck_confidence value. More...
 
size_t maxlenof_ori_neck_confidence () const
 Get maximum length of ori_neck_confidence value. More...
 
float * ori_torso () const
 Get ori_torso value. More...
 
float ori_torso (unsigned int index) const
 Get ori_torso value at given index. More...
 
void set_ori_torso (unsigned int index, const float new_ori_torso)
 Set ori_torso value at given index. More...
 
void set_ori_torso (const float *new_ori_torso)
 Set ori_torso value. More...
 
size_t maxlenof_ori_torso () const
 Get maximum length of ori_torso value. More...
 
float ori_torso_confidence () const
 Get ori_torso_confidence value. More...
 
void set_ori_torso_confidence (const float new_ori_torso_confidence)
 Set ori_torso_confidence value. More...
 
size_t maxlenof_ori_torso_confidence () const
 Get maximum length of ori_torso_confidence value. More...
 
float * ori_waist () const
 Get ori_waist value. More...
 
float ori_waist (unsigned int index) const
 Get ori_waist value at given index. More...
 
void set_ori_waist (unsigned int index, const float new_ori_waist)
 Set ori_waist value at given index. More...
 
void set_ori_waist (const float *new_ori_waist)
 Set ori_waist value. More...
 
size_t maxlenof_ori_waist () const
 Get maximum length of ori_waist value. More...
 
float ori_waist_confidence () const
 Get ori_waist_confidence value. More...
 
void set_ori_waist_confidence (const float new_ori_waist_confidence)
 Set ori_waist_confidence value. More...
 
size_t maxlenof_ori_waist_confidence () const
 Get maximum length of ori_waist_confidence value. More...
 
float * ori_left_collar () const
 Get ori_left_collar value. More...
 
float ori_left_collar (unsigned int index) const
 Get ori_left_collar value at given index. More...
 
void set_ori_left_collar (unsigned int index, const float new_ori_left_collar)
 Set ori_left_collar value at given index. More...
 
void set_ori_left_collar (const float *new_ori_left_collar)
 Set ori_left_collar value. More...
 
size_t maxlenof_ori_left_collar () const
 Get maximum length of ori_left_collar value. More...
 
float ori_left_collar_confidence () const
 Get ori_left_collar_confidence value. More...
 
void set_ori_left_collar_confidence (const float new_ori_left_collar_confidence)
 Set ori_left_collar_confidence value. More...
 
size_t maxlenof_ori_left_collar_confidence () const
 Get maximum length of ori_left_collar_confidence value. More...
 
float * ori_left_shoulder () const
 Get ori_left_shoulder value. More...
 
float ori_left_shoulder (unsigned int index) const
 Get ori_left_shoulder value at given index. More...
 
void set_ori_left_shoulder (unsigned int index, const float new_ori_left_shoulder)
 Set ori_left_shoulder value at given index. More...
 
void set_ori_left_shoulder (const float *new_ori_left_shoulder)
 Set ori_left_shoulder value. More...
 
size_t maxlenof_ori_left_shoulder () const
 Get maximum length of ori_left_shoulder value. More...
 
float ori_left_shoulder_confidence () const
 Get ori_left_shoulder_confidence value. More...
 
void set_ori_left_shoulder_confidence (const float new_ori_left_shoulder_confidence)
 Set ori_left_shoulder_confidence value. More...
 
size_t maxlenof_ori_left_shoulder_confidence () const
 Get maximum length of ori_left_shoulder_confidence value. More...
 
float * ori_left_elbow () const
 Get ori_left_elbow value. More...
 
float ori_left_elbow (unsigned int index) const
 Get ori_left_elbow value at given index. More...
 
void set_ori_left_elbow (unsigned int index, const float new_ori_left_elbow)
 Set ori_left_elbow value at given index. More...
 
void set_ori_left_elbow (const float *new_ori_left_elbow)
 Set ori_left_elbow value. More...
 
size_t maxlenof_ori_left_elbow () const
 Get maximum length of ori_left_elbow value. More...
 
float ori_left_elbow_confidence () const
 Get ori_left_elbow_confidence value. More...
 
void set_ori_left_elbow_confidence (const float new_ori_left_elbow_confidence)
 Set ori_left_elbow_confidence value. More...
 
size_t maxlenof_ori_left_elbow_confidence () const
 Get maximum length of ori_left_elbow_confidence value. More...
 
float * ori_left_wrist () const
 Get ori_left_wrist value. More...
 
float ori_left_wrist (unsigned int index) const
 Get ori_left_wrist value at given index. More...
 
void set_ori_left_wrist (unsigned int index, const float new_ori_left_wrist)
 Set ori_left_wrist value at given index. More...
 
void set_ori_left_wrist (const float *new_ori_left_wrist)
 Set ori_left_wrist value. More...
 
size_t maxlenof_ori_left_wrist () const
 Get maximum length of ori_left_wrist value. More...
 
float ori_left_wrist_confidence () const
 Get ori_left_wrist_confidence value. More...
 
void set_ori_left_wrist_confidence (const float new_ori_left_wrist_confidence)
 Set ori_left_wrist_confidence value. More...
 
size_t maxlenof_ori_left_wrist_confidence () const
 Get maximum length of ori_left_wrist_confidence value. More...
 
float * ori_left_hand () const
 Get ori_left_hand value. More...
 
float ori_left_hand (unsigned int index) const
 Get ori_left_hand value at given index. More...
 
void set_ori_left_hand (unsigned int index, const float new_ori_left_hand)
 Set ori_left_hand value at given index. More...
 
void set_ori_left_hand (const float *new_ori_left_hand)
 Set ori_left_hand value. More...
 
size_t maxlenof_ori_left_hand () const
 Get maximum length of ori_left_hand value. More...
 
float ori_left_hand_confidence () const
 Get ori_left_hand_confidence value. More...
 
void set_ori_left_hand_confidence (const float new_ori_left_hand_confidence)
 Set ori_left_hand_confidence value. More...
 
size_t maxlenof_ori_left_hand_confidence () const
 Get maximum length of ori_left_hand_confidence value. More...
 
float * ori_left_fingertip () const
 Get ori_left_fingertip value. More...
 
float ori_left_fingertip (unsigned int index) const
 Get ori_left_fingertip value at given index. More...
 
void set_ori_left_fingertip (unsigned int index, const float new_ori_left_fingertip)
 Set ori_left_fingertip value at given index. More...
 
void set_ori_left_fingertip (const float *new_ori_left_fingertip)
 Set ori_left_fingertip value. More...
 
size_t maxlenof_ori_left_fingertip () const
 Get maximum length of ori_left_fingertip value. More...
 
float ori_left_fingertip_confidence () const
 Get ori_left_fingertip_confidence value. More...
 
void set_ori_left_fingertip_confidence (const float new_ori_left_fingertip_confidence)
 Set ori_left_fingertip_confidence value. More...
 
size_t maxlenof_ori_left_fingertip_confidence () const
 Get maximum length of ori_left_fingertip_confidence value. More...
 
float * ori_right_collar () const
 Get ori_right_collar value. More...
 
float ori_right_collar (unsigned int index) const
 Get ori_right_collar value at given index. More...
 
void set_ori_right_collar (unsigned int index, const float new_ori_right_collar)
 Set ori_right_collar value at given index. More...
 
void set_ori_right_collar (const float *new_ori_right_collar)
 Set ori_right_collar value. More...
 
size_t maxlenof_ori_right_collar () const
 Get maximum length of ori_right_collar value. More...
 
float ori_right_collar_confidence () const
 Get ori_right_collar_confidence value. More...
 
void set_ori_right_collar_confidence (const float new_ori_right_collar_confidence)
 Set ori_right_collar_confidence value. More...
 
size_t maxlenof_ori_right_collar_confidence () const
 Get maximum length of ori_right_collar_confidence value. More...
 
float * ori_right_shoulder () const
 Get ori_right_shoulder value. More...
 
float ori_right_shoulder (unsigned int index) const
 Get ori_right_shoulder value at given index. More...
 
void set_ori_right_shoulder (unsigned int index, const float new_ori_right_shoulder)
 Set ori_right_shoulder value at given index. More...
 
void set_ori_right_shoulder (const float *new_ori_right_shoulder)
 Set ori_right_shoulder value. More...
 
size_t maxlenof_ori_right_shoulder () const
 Get maximum length of ori_right_shoulder value. More...
 
float ori_right_shoulder_confidence () const
 Get ori_right_shoulder_confidence value. More...
 
void set_ori_right_shoulder_confidence (const float new_ori_right_shoulder_confidence)
 Set ori_right_shoulder_confidence value. More...
 
size_t maxlenof_ori_right_shoulder_confidence () const
 Get maximum length of ori_right_shoulder_confidence value. More...
 
float * ori_right_elbow () const
 Get ori_right_elbow value. More...
 
float ori_right_elbow (unsigned int index) const
 Get ori_right_elbow value at given index. More...
 
void set_ori_right_elbow (unsigned int index, const float new_ori_right_elbow)
 Set ori_right_elbow value at given index. More...
 
void set_ori_right_elbow (const float *new_ori_right_elbow)
 Set ori_right_elbow value. More...
 
size_t maxlenof_ori_right_elbow () const
 Get maximum length of ori_right_elbow value. More...
 
float ori_right_elbow_confidence () const
 Get ori_right_elbow_confidence value. More...
 
void set_ori_right_elbow_confidence (const float new_ori_right_elbow_confidence)
 Set ori_right_elbow_confidence value. More...
 
size_t maxlenof_ori_right_elbow_confidence () const
 Get maximum length of ori_right_elbow_confidence value. More...
 
float * ori_right_wrist () const
 Get ori_right_wrist value. More...
 
float ori_right_wrist (unsigned int index) const
 Get ori_right_wrist value at given index. More...
 
void set_ori_right_wrist (unsigned int index, const float new_ori_right_wrist)
 Set ori_right_wrist value at given index. More...
 
void set_ori_right_wrist (const float *new_ori_right_wrist)
 Set ori_right_wrist value. More...
 
size_t maxlenof_ori_right_wrist () const
 Get maximum length of ori_right_wrist value. More...
 
float ori_right_wrist_confidence () const
 Get ori_right_wrist_confidence value. More...
 
void set_ori_right_wrist_confidence (const float new_ori_right_wrist_confidence)
 Set ori_right_wrist_confidence value. More...
 
size_t maxlenof_ori_right_wrist_confidence () const
 Get maximum length of ori_right_wrist_confidence value. More...
 
float * ori_right_hand () const
 Get ori_right_hand value. More...
 
float ori_right_hand (unsigned int index) const
 Get ori_right_hand value at given index. More...
 
void set_ori_right_hand (unsigned int index, const float new_ori_right_hand)
 Set ori_right_hand value at given index. More...
 
void set_ori_right_hand (const float *new_ori_right_hand)
 Set ori_right_hand value. More...
 
size_t maxlenof_ori_right_hand () const
 Get maximum length of ori_right_hand value. More...
 
float ori_right_hand_confidence () const
 Get ori_right_hand_confidence value. More...
 
void set_ori_right_hand_confidence (const float new_ori_right_hand_confidence)
 Set ori_right_hand_confidence value. More...
 
size_t maxlenof_ori_right_hand_confidence () const
 Get maximum length of ori_right_hand_confidence value. More...
 
float * ori_right_fingertip () const
 Get ori_right_fingertip value. More...
 
float ori_right_fingertip (unsigned int index) const
 Get ori_right_fingertip value at given index. More...
 
void set_ori_right_fingertip (unsigned int index, const float new_ori_right_fingertip)
 Set ori_right_fingertip value at given index. More...
 
void set_ori_right_fingertip (const float *new_ori_right_fingertip)
 Set ori_right_fingertip value. More...
 
size_t maxlenof_ori_right_fingertip () const
 Get maximum length of ori_right_fingertip value. More...
 
float ori_right_fingertip_confidence () const
 Get ori_right_fingertip_confidence value. More...
 
void set_ori_right_fingertip_confidence (const float new_ori_right_fingertip_confidence)
 Set ori_right_fingertip_confidence value. More...
 
size_t maxlenof_ori_right_fingertip_confidence () const
 Get maximum length of ori_right_fingertip_confidence value. More...
 
float * ori_left_hip () const
 Get ori_left_hip value. More...
 
float ori_left_hip (unsigned int index) const
 Get ori_left_hip value at given index. More...
 
void set_ori_left_hip (unsigned int index, const float new_ori_left_hip)
 Set ori_left_hip value at given index. More...
 
void set_ori_left_hip (const float *new_ori_left_hip)
 Set ori_left_hip value. More...
 
size_t maxlenof_ori_left_hip () const
 Get maximum length of ori_left_hip value. More...
 
float ori_left_hip_confidence () const
 Get ori_left_hip_confidence value. More...
 
void set_ori_left_hip_confidence (const float new_ori_left_hip_confidence)
 Set ori_left_hip_confidence value. More...
 
size_t maxlenof_ori_left_hip_confidence () const
 Get maximum length of ori_left_hip_confidence value. More...
 
float * ori_left_knee () const
 Get ori_left_knee value. More...
 
float ori_left_knee (unsigned int index) const
 Get ori_left_knee value at given index. More...
 
void set_ori_left_knee (unsigned int index, const float new_ori_left_knee)
 Set ori_left_knee value at given index. More...
 
void set_ori_left_knee (const float *new_ori_left_knee)
 Set ori_left_knee value. More...
 
size_t maxlenof_ori_left_knee () const
 Get maximum length of ori_left_knee value. More...
 
float ori_left_knee_confidence () const
 Get ori_left_knee_confidence value. More...
 
void set_ori_left_knee_confidence (const float new_ori_left_knee_confidence)
 Set ori_left_knee_confidence value. More...
 
size_t maxlenof_ori_left_knee_confidence () const
 Get maximum length of ori_left_knee_confidence value. More...
 
float * ori_left_ankle () const
 Get ori_left_ankle value. More...
 
float ori_left_ankle (unsigned int index) const
 Get ori_left_ankle value at given index. More...
 
void set_ori_left_ankle (unsigned int index, const float new_ori_left_ankle)
 Set ori_left_ankle value at given index. More...
 
void set_ori_left_ankle (const float *new_ori_left_ankle)
 Set ori_left_ankle value. More...
 
size_t maxlenof_ori_left_ankle () const
 Get maximum length of ori_left_ankle value. More...
 
float ori_left_ankle_confidence () const
 Get ori_left_ankle_confidence value. More...
 
void set_ori_left_ankle_confidence (const float new_ori_left_ankle_confidence)
 Set ori_left_ankle_confidence value. More...
 
size_t maxlenof_ori_left_ankle_confidence () const
 Get maximum length of ori_left_ankle_confidence value. More...
 
float * ori_left_foot () const
 Get ori_left_foot value. More...
 
float ori_left_foot (unsigned int index) const
 Get ori_left_foot value at given index. More...
 
void set_ori_left_foot (unsigned int index, const float new_ori_left_foot)
 Set ori_left_foot value at given index. More...
 
void set_ori_left_foot (const float *new_ori_left_foot)
 Set ori_left_foot value. More...
 
size_t maxlenof_ori_left_foot () const
 Get maximum length of ori_left_foot value. More...
 
float ori_left_foot_confidence () const
 Get ori_left_foot_confidence value. More...
 
void set_ori_left_foot_confidence (const float new_ori_left_foot_confidence)
 Set ori_left_foot_confidence value. More...
 
size_t maxlenof_ori_left_foot_confidence () const
 Get maximum length of ori_left_foot_confidence value. More...
 
float * ori_right_hip () const
 Get ori_right_hip value. More...
 
float ori_right_hip (unsigned int index) const
 Get ori_right_hip value at given index. More...
 
void set_ori_right_hip (unsigned int index, const float new_ori_right_hip)
 Set ori_right_hip value at given index. More...
 
void set_ori_right_hip (const float *new_ori_right_hip)
 Set ori_right_hip value. More...
 
size_t maxlenof_ori_right_hip () const
 Get maximum length of ori_right_hip value. More...
 
float ori_right_hip_confidence () const
 Get ori_right_hip_confidence value. More...
 
void set_ori_right_hip_confidence (const float new_ori_right_hip_confidence)
 Set ori_right_hip_confidence value. More...
 
size_t maxlenof_ori_right_hip_confidence () const
 Get maximum length of ori_right_hip_confidence value. More...
 
float * ori_right_knee () const
 Get ori_right_knee value. More...
 
float ori_right_knee (unsigned int index) const
 Get ori_right_knee value at given index. More...
 
void set_ori_right_knee (unsigned int index, const float new_ori_right_knee)
 Set ori_right_knee value at given index. More...
 
void set_ori_right_knee (const float *new_ori_right_knee)
 Set ori_right_knee value. More...
 
size_t maxlenof_ori_right_knee () const
 Get maximum length of ori_right_knee value. More...
 
float ori_right_knee_confidence () const
 Get ori_right_knee_confidence value. More...
 
void set_ori_right_knee_confidence (const float new_ori_right_knee_confidence)
 Set ori_right_knee_confidence value. More...
 
size_t maxlenof_ori_right_knee_confidence () const
 Get maximum length of ori_right_knee_confidence value. More...
 
float * ori_right_ankle () const
 Get ori_right_ankle value. More...
 
float ori_right_ankle (unsigned int index) const
 Get ori_right_ankle value at given index. More...
 
void set_ori_right_ankle (unsigned int index, const float new_ori_right_ankle)
 Set ori_right_ankle value at given index. More...
 
void set_ori_right_ankle (const float *new_ori_right_ankle)
 Set ori_right_ankle value. More...
 
size_t maxlenof_ori_right_ankle () const
 Get maximum length of ori_right_ankle value. More...
 
float ori_right_ankle_confidence () const
 Get ori_right_ankle_confidence value. More...
 
void set_ori_right_ankle_confidence (const float new_ori_right_ankle_confidence)
 Set ori_right_ankle_confidence value. More...
 
size_t maxlenof_ori_right_ankle_confidence () const
 Get maximum length of ori_right_ankle_confidence value. More...
 
float * ori_right_foot () const
 Get ori_right_foot value. More...
 
float ori_right_foot (unsigned int index) const
 Get ori_right_foot value at given index. More...
 
void set_ori_right_foot (unsigned int index, const float new_ori_right_foot)
 Set ori_right_foot value at given index. More...
 
void set_ori_right_foot (const float *new_ori_right_foot)
 Set ori_right_foot value. More...
 
size_t maxlenof_ori_right_foot () const
 Get maximum length of ori_right_foot value. More...
 
float ori_right_foot_confidence () const
 Get ori_right_foot_confidence value. More...
 
void set_ori_right_foot_confidence (const float new_ori_right_foot_confidence)
 Set ori_right_foot_confidence value. More...
 
size_t maxlenof_ori_right_foot_confidence () const
 Get maximum length of ori_right_foot_confidence value. More...
 
virtual Messagecreate_message (const char *type) const
 
virtual void copy_values (const Interface *other)
 Copy values from other interface. More...
 
virtual const char * enum_tostring (const char *enumtype, int val) const
 
- Public Member Functions inherited from fawkes::Interface
virtual ~Interface ()
 Destructor. More...
 
bool oftype (const char *interface_type) const
 Check if interface is of given type. More...
 
const void * datachunk () const
 Get data chunk. More...
 
unsigned int datasize () const
 Get data size. More...
 
const char * type () const
 Get type of interface. More...
 
const char * id () const
 Get identifier of interface. More...
 
const char * uid () const
 Get unique identifier of interface. More...
 
unsigned short serial () const
 Get instance serial of interface. More...
 
unsigned int mem_serial () const
 Get memory serial of interface. More...
 
bool operator== (Interface &comp) const
 Check equality of two interfaces. More...
 
const unsigned char * hash () const
 Get interface hash. More...
 
size_t hash_size () const
 Get size of interface hash. More...
 
const char * hash_printable () const
 Get printable interface hash. More...
 
bool is_writer () const
 Check if this is a writing instance. More...
 
void set_validity (bool valid)
 Mark this interface invalid. More...
 
bool is_valid () const
 Check validity of interface. More...
 
const char * owner () const
 Get owner of interface. More...
 
void set_from_chunk (void *chunk)
 Set from a raw data chunk. More...
 
void resize_buffers (unsigned int num_buffers)
 Resize buffer array. More...
 
unsigned int num_buffers () const
 Get number of buffers. More...
 
void copy_shared_to_buffer (unsigned int buffer)
 Copy data from private memory to buffer. More...
 
void copy_private_to_buffer (unsigned int buffer)
 Copy data from private memory to buffer. More...
 
void read_from_buffer (unsigned int buffer)
 Copy data from buffer to private memory. More...
 
int compare_buffers (unsigned int buffer)
 Compare buffer to private memory. More...
 
Time buffer_timestamp (unsigned int buffer)
 Get time of a buffer. More...
 
void buffer_timestamp (unsigned int buffer, Time *timestamp)
 Get time of a buffer. More...
 
void read ()
 Read from BlackBoard into local copy. More...
 
void write ()
 Write from local copy into BlackBoard memory. More...
 
bool has_writer () const
 Check if there is a writer for the interface. More...
 
unsigned int num_readers () const
 Get the number of readers. More...
 
std::string writer () const
 Get owner name of writing interface instance. More...
 
std::list< std::string > readers () const
 Get owner names of reading interface instances. More...
 
bool changed () const
 Check if data has been changed. More...
 
const Timetimestamp () const
 Get timestamp of last write. More...
 
void set_auto_timestamping (bool enabled)
 Enable or disable automated timestamping. More...
 
void set_timestamp (const Time *t=NULL)
 Set timestamp. More...
 
void set_clock (Clock *clock)
 Set clock to use for timestamping. More...
 
void mark_data_changed ()
 Mark data as changed. More...
 
std::list< const char * > get_message_types ()
 Obtain a list of textual representations of the message types available for this interface. More...
 
unsigned int msgq_enqueue (Message *message)
 Enqueue message at end of queue. More...
 
unsigned int msgq_enqueue_copy (Message *message)
 Enqueue copy of message at end of queue. More...
 
void msgq_remove (Message *message)
 Remove message from queue. More...
 
void msgq_remove (unsigned int message_id)
 Remove message from queue. More...
 
unsigned int msgq_size ()
 Get size of message queue. More...
 
void msgq_flush ()
 Flush all messages. More...
 
void msgq_lock ()
 Lock message queue. More...
 
bool msgq_try_lock ()
 Try to lock message queue. More...
 
void msgq_unlock ()
 Unlock message queue. More...
 
void msgq_pop ()
 Erase first message from queue. More...
 
Messagemsgq_first ()
 Get the first message from the message queue. More...
 
bool msgq_empty ()
 Check if queue is empty. More...
 
void msgq_append (Message *message)
 Enqueue message. More...
 
template<class MessageType >
bool msgq_first_is ()
 Check if first message has desired type. More...
 
template<class MessageType >
MessageType * msgq_first ()
 Get first message casted to the desired type. More...
 
template<class MessageType >
MessageType * msgq_first (MessageType *&msg)
 Get first message casted to the desired type. More...
 
template<class MessageType >
MessageType * msgq_first_safe (MessageType *&msg) throw ()
 Get first message casted to the desired type without exceptions. More...
 
MessageQueue::MessageIterator msgq_begin ()
 Get start iterator for message queue. More...
 
MessageQueue::MessageIterator msgq_end ()
 Get end iterator for message queue. More...
 
InterfaceFieldIterator fields ()
 Get iterator over all fields of this interface instance. More...
 
InterfaceFieldIterator fields_end ()
 Invalid iterator. More...
 
unsigned int num_fields ()
 Get the number of fields in the interface. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from fawkes::Interface
static void parse_uid (const char *uid, std::string &type, std::string &id)
 Parse UID to type and ID strings. More...
 
- Protected Member Functions inherited from fawkes::Interface
 Interface ()
 Constructor. More...
 
void set_hash (unsigned char *ihash)
 Set hash. More...
 
void add_fieldinfo (interface_fieldtype_t type, const char *name, size_t length, void *value, const char *enumtype=0, const interface_enum_map_t *enum_map=0)
 Add an entry to the field info list. More...
 
void add_messageinfo (const char *name)
 Add an entry to the message info list. More...
 
- Protected Attributes inherited from fawkes::Interface
void * data_ptr
 
unsigned int data_size
 
bool data_changed
 
interface_data_ts_tdata_ts
 

Detailed Description

Member Enumeration Documentation

◆ State

Current tracking state for the skeleton.

Enumerator
STATE_INVALID 

This interface does not represent a valid skeleton at the moment.

STATE_DETECTING_POSE 

The user's pose is currently being determined.

This usually indicates that the tracker is looking for a particular calibration pose.

STATE_CALIBRATING 

The tracker is currently calibrating for the recognized human.

STATE_TRACKING 

The user is being tracked and the skeleton contains valid data.

Definition at line 53 of file HumanSkeletonInterface.h.

Member Function Documentation

◆ com() [1/2]

float * fawkes::HumanSkeletonInterface::com ( ) const

Get com value.

Center of mass.

Returns
com value

Definition at line 328 of file HumanSkeletonInterface.cpp.

◆ com() [2/2]

float fawkes::HumanSkeletonInterface::com ( unsigned int  index) const

Get com value at given index.

Center of mass.

Parameters
indexindex of value
Returns
com value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 340 of file HumanSkeletonInterface.cpp.

◆ copy_values()

void fawkes::HumanSkeletonInterface::copy_values ( const Interface other)
virtual

Copy values from other interface.

Parameters
otherother interface to copy values from

Implements fawkes::Interface.

Definition at line 5020 of file HumanSkeletonInterface.cpp.

◆ create_message()

Message * fawkes::HumanSkeletonInterface::create_message ( const char *  type) const
virtual

Create message based on type name. This will create a new message of the given type. The type must be given without the InterfaceName:: prefix but just the plain class name of the message.

Parameters
typemessage type
Returns
message of the given type, empty
Exceptions
UnknownTypeExceptionthrown if this interface cannot create a message of the given type.

Implements fawkes::Interface.

Definition at line 5009 of file HumanSkeletonInterface.cpp.

◆ enum_tostring()

const char * fawkes::HumanSkeletonInterface::enum_tostring ( const char *  enumtype,
int  val 
) const
virtual

Convert arbitrary enum value to string. Given the string representation of the enum type and the value this method returns the string representation of the specific value, or the string UNKNOWN if the value is not defined. An exception is thrown if the enum type is invalid.

Parameters
enumtypeenum type as string
valvalue to convert
Returns
string representation of value
Exceptions
UnknownTypeExceptionthrown if enumtype is not specified for interface.

Implements fawkes::Interface.

Definition at line 5031 of file HumanSkeletonInterface.cpp.

◆ maxlenof_com()

size_t fawkes::HumanSkeletonInterface::maxlenof_com ( ) const

Get maximum length of com value.

Returns
length of com value, can be length of the array or number of maximum number of characters for a string

Definition at line 353 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_head()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_head ( ) const

Get maximum length of ori_head value.

Returns
length of ori_head value, can be length of the array or number of maximum number of characters for a string

Definition at line 2725 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_head_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_head_confidence ( ) const

Get maximum length of ori_head_confidence value.

Returns
length of ori_head_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 2771 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_ankle()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_ankle ( ) const

Get maximum length of ori_left_ankle value.

Returns
length of ori_left_ankle value, can be length of the array or number of maximum number of characters for a string

Definition at line 4457 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_ankle_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_ankle_confidence ( ) const

Get maximum length of ori_left_ankle_confidence value.

Returns
length of ori_left_ankle_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 4505 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_collar()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_collar ( ) const

Get maximum length of ori_left_collar value.

Returns
length of ori_left_collar value, can be length of the array or number of maximum number of characters for a string

Definition at line 3099 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_collar_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_collar_confidence ( ) const

Get maximum length of ori_left_collar_confidence value.

Returns
length of ori_left_collar_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 3147 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_elbow()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_elbow ( ) const

Get maximum length of ori_left_elbow value.

Returns
length of ori_left_elbow value, can be length of the array or number of maximum number of characters for a string

Definition at line 3293 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_elbow_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_elbow_confidence ( ) const

Get maximum length of ori_left_elbow_confidence value.

Returns
length of ori_left_elbow_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 3341 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_fingertip()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_fingertip ( ) const

Get maximum length of ori_left_fingertip value.

Returns
length of ori_left_fingertip value, can be length of the array or number of maximum number of characters for a string

Definition at line 3584 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_fingertip_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_fingertip_confidence ( ) const

Get maximum length of ori_left_fingertip_confidence value.

Returns
length of ori_left_fingertip_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 3632 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_foot()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_foot ( ) const

Get maximum length of ori_left_foot value.

Returns
length of ori_left_foot value, can be length of the array or number of maximum number of characters for a string

Definition at line 4554 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_foot_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_foot_confidence ( ) const

Get maximum length of ori_left_foot_confidence value.

Returns
length of ori_left_foot_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 4602 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_hand()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_hand ( ) const

Get maximum length of ori_left_hand value.

Returns
length of ori_left_hand value, can be length of the array or number of maximum number of characters for a string

Definition at line 3487 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_hand_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_hand_confidence ( ) const

Get maximum length of ori_left_hand_confidence value.

Returns
length of ori_left_hand_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 3535 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_hip()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_hip ( ) const

Get maximum length of ori_left_hip value.

Returns
length of ori_left_hip value, can be length of the array or number of maximum number of characters for a string

Definition at line 4263 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_hip_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_hip_confidence ( ) const

Get maximum length of ori_left_hip_confidence value.

Returns
length of ori_left_hip_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 4311 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_knee()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_knee ( ) const

Get maximum length of ori_left_knee value.

Returns
length of ori_left_knee value, can be length of the array or number of maximum number of characters for a string

Definition at line 4360 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_knee_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_knee_confidence ( ) const

Get maximum length of ori_left_knee_confidence value.

Returns
length of ori_left_knee_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 4408 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_shoulder()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_shoulder ( ) const

Get maximum length of ori_left_shoulder value.

Returns
length of ori_left_shoulder value, can be length of the array or number of maximum number of characters for a string

Definition at line 3196 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_shoulder_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_shoulder_confidence ( ) const

Get maximum length of ori_left_shoulder_confidence value.

Returns
length of ori_left_shoulder_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 3244 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_wrist()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_wrist ( ) const

Get maximum length of ori_left_wrist value.

Returns
length of ori_left_wrist value, can be length of the array or number of maximum number of characters for a string

Definition at line 3390 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_left_wrist_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_left_wrist_confidence ( ) const

Get maximum length of ori_left_wrist_confidence value.

Returns
length of ori_left_wrist_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 3438 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_neck()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_neck ( ) const

Get maximum length of ori_neck value.

Returns
length of ori_neck value, can be length of the array or number of maximum number of characters for a string

Definition at line 2818 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_neck_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_neck_confidence ( ) const

Get maximum length of ori_neck_confidence value.

Returns
length of ori_neck_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 2864 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_ankle()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_ankle ( ) const

Get maximum length of ori_right_ankle value.

Returns
length of ori_right_ankle value, can be length of the array or number of maximum number of characters for a string

Definition at line 4845 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_ankle_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_ankle_confidence ( ) const

Get maximum length of ori_right_ankle_confidence value.

Returns
length of ori_right_ankle_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 4893 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_collar()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_collar ( ) const

Get maximum length of ori_right_collar value.

Returns
length of ori_right_collar value, can be length of the array or number of maximum number of characters for a string

Definition at line 3681 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_collar_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_collar_confidence ( ) const

Get maximum length of ori_right_collar_confidence value.

Returns
length of ori_right_collar_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 3729 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_elbow()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_elbow ( ) const

Get maximum length of ori_right_elbow value.

Returns
length of ori_right_elbow value, can be length of the array or number of maximum number of characters for a string

Definition at line 3875 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_elbow_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_elbow_confidence ( ) const

Get maximum length of ori_right_elbow_confidence value.

Returns
length of ori_right_elbow_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 3923 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_fingertip()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_fingertip ( ) const

Get maximum length of ori_right_fingertip value.

Returns
length of ori_right_fingertip value, can be length of the array or number of maximum number of characters for a string

Definition at line 4166 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_fingertip_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_fingertip_confidence ( ) const

Get maximum length of ori_right_fingertip_confidence value.

Returns
length of ori_right_fingertip_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 4214 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_foot()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_foot ( ) const

Get maximum length of ori_right_foot value.

Returns
length of ori_right_foot value, can be length of the array or number of maximum number of characters for a string

Definition at line 4942 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_foot_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_foot_confidence ( ) const

Get maximum length of ori_right_foot_confidence value.

Returns
length of ori_right_foot_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 4990 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_hand()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_hand ( ) const

Get maximum length of ori_right_hand value.

Returns
length of ori_right_hand value, can be length of the array or number of maximum number of characters for a string

Definition at line 4069 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_hand_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_hand_confidence ( ) const

Get maximum length of ori_right_hand_confidence value.

Returns
length of ori_right_hand_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 4117 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_hip()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_hip ( ) const

Get maximum length of ori_right_hip value.

Returns
length of ori_right_hip value, can be length of the array or number of maximum number of characters for a string

Definition at line 4651 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_hip_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_hip_confidence ( ) const

Get maximum length of ori_right_hip_confidence value.

Returns
length of ori_right_hip_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 4699 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_knee()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_knee ( ) const

Get maximum length of ori_right_knee value.

Returns
length of ori_right_knee value, can be length of the array or number of maximum number of characters for a string

Definition at line 4748 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_knee_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_knee_confidence ( ) const

Get maximum length of ori_right_knee_confidence value.

Returns
length of ori_right_knee_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 4796 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_shoulder()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_shoulder ( ) const

Get maximum length of ori_right_shoulder value.

Returns
length of ori_right_shoulder value, can be length of the array or number of maximum number of characters for a string

Definition at line 3778 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_shoulder_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_shoulder_confidence ( ) const

Get maximum length of ori_right_shoulder_confidence value.

Returns
length of ori_right_shoulder_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 3826 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_wrist()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_wrist ( ) const

Get maximum length of ori_right_wrist value.

Returns
length of ori_right_wrist value, can be length of the array or number of maximum number of characters for a string

Definition at line 3972 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_right_wrist_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_right_wrist_confidence ( ) const

Get maximum length of ori_right_wrist_confidence value.

Returns
length of ori_right_wrist_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 4020 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_torso()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_torso ( ) const

Get maximum length of ori_torso value.

Returns
length of ori_torso value, can be length of the array or number of maximum number of characters for a string

Definition at line 2911 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_torso_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_torso_confidence ( ) const

Get maximum length of ori_torso_confidence value.

Returns
length of ori_torso_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 2957 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_waist()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_waist ( ) const

Get maximum length of ori_waist value.

Returns
length of ori_waist value, can be length of the array or number of maximum number of characters for a string

Definition at line 3004 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_ori_waist_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_ori_waist_confidence ( ) const

Get maximum length of ori_waist_confidence value.

Returns
length of ori_waist_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 3050 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_head()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_head ( ) const

Get maximum length of pos_head value.

Returns
length of pos_head value, can be length of the array or number of maximum number of characters for a string

Definition at line 413 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_head_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_head_confidence ( ) const

Get maximum length of pos_head_confidence value.

Returns
length of pos_head_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 459 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_ankle()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_ankle ( ) const

Get maximum length of pos_left_ankle value.

Returns
length of pos_left_ankle value, can be length of the array or number of maximum number of characters for a string

Definition at line 2145 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_ankle_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_ankle_confidence ( ) const

Get maximum length of pos_left_ankle_confidence value.

Returns
length of pos_left_ankle_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 2193 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_collar()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_collar ( ) const

Get maximum length of pos_left_collar value.

Returns
length of pos_left_collar value, can be length of the array or number of maximum number of characters for a string

Definition at line 787 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_collar_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_collar_confidence ( ) const

Get maximum length of pos_left_collar_confidence value.

Returns
length of pos_left_collar_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 835 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_elbow()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_elbow ( ) const

Get maximum length of pos_left_elbow value.

Returns
length of pos_left_elbow value, can be length of the array or number of maximum number of characters for a string

Definition at line 981 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_elbow_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_elbow_confidence ( ) const

Get maximum length of pos_left_elbow_confidence value.

Returns
length of pos_left_elbow_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 1029 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_fingertip()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_fingertip ( ) const

Get maximum length of pos_left_fingertip value.

Returns
length of pos_left_fingertip value, can be length of the array or number of maximum number of characters for a string

Definition at line 1272 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_fingertip_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_fingertip_confidence ( ) const

Get maximum length of pos_left_fingertip_confidence value.

Returns
length of pos_left_fingertip_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 1320 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_foot()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_foot ( ) const

Get maximum length of pos_left_foot value.

Returns
length of pos_left_foot value, can be length of the array or number of maximum number of characters for a string

Definition at line 2242 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_foot_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_foot_confidence ( ) const

Get maximum length of pos_left_foot_confidence value.

Returns
length of pos_left_foot_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 2290 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_hand()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_hand ( ) const

Get maximum length of pos_left_hand value.

Returns
length of pos_left_hand value, can be length of the array or number of maximum number of characters for a string

Definition at line 1175 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_hand_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_hand_confidence ( ) const

Get maximum length of pos_left_hand_confidence value.

Returns
length of pos_left_hand_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 1223 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_hip()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_hip ( ) const

Get maximum length of pos_left_hip value.

Returns
length of pos_left_hip value, can be length of the array or number of maximum number of characters for a string

Definition at line 1951 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_hip_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_hip_confidence ( ) const

Get maximum length of pos_left_hip_confidence value.

Returns
length of pos_left_hip_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 1999 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_knee()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_knee ( ) const

Get maximum length of pos_left_knee value.

Returns
length of pos_left_knee value, can be length of the array or number of maximum number of characters for a string

Definition at line 2048 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_knee_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_knee_confidence ( ) const

Get maximum length of pos_left_knee_confidence value.

Returns
length of pos_left_knee_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 2096 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_shoulder()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_shoulder ( ) const

Get maximum length of pos_left_shoulder value.

Returns
length of pos_left_shoulder value, can be length of the array or number of maximum number of characters for a string

Definition at line 884 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_shoulder_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_shoulder_confidence ( ) const

Get maximum length of pos_left_shoulder_confidence value.

Returns
length of pos_left_shoulder_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 932 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_wrist()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_wrist ( ) const

Get maximum length of pos_left_wrist value.

Returns
length of pos_left_wrist value, can be length of the array or number of maximum number of characters for a string

Definition at line 1078 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_left_wrist_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_left_wrist_confidence ( ) const

Get maximum length of pos_left_wrist_confidence value.

Returns
length of pos_left_wrist_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 1126 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_neck()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_neck ( ) const

Get maximum length of pos_neck value.

Returns
length of pos_neck value, can be length of the array or number of maximum number of characters for a string

Definition at line 506 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_neck_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_neck_confidence ( ) const

Get maximum length of pos_neck_confidence value.

Returns
length of pos_neck_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 552 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_ankle()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_ankle ( ) const

Get maximum length of pos_right_ankle value.

Returns
length of pos_right_ankle value, can be length of the array or number of maximum number of characters for a string

Definition at line 2533 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_ankle_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_ankle_confidence ( ) const

Get maximum length of pos_right_ankle_confidence value.

Returns
length of pos_right_ankle_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 2581 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_collar()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_collar ( ) const

Get maximum length of pos_right_collar value.

Returns
length of pos_right_collar value, can be length of the array or number of maximum number of characters for a string

Definition at line 1369 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_collar_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_collar_confidence ( ) const

Get maximum length of pos_right_collar_confidence value.

Returns
length of pos_right_collar_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 1417 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_elbow()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_elbow ( ) const

Get maximum length of pos_right_elbow value.

Returns
length of pos_right_elbow value, can be length of the array or number of maximum number of characters for a string

Definition at line 1563 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_elbow_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_elbow_confidence ( ) const

Get maximum length of pos_right_elbow_confidence value.

Returns
length of pos_right_elbow_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 1611 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_fingertip()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_fingertip ( ) const

Get maximum length of pos_right_fingertip value.

Returns
length of pos_right_fingertip value, can be length of the array or number of maximum number of characters for a string

Definition at line 1854 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_fingertip_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_fingertip_confidence ( ) const

Get maximum length of pos_right_fingertip_confidence value.

Returns
length of pos_right_fingertip_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 1902 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_foot()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_foot ( ) const

Get maximum length of pos_right_foot value.

Returns
length of pos_right_foot value, can be length of the array or number of maximum number of characters for a string

Definition at line 2630 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_foot_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_foot_confidence ( ) const

Get maximum length of pos_right_foot_confidence value.

Returns
length of pos_right_foot_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 2678 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_hand()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_hand ( ) const

Get maximum length of pos_right_hand value.

Returns
length of pos_right_hand value, can be length of the array or number of maximum number of characters for a string

Definition at line 1757 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_hand_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_hand_confidence ( ) const

Get maximum length of pos_right_hand_confidence value.

Returns
length of pos_right_hand_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 1805 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_hip()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_hip ( ) const

Get maximum length of pos_right_hip value.

Returns
length of pos_right_hip value, can be length of the array or number of maximum number of characters for a string

Definition at line 2339 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_hip_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_hip_confidence ( ) const

Get maximum length of pos_right_hip_confidence value.

Returns
length of pos_right_hip_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 2387 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_knee()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_knee ( ) const

Get maximum length of pos_right_knee value.

Returns
length of pos_right_knee value, can be length of the array or number of maximum number of characters for a string

Definition at line 2436 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_knee_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_knee_confidence ( ) const

Get maximum length of pos_right_knee_confidence value.

Returns
length of pos_right_knee_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 2484 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_shoulder()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_shoulder ( ) const

Get maximum length of pos_right_shoulder value.

Returns
length of pos_right_shoulder value, can be length of the array or number of maximum number of characters for a string

Definition at line 1466 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_shoulder_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_shoulder_confidence ( ) const

Get maximum length of pos_right_shoulder_confidence value.

Returns
length of pos_right_shoulder_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 1514 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_wrist()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_wrist ( ) const

Get maximum length of pos_right_wrist value.

Returns
length of pos_right_wrist value, can be length of the array or number of maximum number of characters for a string

Definition at line 1660 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_right_wrist_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_right_wrist_confidence ( ) const

Get maximum length of pos_right_wrist_confidence value.

Returns
length of pos_right_wrist_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 1708 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_torso()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_torso ( ) const

Get maximum length of pos_torso value.

Returns
length of pos_torso value, can be length of the array or number of maximum number of characters for a string

Definition at line 599 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_torso_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_torso_confidence ( ) const

Get maximum length of pos_torso_confidence value.

Returns
length of pos_torso_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 645 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_waist()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_waist ( ) const

Get maximum length of pos_waist value.

Returns
length of pos_waist value, can be length of the array or number of maximum number of characters for a string

Definition at line 692 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pos_waist_confidence()

size_t fawkes::HumanSkeletonInterface::maxlenof_pos_waist_confidence ( ) const

Get maximum length of pos_waist_confidence value.

Returns
length of pos_waist_confidence value, can be length of the array or number of maximum number of characters for a string

Definition at line 738 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_pose()

size_t fawkes::HumanSkeletonInterface::maxlenof_pose ( ) const

Get maximum length of pose value.

Returns
length of pose value, can be length of the array or number of maximum number of characters for a string

Definition at line 306 of file HumanSkeletonInterface.cpp.

◆ maxlenof_state()

size_t fawkes::HumanSkeletonInterface::maxlenof_state ( ) const

Get maximum length of state value.

Returns
length of state value, can be length of the array or number of maximum number of characters for a string

Definition at line 201 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_user_id()

size_t fawkes::HumanSkeletonInterface::maxlenof_user_id ( ) const

Get maximum length of user_id value.

Returns
length of user_id value, can be length of the array or number of maximum number of characters for a string

Definition at line 232 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ maxlenof_visibility_history()

size_t fawkes::HumanSkeletonInterface::maxlenof_visibility_history ( ) const

Get maximum length of visibility_history value.

Returns
length of visibility_history value, can be length of the array or number of maximum number of characters for a string

Definition at line 269 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ message_valid()

bool fawkes::HumanSkeletonInterface::message_valid ( const Message message) const
virtual

Check if message is valid and can be enqueued.

Parameters
messageMessage to check
Returns
true if the message is valid, false otherwise.

Implements fawkes::Interface.

Definition at line 5045 of file HumanSkeletonInterface.cpp.

◆ ori_head() [1/2]

float * fawkes::HumanSkeletonInterface::ori_head ( ) const

Get ori_head value.

Head position vector.

Returns
ori_head value

Definition at line 2700 of file HumanSkeletonInterface.cpp.

◆ ori_head() [2/2]

float fawkes::HumanSkeletonInterface::ori_head ( unsigned int  index) const

Get ori_head value at given index.

Head position vector.

Parameters
indexindex of value
Returns
ori_head value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 2712 of file HumanSkeletonInterface.cpp.

◆ ori_head_confidence()

float fawkes::HumanSkeletonInterface::ori_head_confidence ( ) const

Get ori_head_confidence value.

Head position confidence.

Returns
ori_head_confidence value

Definition at line 2761 of file HumanSkeletonInterface.cpp.

◆ ori_left_ankle() [1/2]

float * fawkes::HumanSkeletonInterface::ori_left_ankle ( ) const

Get ori_left_ankle value.

Left ankle position vector.

Returns
ori_left_ankle value

Definition at line 4431 of file HumanSkeletonInterface.cpp.

◆ ori_left_ankle() [2/2]

float fawkes::HumanSkeletonInterface::ori_left_ankle ( unsigned int  index) const

Get ori_left_ankle value at given index.

Left ankle position vector.

Parameters
indexindex of value
Returns
ori_left_ankle value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 4444 of file HumanSkeletonInterface.cpp.

◆ ori_left_ankle_confidence()

float fawkes::HumanSkeletonInterface::ori_left_ankle_confidence ( ) const

Get ori_left_ankle_confidence value.

Left ankle position confidence.

Returns
ori_left_ankle_confidence value

Definition at line 4495 of file HumanSkeletonInterface.cpp.

◆ ori_left_collar() [1/2]

float * fawkes::HumanSkeletonInterface::ori_left_collar ( ) const

Get ori_left_collar value.

Left position vector.

Returns
ori_left_collar value

Definition at line 3073 of file HumanSkeletonInterface.cpp.

◆ ori_left_collar() [2/2]

float fawkes::HumanSkeletonInterface::ori_left_collar ( unsigned int  index) const

Get ori_left_collar value at given index.

Left position vector.

Parameters
indexindex of value
Returns
ori_left_collar value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 3086 of file HumanSkeletonInterface.cpp.

◆ ori_left_collar_confidence()

float fawkes::HumanSkeletonInterface::ori_left_collar_confidence ( ) const

Get ori_left_collar_confidence value.

Left position confidence.

Returns
ori_left_collar_confidence value

Definition at line 3137 of file HumanSkeletonInterface.cpp.

◆ ori_left_elbow() [1/2]

float * fawkes::HumanSkeletonInterface::ori_left_elbow ( ) const

Get ori_left_elbow value.

Left elbow position vector.

Returns
ori_left_elbow value

Definition at line 3267 of file HumanSkeletonInterface.cpp.

◆ ori_left_elbow() [2/2]

float fawkes::HumanSkeletonInterface::ori_left_elbow ( unsigned int  index) const

Get ori_left_elbow value at given index.

Left elbow position vector.

Parameters
indexindex of value
Returns
ori_left_elbow value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 3280 of file HumanSkeletonInterface.cpp.

◆ ori_left_elbow_confidence()

float fawkes::HumanSkeletonInterface::ori_left_elbow_confidence ( ) const

Get ori_left_elbow_confidence value.

Left elbow position confidence.

Returns
ori_left_elbow_confidence value

Definition at line 3331 of file HumanSkeletonInterface.cpp.

◆ ori_left_fingertip() [1/2]

float * fawkes::HumanSkeletonInterface::ori_left_fingertip ( ) const

Get ori_left_fingertip value.

Left fingertip position vector.

Returns
ori_left_fingertip value

Definition at line 3558 of file HumanSkeletonInterface.cpp.

◆ ori_left_fingertip() [2/2]

float fawkes::HumanSkeletonInterface::ori_left_fingertip ( unsigned int  index) const

Get ori_left_fingertip value at given index.

Left fingertip position vector.

Parameters
indexindex of value
Returns
ori_left_fingertip value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 3571 of file HumanSkeletonInterface.cpp.

◆ ori_left_fingertip_confidence()

float fawkes::HumanSkeletonInterface::ori_left_fingertip_confidence ( ) const

Get ori_left_fingertip_confidence value.

Left fingertip position confidence.

Returns
ori_left_fingertip_confidence value

Definition at line 3622 of file HumanSkeletonInterface.cpp.

◆ ori_left_foot() [1/2]

float * fawkes::HumanSkeletonInterface::ori_left_foot ( ) const

Get ori_left_foot value.

Left foot position vector.

Returns
ori_left_foot value

Definition at line 4528 of file HumanSkeletonInterface.cpp.

◆ ori_left_foot() [2/2]

float fawkes::HumanSkeletonInterface::ori_left_foot ( unsigned int  index) const

Get ori_left_foot value at given index.

Left foot position vector.

Parameters
indexindex of value
Returns
ori_left_foot value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 4541 of file HumanSkeletonInterface.cpp.

◆ ori_left_foot_confidence()

float fawkes::HumanSkeletonInterface::ori_left_foot_confidence ( ) const

Get ori_left_foot_confidence value.

Left foot position confidence.

Returns
ori_left_foot_confidence value

Definition at line 4592 of file HumanSkeletonInterface.cpp.

◆ ori_left_hand() [1/2]

float * fawkes::HumanSkeletonInterface::ori_left_hand ( ) const

Get ori_left_hand value.

Left hand position vector.

Returns
ori_left_hand value

Definition at line 3461 of file HumanSkeletonInterface.cpp.

◆ ori_left_hand() [2/2]

float fawkes::HumanSkeletonInterface::ori_left_hand ( unsigned int  index) const

Get ori_left_hand value at given index.

Left hand position vector.

Parameters
indexindex of value
Returns
ori_left_hand value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 3474 of file HumanSkeletonInterface.cpp.

◆ ori_left_hand_confidence()

float fawkes::HumanSkeletonInterface::ori_left_hand_confidence ( ) const

Get ori_left_hand_confidence value.

Left hand position confidence.

Returns
ori_left_hand_confidence value

Definition at line 3525 of file HumanSkeletonInterface.cpp.

◆ ori_left_hip() [1/2]

float * fawkes::HumanSkeletonInterface::ori_left_hip ( ) const

Get ori_left_hip value.

Left hip position vector.

Returns
ori_left_hip value

Definition at line 4237 of file HumanSkeletonInterface.cpp.

◆ ori_left_hip() [2/2]

float fawkes::HumanSkeletonInterface::ori_left_hip ( unsigned int  index) const

Get ori_left_hip value at given index.

Left hip position vector.

Parameters
indexindex of value
Returns
ori_left_hip value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 4250 of file HumanSkeletonInterface.cpp.

◆ ori_left_hip_confidence()

float fawkes::HumanSkeletonInterface::ori_left_hip_confidence ( ) const

Get ori_left_hip_confidence value.

Left hip position confidence.

Returns
ori_left_hip_confidence value

Definition at line 4301 of file HumanSkeletonInterface.cpp.

◆ ori_left_knee() [1/2]

float * fawkes::HumanSkeletonInterface::ori_left_knee ( ) const

Get ori_left_knee value.

Left knee position vector.

Returns
ori_left_knee value

Definition at line 4334 of file HumanSkeletonInterface.cpp.

◆ ori_left_knee() [2/2]

float fawkes::HumanSkeletonInterface::ori_left_knee ( unsigned int  index) const

Get ori_left_knee value at given index.

Left knee position vector.

Parameters
indexindex of value
Returns
ori_left_knee value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 4347 of file HumanSkeletonInterface.cpp.

◆ ori_left_knee_confidence()

float fawkes::HumanSkeletonInterface::ori_left_knee_confidence ( ) const

Get ori_left_knee_confidence value.

Left knee position confidence.

Returns
ori_left_knee_confidence value

Definition at line 4398 of file HumanSkeletonInterface.cpp.

◆ ori_left_shoulder() [1/2]

float * fawkes::HumanSkeletonInterface::ori_left_shoulder ( ) const

Get ori_left_shoulder value.

Left shoulder position vector.

Returns
ori_left_shoulder value

Definition at line 3170 of file HumanSkeletonInterface.cpp.

◆ ori_left_shoulder() [2/2]

float fawkes::HumanSkeletonInterface::ori_left_shoulder ( unsigned int  index) const

Get ori_left_shoulder value at given index.

Left shoulder position vector.

Parameters
indexindex of value
Returns
ori_left_shoulder value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 3183 of file HumanSkeletonInterface.cpp.

◆ ori_left_shoulder_confidence()

float fawkes::HumanSkeletonInterface::ori_left_shoulder_confidence ( ) const

Get ori_left_shoulder_confidence value.

Left shoulder position confidence.

Returns
ori_left_shoulder_confidence value

Definition at line 3234 of file HumanSkeletonInterface.cpp.

◆ ori_left_wrist() [1/2]

float * fawkes::HumanSkeletonInterface::ori_left_wrist ( ) const

Get ori_left_wrist value.

Left wrist position vector.

Returns
ori_left_wrist value

Definition at line 3364 of file HumanSkeletonInterface.cpp.

◆ ori_left_wrist() [2/2]

float fawkes::HumanSkeletonInterface::ori_left_wrist ( unsigned int  index) const

Get ori_left_wrist value at given index.

Left wrist position vector.

Parameters
indexindex of value
Returns
ori_left_wrist value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 3377 of file HumanSkeletonInterface.cpp.

◆ ori_left_wrist_confidence()

float fawkes::HumanSkeletonInterface::ori_left_wrist_confidence ( ) const

Get ori_left_wrist_confidence value.

Left wrist position confidence.

Returns
ori_left_wrist_confidence value

Definition at line 3428 of file HumanSkeletonInterface.cpp.

◆ ori_neck() [1/2]

float * fawkes::HumanSkeletonInterface::ori_neck ( ) const

Get ori_neck value.

Neck position vector.

Returns
ori_neck value

Definition at line 2793 of file HumanSkeletonInterface.cpp.

◆ ori_neck() [2/2]

float fawkes::HumanSkeletonInterface::ori_neck ( unsigned int  index) const

Get ori_neck value at given index.

Neck position vector.

Parameters
indexindex of value
Returns
ori_neck value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 2805 of file HumanSkeletonInterface.cpp.

◆ ori_neck_confidence()

float fawkes::HumanSkeletonInterface::ori_neck_confidence ( ) const

Get ori_neck_confidence value.

Neck position confidence.

Returns
ori_neck_confidence value

Definition at line 2854 of file HumanSkeletonInterface.cpp.

◆ ori_right_ankle() [1/2]

float * fawkes::HumanSkeletonInterface::ori_right_ankle ( ) const

Get ori_right_ankle value.

Right ankle position vector.

Returns
ori_right_ankle value

Definition at line 4819 of file HumanSkeletonInterface.cpp.

◆ ori_right_ankle() [2/2]

float fawkes::HumanSkeletonInterface::ori_right_ankle ( unsigned int  index) const

Get ori_right_ankle value at given index.

Right ankle position vector.

Parameters
indexindex of value
Returns
ori_right_ankle value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 4832 of file HumanSkeletonInterface.cpp.

◆ ori_right_ankle_confidence()

float fawkes::HumanSkeletonInterface::ori_right_ankle_confidence ( ) const

Get ori_right_ankle_confidence value.

Right ankle position confidence.

Returns
ori_right_ankle_confidence value

Definition at line 4883 of file HumanSkeletonInterface.cpp.

◆ ori_right_collar() [1/2]

float * fawkes::HumanSkeletonInterface::ori_right_collar ( ) const

Get ori_right_collar value.

Right collar position vector.

Returns
ori_right_collar value

Definition at line 3655 of file HumanSkeletonInterface.cpp.

◆ ori_right_collar() [2/2]

float fawkes::HumanSkeletonInterface::ori_right_collar ( unsigned int  index) const

Get ori_right_collar value at given index.

Right collar position vector.

Parameters
indexindex of value
Returns
ori_right_collar value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 3668 of file HumanSkeletonInterface.cpp.

◆ ori_right_collar_confidence()

float fawkes::HumanSkeletonInterface::ori_right_collar_confidence ( ) const

Get ori_right_collar_confidence value.

Right collar position confidence.

Returns
ori_right_collar_confidence value

Definition at line 3719 of file HumanSkeletonInterface.cpp.

◆ ori_right_elbow() [1/2]

float * fawkes::HumanSkeletonInterface::ori_right_elbow ( ) const

Get ori_right_elbow value.

Right elbow position vector.

Returns
ori_right_elbow value

Definition at line 3849 of file HumanSkeletonInterface.cpp.

◆ ori_right_elbow() [2/2]

float fawkes::HumanSkeletonInterface::ori_right_elbow ( unsigned int  index) const

Get ori_right_elbow value at given index.

Right elbow position vector.

Parameters
indexindex of value
Returns
ori_right_elbow value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 3862 of file HumanSkeletonInterface.cpp.

◆ ori_right_elbow_confidence()

float fawkes::HumanSkeletonInterface::ori_right_elbow_confidence ( ) const

Get ori_right_elbow_confidence value.

Right elbow position confidence.

Returns
ori_right_elbow_confidence value

Definition at line 3913 of file HumanSkeletonInterface.cpp.

◆ ori_right_fingertip() [1/2]

float * fawkes::HumanSkeletonInterface::ori_right_fingertip ( ) const

Get ori_right_fingertip value.

Right fingertip position vector.

Returns
ori_right_fingertip value

Definition at line 4140 of file HumanSkeletonInterface.cpp.

◆ ori_right_fingertip() [2/2]

float fawkes::HumanSkeletonInterface::ori_right_fingertip ( unsigned int  index) const

Get ori_right_fingertip value at given index.

Right fingertip position vector.

Parameters
indexindex of value
Returns
ori_right_fingertip value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 4153 of file HumanSkeletonInterface.cpp.

◆ ori_right_fingertip_confidence()

float fawkes::HumanSkeletonInterface::ori_right_fingertip_confidence ( ) const

Get ori_right_fingertip_confidence value.

Right fingertip position confidence.

Returns
ori_right_fingertip_confidence value

Definition at line 4204 of file HumanSkeletonInterface.cpp.

◆ ori_right_foot() [1/2]

float * fawkes::HumanSkeletonInterface::ori_right_foot ( ) const

Get ori_right_foot value.

Right foot position vector.

Returns
ori_right_foot value

Definition at line 4916 of file HumanSkeletonInterface.cpp.

◆ ori_right_foot() [2/2]

float fawkes::HumanSkeletonInterface::ori_right_foot ( unsigned int  index) const

Get ori_right_foot value at given index.

Right foot position vector.

Parameters
indexindex of value
Returns
ori_right_foot value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 4929 of file HumanSkeletonInterface.cpp.

◆ ori_right_foot_confidence()

float fawkes::HumanSkeletonInterface::ori_right_foot_confidence ( ) const

Get ori_right_foot_confidence value.

Right foot position confidence.

Returns
ori_right_foot_confidence value

Definition at line 4980 of file HumanSkeletonInterface.cpp.

◆ ori_right_hand() [1/2]

float * fawkes::HumanSkeletonInterface::ori_right_hand ( ) const

Get ori_right_hand value.

Right hand position vector.

Returns
ori_right_hand value

Definition at line 4043 of file HumanSkeletonInterface.cpp.

◆ ori_right_hand() [2/2]

float fawkes::HumanSkeletonInterface::ori_right_hand ( unsigned int  index) const

Get ori_right_hand value at given index.

Right hand position vector.

Parameters
indexindex of value
Returns
ori_right_hand value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 4056 of file HumanSkeletonInterface.cpp.

◆ ori_right_hand_confidence()

float fawkes::HumanSkeletonInterface::ori_right_hand_confidence ( ) const

Get ori_right_hand_confidence value.

Right hand position confidence.

Returns
ori_right_hand_confidence value

Definition at line 4107 of file HumanSkeletonInterface.cpp.

◆ ori_right_hip() [1/2]

float * fawkes::HumanSkeletonInterface::ori_right_hip ( ) const

Get ori_right_hip value.

Right hip position vector.

Returns
ori_right_hip value

Definition at line 4625 of file HumanSkeletonInterface.cpp.

◆ ori_right_hip() [2/2]

float fawkes::HumanSkeletonInterface::ori_right_hip ( unsigned int  index) const

Get ori_right_hip value at given index.

Right hip position vector.

Parameters
indexindex of value
Returns
ori_right_hip value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 4638 of file HumanSkeletonInterface.cpp.

◆ ori_right_hip_confidence()

float fawkes::HumanSkeletonInterface::ori_right_hip_confidence ( ) const

Get ori_right_hip_confidence value.

Right hip position confidence.

Returns
ori_right_hip_confidence value

Definition at line 4689 of file HumanSkeletonInterface.cpp.

◆ ori_right_knee() [1/2]

float * fawkes::HumanSkeletonInterface::ori_right_knee ( ) const

Get ori_right_knee value.

Right knee position vector.

Returns
ori_right_knee value

Definition at line 4722 of file HumanSkeletonInterface.cpp.

◆ ori_right_knee() [2/2]

float fawkes::HumanSkeletonInterface::ori_right_knee ( unsigned int  index) const

Get ori_right_knee value at given index.

Right knee position vector.

Parameters
indexindex of value
Returns
ori_right_knee value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 4735 of file HumanSkeletonInterface.cpp.

◆ ori_right_knee_confidence()

float fawkes::HumanSkeletonInterface::ori_right_knee_confidence ( ) const

Get ori_right_knee_confidence value.

Right knee position confidence.

Returns
ori_right_knee_confidence value

Definition at line 4786 of file HumanSkeletonInterface.cpp.

◆ ori_right_shoulder() [1/2]

float * fawkes::HumanSkeletonInterface::ori_right_shoulder ( ) const

Get ori_right_shoulder value.

Right shoulder position vector.

Returns
ori_right_shoulder value

Definition at line 3752 of file HumanSkeletonInterface.cpp.

◆ ori_right_shoulder() [2/2]

float fawkes::HumanSkeletonInterface::ori_right_shoulder ( unsigned int  index) const

Get ori_right_shoulder value at given index.

Right shoulder position vector.

Parameters
indexindex of value
Returns
ori_right_shoulder value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 3765 of file HumanSkeletonInterface.cpp.

◆ ori_right_shoulder_confidence()

float fawkes::HumanSkeletonInterface::ori_right_shoulder_confidence ( ) const

Get ori_right_shoulder_confidence value.

Right shoulder position confidence.

Returns
ori_right_shoulder_confidence value

Definition at line 3816 of file HumanSkeletonInterface.cpp.

◆ ori_right_wrist() [1/2]

float * fawkes::HumanSkeletonInterface::ori_right_wrist ( ) const

Get ori_right_wrist value.

Right wrist position vector.

Returns
ori_right_wrist value

Definition at line 3946 of file HumanSkeletonInterface.cpp.

◆ ori_right_wrist() [2/2]

float fawkes::HumanSkeletonInterface::ori_right_wrist ( unsigned int  index) const

Get ori_right_wrist value at given index.

Right wrist position vector.

Parameters
indexindex of value
Returns
ori_right_wrist value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 3959 of file HumanSkeletonInterface.cpp.

◆ ori_right_wrist_confidence()

float fawkes::HumanSkeletonInterface::ori_right_wrist_confidence ( ) const

Get ori_right_wrist_confidence value.

Right wrist position confidence.

Returns
ori_right_wrist_confidence value

Definition at line 4010 of file HumanSkeletonInterface.cpp.

◆ ori_torso() [1/2]

float * fawkes::HumanSkeletonInterface::ori_torso ( ) const

Get ori_torso value.

Torso position vector.

Returns
ori_torso value

Definition at line 2886 of file HumanSkeletonInterface.cpp.

◆ ori_torso() [2/2]

float fawkes::HumanSkeletonInterface::ori_torso ( unsigned int  index) const

Get ori_torso value at given index.

Torso position vector.

Parameters
indexindex of value
Returns
ori_torso value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 2898 of file HumanSkeletonInterface.cpp.

◆ ori_torso_confidence()

float fawkes::HumanSkeletonInterface::ori_torso_confidence ( ) const

Get ori_torso_confidence value.

Torso position confidence.

Returns
ori_torso_confidence value

Definition at line 2947 of file HumanSkeletonInterface.cpp.

◆ ori_waist() [1/2]

float * fawkes::HumanSkeletonInterface::ori_waist ( ) const

Get ori_waist value.

Waist position vector.

Returns
ori_waist value

Definition at line 2979 of file HumanSkeletonInterface.cpp.

◆ ori_waist() [2/2]

float fawkes::HumanSkeletonInterface::ori_waist ( unsigned int  index) const

Get ori_waist value at given index.

Waist position vector.

Parameters
indexindex of value
Returns
ori_waist value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 2991 of file HumanSkeletonInterface.cpp.

◆ ori_waist_confidence()

float fawkes::HumanSkeletonInterface::ori_waist_confidence ( ) const

Get ori_waist_confidence value.

Waist position confidence.

Returns
ori_waist_confidence value

Definition at line 3040 of file HumanSkeletonInterface.cpp.

◆ pos_head() [1/2]

float * fawkes::HumanSkeletonInterface::pos_head ( ) const

Get pos_head value.

Head position vector.

Returns
pos_head value

Definition at line 388 of file HumanSkeletonInterface.cpp.

◆ pos_head() [2/2]

float fawkes::HumanSkeletonInterface::pos_head ( unsigned int  index) const

Get pos_head value at given index.

Head position vector.

Parameters
indexindex of value
Returns
pos_head value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 400 of file HumanSkeletonInterface.cpp.

◆ pos_head_confidence()

float fawkes::HumanSkeletonInterface::pos_head_confidence ( ) const

Get pos_head_confidence value.

Head position confidence.

Returns
pos_head_confidence value

Definition at line 449 of file HumanSkeletonInterface.cpp.

◆ pos_left_ankle() [1/2]

float * fawkes::HumanSkeletonInterface::pos_left_ankle ( ) const

Get pos_left_ankle value.

Left ankle position vector.

Returns
pos_left_ankle value

Definition at line 2119 of file HumanSkeletonInterface.cpp.

◆ pos_left_ankle() [2/2]

float fawkes::HumanSkeletonInterface::pos_left_ankle ( unsigned int  index) const

Get pos_left_ankle value at given index.

Left ankle position vector.

Parameters
indexindex of value
Returns
pos_left_ankle value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 2132 of file HumanSkeletonInterface.cpp.

◆ pos_left_ankle_confidence()

float fawkes::HumanSkeletonInterface::pos_left_ankle_confidence ( ) const

Get pos_left_ankle_confidence value.

Left ankle position confidence.

Returns
pos_left_ankle_confidence value

Definition at line 2183 of file HumanSkeletonInterface.cpp.

◆ pos_left_collar() [1/2]

float * fawkes::HumanSkeletonInterface::pos_left_collar ( ) const

Get pos_left_collar value.

Left position vector.

Returns
pos_left_collar value

Definition at line 761 of file HumanSkeletonInterface.cpp.

◆ pos_left_collar() [2/2]

float fawkes::HumanSkeletonInterface::pos_left_collar ( unsigned int  index) const

Get pos_left_collar value at given index.

Left position vector.

Parameters
indexindex of value
Returns
pos_left_collar value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 774 of file HumanSkeletonInterface.cpp.

◆ pos_left_collar_confidence()

float fawkes::HumanSkeletonInterface::pos_left_collar_confidence ( ) const

Get pos_left_collar_confidence value.

Left position confidence.

Returns
pos_left_collar_confidence value

Definition at line 825 of file HumanSkeletonInterface.cpp.

◆ pos_left_elbow() [1/2]

float * fawkes::HumanSkeletonInterface::pos_left_elbow ( ) const

Get pos_left_elbow value.

Left elbow position vector.

Returns
pos_left_elbow value

Definition at line 955 of file HumanSkeletonInterface.cpp.

◆ pos_left_elbow() [2/2]

float fawkes::HumanSkeletonInterface::pos_left_elbow ( unsigned int  index) const

Get pos_left_elbow value at given index.

Left elbow position vector.

Parameters
indexindex of value
Returns
pos_left_elbow value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 968 of file HumanSkeletonInterface.cpp.

◆ pos_left_elbow_confidence()

float fawkes::HumanSkeletonInterface::pos_left_elbow_confidence ( ) const

Get pos_left_elbow_confidence value.

Left elbow position confidence.

Returns
pos_left_elbow_confidence value

Definition at line 1019 of file HumanSkeletonInterface.cpp.

◆ pos_left_fingertip() [1/2]

float * fawkes::HumanSkeletonInterface::pos_left_fingertip ( ) const

Get pos_left_fingertip value.

Left fingertip position vector.

Returns
pos_left_fingertip value

Definition at line 1246 of file HumanSkeletonInterface.cpp.

◆ pos_left_fingertip() [2/2]

float fawkes::HumanSkeletonInterface::pos_left_fingertip ( unsigned int  index) const

Get pos_left_fingertip value at given index.

Left fingertip position vector.

Parameters
indexindex of value
Returns
pos_left_fingertip value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 1259 of file HumanSkeletonInterface.cpp.

◆ pos_left_fingertip_confidence()

float fawkes::HumanSkeletonInterface::pos_left_fingertip_confidence ( ) const

Get pos_left_fingertip_confidence value.

Left fingertip position confidence.

Returns
pos_left_fingertip_confidence value

Definition at line 1310 of file HumanSkeletonInterface.cpp.

◆ pos_left_foot() [1/2]

float * fawkes::HumanSkeletonInterface::pos_left_foot ( ) const

Get pos_left_foot value.

Left foot position vector.

Returns
pos_left_foot value

Definition at line 2216 of file HumanSkeletonInterface.cpp.

◆ pos_left_foot() [2/2]

float fawkes::HumanSkeletonInterface::pos_left_foot ( unsigned int  index) const

Get pos_left_foot value at given index.

Left foot position vector.

Parameters
indexindex of value
Returns
pos_left_foot value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 2229 of file HumanSkeletonInterface.cpp.

◆ pos_left_foot_confidence()

float fawkes::HumanSkeletonInterface::pos_left_foot_confidence ( ) const

Get pos_left_foot_confidence value.

Left foot position confidence.

Returns
pos_left_foot_confidence value

Definition at line 2280 of file HumanSkeletonInterface.cpp.

◆ pos_left_hand() [1/2]

float * fawkes::HumanSkeletonInterface::pos_left_hand ( ) const

Get pos_left_hand value.

Left hand position vector.

Returns
pos_left_hand value

Definition at line 1149 of file HumanSkeletonInterface.cpp.

◆ pos_left_hand() [2/2]

float fawkes::HumanSkeletonInterface::pos_left_hand ( unsigned int  index) const

Get pos_left_hand value at given index.

Left hand position vector.

Parameters
indexindex of value
Returns
pos_left_hand value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 1162 of file HumanSkeletonInterface.cpp.

◆ pos_left_hand_confidence()

float fawkes::HumanSkeletonInterface::pos_left_hand_confidence ( ) const

Get pos_left_hand_confidence value.

Left hand position confidence.

Returns
pos_left_hand_confidence value

Definition at line 1213 of file HumanSkeletonInterface.cpp.

◆ pos_left_hip() [1/2]

float * fawkes::HumanSkeletonInterface::pos_left_hip ( ) const

Get pos_left_hip value.

Left hip position vector.

Returns
pos_left_hip value

Definition at line 1925 of file HumanSkeletonInterface.cpp.

◆ pos_left_hip() [2/2]

float fawkes::HumanSkeletonInterface::pos_left_hip ( unsigned int  index) const

Get pos_left_hip value at given index.

Left hip position vector.

Parameters
indexindex of value
Returns
pos_left_hip value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 1938 of file HumanSkeletonInterface.cpp.

◆ pos_left_hip_confidence()

float fawkes::HumanSkeletonInterface::pos_left_hip_confidence ( ) const

Get pos_left_hip_confidence value.

Left hip position confidence.

Returns
pos_left_hip_confidence value

Definition at line 1989 of file HumanSkeletonInterface.cpp.

◆ pos_left_knee() [1/2]

float * fawkes::HumanSkeletonInterface::pos_left_knee ( ) const

Get pos_left_knee value.

Left knee position vector.

Returns
pos_left_knee value

Definition at line 2022 of file HumanSkeletonInterface.cpp.

◆ pos_left_knee() [2/2]

float fawkes::HumanSkeletonInterface::pos_left_knee ( unsigned int  index) const

Get pos_left_knee value at given index.

Left knee position vector.

Parameters
indexindex of value
Returns
pos_left_knee value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 2035 of file HumanSkeletonInterface.cpp.

◆ pos_left_knee_confidence()

float fawkes::HumanSkeletonInterface::pos_left_knee_confidence ( ) const

Get pos_left_knee_confidence value.

Left knee position confidence.

Returns
pos_left_knee_confidence value

Definition at line 2086 of file HumanSkeletonInterface.cpp.

◆ pos_left_shoulder() [1/2]

float * fawkes::HumanSkeletonInterface::pos_left_shoulder ( ) const

Get pos_left_shoulder value.

Left shoulder position vector.

Returns
pos_left_shoulder value

Definition at line 858 of file HumanSkeletonInterface.cpp.

◆ pos_left_shoulder() [2/2]

float fawkes::HumanSkeletonInterface::pos_left_shoulder ( unsigned int  index) const

Get pos_left_shoulder value at given index.

Left shoulder position vector.

Parameters
indexindex of value
Returns
pos_left_shoulder value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 871 of file HumanSkeletonInterface.cpp.

◆ pos_left_shoulder_confidence()

float fawkes::HumanSkeletonInterface::pos_left_shoulder_confidence ( ) const

Get pos_left_shoulder_confidence value.

Left shoulder position confidence.

Returns
pos_left_shoulder_confidence value

Definition at line 922 of file HumanSkeletonInterface.cpp.

◆ pos_left_wrist() [1/2]

float * fawkes::HumanSkeletonInterface::pos_left_wrist ( ) const

Get pos_left_wrist value.

Left wrist position vector.

Returns
pos_left_wrist value

Definition at line 1052 of file HumanSkeletonInterface.cpp.

◆ pos_left_wrist() [2/2]

float fawkes::HumanSkeletonInterface::pos_left_wrist ( unsigned int  index) const

Get pos_left_wrist value at given index.

Left wrist position vector.

Parameters
indexindex of value
Returns
pos_left_wrist value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 1065 of file HumanSkeletonInterface.cpp.

◆ pos_left_wrist_confidence()

float fawkes::HumanSkeletonInterface::pos_left_wrist_confidence ( ) const

Get pos_left_wrist_confidence value.

Left wrist position confidence.

Returns
pos_left_wrist_confidence value

Definition at line 1116 of file HumanSkeletonInterface.cpp.

◆ pos_neck() [1/2]

float * fawkes::HumanSkeletonInterface::pos_neck ( ) const

Get pos_neck value.

Neck position vector.

Returns
pos_neck value

Definition at line 481 of file HumanSkeletonInterface.cpp.

◆ pos_neck() [2/2]

float fawkes::HumanSkeletonInterface::pos_neck ( unsigned int  index) const

Get pos_neck value at given index.

Neck position vector.

Parameters
indexindex of value
Returns
pos_neck value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 493 of file HumanSkeletonInterface.cpp.

◆ pos_neck_confidence()

float fawkes::HumanSkeletonInterface::pos_neck_confidence ( ) const

Get pos_neck_confidence value.

Neck position confidence.

Returns
pos_neck_confidence value

Definition at line 542 of file HumanSkeletonInterface.cpp.

◆ pos_right_ankle() [1/2]

float * fawkes::HumanSkeletonInterface::pos_right_ankle ( ) const

Get pos_right_ankle value.

Right ankle position vector.

Returns
pos_right_ankle value

Definition at line 2507 of file HumanSkeletonInterface.cpp.

◆ pos_right_ankle() [2/2]

float fawkes::HumanSkeletonInterface::pos_right_ankle ( unsigned int  index) const

Get pos_right_ankle value at given index.

Right ankle position vector.

Parameters
indexindex of value
Returns
pos_right_ankle value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 2520 of file HumanSkeletonInterface.cpp.

◆ pos_right_ankle_confidence()

float fawkes::HumanSkeletonInterface::pos_right_ankle_confidence ( ) const

Get pos_right_ankle_confidence value.

Right ankle position confidence.

Returns
pos_right_ankle_confidence value

Definition at line 2571 of file HumanSkeletonInterface.cpp.

◆ pos_right_collar() [1/2]

float * fawkes::HumanSkeletonInterface::pos_right_collar ( ) const

Get pos_right_collar value.

Right collar position vector.

Returns
pos_right_collar value

Definition at line 1343 of file HumanSkeletonInterface.cpp.

◆ pos_right_collar() [2/2]

float fawkes::HumanSkeletonInterface::pos_right_collar ( unsigned int  index) const

Get pos_right_collar value at given index.

Right collar position vector.

Parameters
indexindex of value
Returns
pos_right_collar value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 1356 of file HumanSkeletonInterface.cpp.

◆ pos_right_collar_confidence()

float fawkes::HumanSkeletonInterface::pos_right_collar_confidence ( ) const

Get pos_right_collar_confidence value.

Right collar position confidence.

Returns
pos_right_collar_confidence value

Definition at line 1407 of file HumanSkeletonInterface.cpp.

◆ pos_right_elbow() [1/2]

float * fawkes::HumanSkeletonInterface::pos_right_elbow ( ) const

Get pos_right_elbow value.

Right elbow position vector.

Returns
pos_right_elbow value

Definition at line 1537 of file HumanSkeletonInterface.cpp.

◆ pos_right_elbow() [2/2]

float fawkes::HumanSkeletonInterface::pos_right_elbow ( unsigned int  index) const

Get pos_right_elbow value at given index.

Right elbow position vector.

Parameters
indexindex of value
Returns
pos_right_elbow value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 1550 of file HumanSkeletonInterface.cpp.

◆ pos_right_elbow_confidence()

float fawkes::HumanSkeletonInterface::pos_right_elbow_confidence ( ) const

Get pos_right_elbow_confidence value.

Right elbow position confidence.

Returns
pos_right_elbow_confidence value

Definition at line 1601 of file HumanSkeletonInterface.cpp.

◆ pos_right_fingertip() [1/2]

float * fawkes::HumanSkeletonInterface::pos_right_fingertip ( ) const

Get pos_right_fingertip value.

Right fingertip position vector.

Returns
pos_right_fingertip value

Definition at line 1828 of file HumanSkeletonInterface.cpp.

◆ pos_right_fingertip() [2/2]

float fawkes::HumanSkeletonInterface::pos_right_fingertip ( unsigned int  index) const

Get pos_right_fingertip value at given index.

Right fingertip position vector.

Parameters
indexindex of value
Returns
pos_right_fingertip value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 1841 of file HumanSkeletonInterface.cpp.

◆ pos_right_fingertip_confidence()

float fawkes::HumanSkeletonInterface::pos_right_fingertip_confidence ( ) const

Get pos_right_fingertip_confidence value.

Right fingertip position confidence.

Returns
pos_right_fingertip_confidence value

Definition at line 1892 of file HumanSkeletonInterface.cpp.

◆ pos_right_foot() [1/2]

float * fawkes::HumanSkeletonInterface::pos_right_foot ( ) const

Get pos_right_foot value.

Right foot position vector.

Returns
pos_right_foot value

Definition at line 2604 of file HumanSkeletonInterface.cpp.

◆ pos_right_foot() [2/2]

float fawkes::HumanSkeletonInterface::pos_right_foot ( unsigned int  index) const

Get pos_right_foot value at given index.

Right foot position vector.

Parameters
indexindex of value
Returns
pos_right_foot value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 2617 of file HumanSkeletonInterface.cpp.

◆ pos_right_foot_confidence()

float fawkes::HumanSkeletonInterface::pos_right_foot_confidence ( ) const

Get pos_right_foot_confidence value.

Right foot position confidence.

Returns
pos_right_foot_confidence value

Definition at line 2668 of file HumanSkeletonInterface.cpp.

◆ pos_right_hand() [1/2]

float * fawkes::HumanSkeletonInterface::pos_right_hand ( ) const

Get pos_right_hand value.

Right hand position vector.

Returns
pos_right_hand value

Definition at line 1731 of file HumanSkeletonInterface.cpp.

◆ pos_right_hand() [2/2]

float fawkes::HumanSkeletonInterface::pos_right_hand ( unsigned int  index) const

Get pos_right_hand value at given index.

Right hand position vector.

Parameters
indexindex of value
Returns
pos_right_hand value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 1744 of file HumanSkeletonInterface.cpp.

◆ pos_right_hand_confidence()

float fawkes::HumanSkeletonInterface::pos_right_hand_confidence ( ) const

Get pos_right_hand_confidence value.

Right hand position confidence.

Returns
pos_right_hand_confidence value

Definition at line 1795 of file HumanSkeletonInterface.cpp.

◆ pos_right_hip() [1/2]

float * fawkes::HumanSkeletonInterface::pos_right_hip ( ) const

Get pos_right_hip value.

Right hip position vector.

Returns
pos_right_hip value

Definition at line 2313 of file HumanSkeletonInterface.cpp.

◆ pos_right_hip() [2/2]

float fawkes::HumanSkeletonInterface::pos_right_hip ( unsigned int  index) const

Get pos_right_hip value at given index.

Right hip position vector.

Parameters
indexindex of value
Returns
pos_right_hip value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 2326 of file HumanSkeletonInterface.cpp.

◆ pos_right_hip_confidence()

float fawkes::HumanSkeletonInterface::pos_right_hip_confidence ( ) const

Get pos_right_hip_confidence value.

Right hip position confidence.

Returns
pos_right_hip_confidence value

Definition at line 2377 of file HumanSkeletonInterface.cpp.

◆ pos_right_knee() [1/2]

float * fawkes::HumanSkeletonInterface::pos_right_knee ( ) const

Get pos_right_knee value.

Right knee position vector.

Returns
pos_right_knee value

Definition at line 2410 of file HumanSkeletonInterface.cpp.

◆ pos_right_knee() [2/2]

float fawkes::HumanSkeletonInterface::pos_right_knee ( unsigned int  index) const

Get pos_right_knee value at given index.

Right knee position vector.

Parameters
indexindex of value
Returns
pos_right_knee value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 2423 of file HumanSkeletonInterface.cpp.

◆ pos_right_knee_confidence()

float fawkes::HumanSkeletonInterface::pos_right_knee_confidence ( ) const

Get pos_right_knee_confidence value.

Right knee position confidence.

Returns
pos_right_knee_confidence value

Definition at line 2474 of file HumanSkeletonInterface.cpp.

◆ pos_right_shoulder() [1/2]

float * fawkes::HumanSkeletonInterface::pos_right_shoulder ( ) const

Get pos_right_shoulder value.

Right shoulder position vector.

Returns
pos_right_shoulder value

Definition at line 1440 of file HumanSkeletonInterface.cpp.

◆ pos_right_shoulder() [2/2]

float fawkes::HumanSkeletonInterface::pos_right_shoulder ( unsigned int  index) const

Get pos_right_shoulder value at given index.

Right shoulder position vector.

Parameters
indexindex of value
Returns
pos_right_shoulder value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 1453 of file HumanSkeletonInterface.cpp.

◆ pos_right_shoulder_confidence()

float fawkes::HumanSkeletonInterface::pos_right_shoulder_confidence ( ) const

Get pos_right_shoulder_confidence value.

Right shoulder position confidence.

Returns
pos_right_shoulder_confidence value

Definition at line 1504 of file HumanSkeletonInterface.cpp.

◆ pos_right_wrist() [1/2]

float * fawkes::HumanSkeletonInterface::pos_right_wrist ( ) const

Get pos_right_wrist value.

Right wrist position vector.

Returns
pos_right_wrist value

Definition at line 1634 of file HumanSkeletonInterface.cpp.

◆ pos_right_wrist() [2/2]

float fawkes::HumanSkeletonInterface::pos_right_wrist ( unsigned int  index) const

Get pos_right_wrist value at given index.

Right wrist position vector.

Parameters
indexindex of value
Returns
pos_right_wrist value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 1647 of file HumanSkeletonInterface.cpp.

◆ pos_right_wrist_confidence()

float fawkes::HumanSkeletonInterface::pos_right_wrist_confidence ( ) const

Get pos_right_wrist_confidence value.

Right wrist position confidence.

Returns
pos_right_wrist_confidence value

Definition at line 1698 of file HumanSkeletonInterface.cpp.

◆ pos_torso() [1/2]

float * fawkes::HumanSkeletonInterface::pos_torso ( ) const

Get pos_torso value.

Torso position vector.

Returns
pos_torso value

Definition at line 574 of file HumanSkeletonInterface.cpp.

◆ pos_torso() [2/2]

float fawkes::HumanSkeletonInterface::pos_torso ( unsigned int  index) const

Get pos_torso value at given index.

Torso position vector.

Parameters
indexindex of value
Returns
pos_torso value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 586 of file HumanSkeletonInterface.cpp.

◆ pos_torso_confidence()

float fawkes::HumanSkeletonInterface::pos_torso_confidence ( ) const

Get pos_torso_confidence value.

Torso position confidence.

Returns
pos_torso_confidence value

Definition at line 635 of file HumanSkeletonInterface.cpp.

◆ pos_waist() [1/2]

float * fawkes::HumanSkeletonInterface::pos_waist ( ) const

Get pos_waist value.

Waist position vector.

Returns
pos_waist value

Definition at line 667 of file HumanSkeletonInterface.cpp.

◆ pos_waist() [2/2]

float fawkes::HumanSkeletonInterface::pos_waist ( unsigned int  index) const

Get pos_waist value at given index.

Waist position vector.

Parameters
indexindex of value
Returns
pos_waist value
Exceptions
Exceptionthrown if index is out of bounds

Definition at line 679 of file HumanSkeletonInterface.cpp.

◆ pos_waist_confidence()

float fawkes::HumanSkeletonInterface::pos_waist_confidence ( ) const

Get pos_waist_confidence value.

Waist position confidence.

Returns
pos_waist_confidence value

Definition at line 728 of file HumanSkeletonInterface.cpp.

◆ pose()

char * fawkes::HumanSkeletonInterface::pose ( ) const

Get pose value.

Detected user pose.

Returns
pose value

Definition at line 296 of file HumanSkeletonInterface.cpp.

◆ set_com() [1/2]

void fawkes::HumanSkeletonInterface::set_com ( const float *  new_com)

Set com value.

Center of mass.

Parameters
new_comnew com value

Definition at line 363 of file HumanSkeletonInterface.cpp.

◆ set_com() [2/2]

void fawkes::HumanSkeletonInterface::set_com ( unsigned int  index,
const float  new_com 
)

Set com value at given index.

Center of mass.

Parameters
new_comnew com value
indexindex for of the value

Definition at line 375 of file HumanSkeletonInterface.cpp.

◆ set_ori_head() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_head ( const float *  new_ori_head)

Set ori_head value.

Head position vector.

Parameters
new_ori_headnew ori_head value

Definition at line 2735 of file HumanSkeletonInterface.cpp.

◆ set_ori_head() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_head ( unsigned int  index,
const float  new_ori_head 
)

Set ori_head value at given index.

Head position vector.

Parameters
new_ori_headnew ori_head value
indexindex for of the value

Definition at line 2747 of file HumanSkeletonInterface.cpp.

◆ set_ori_head_confidence()

void fawkes::HumanSkeletonInterface::set_ori_head_confidence ( const float  new_ori_head_confidence)

Set ori_head_confidence value.

Head position confidence.

Parameters
new_ori_head_confidencenew ori_head_confidence value

Definition at line 2782 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_ankle() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_left_ankle ( const float *  new_ori_left_ankle)

Set ori_left_ankle value.

Left ankle position vector.

Parameters
new_ori_left_anklenew ori_left_ankle value

Definition at line 4468 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_ankle() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_left_ankle ( unsigned int  index,
const float  new_ori_left_ankle 
)

Set ori_left_ankle value at given index.

Left ankle position vector.

Parameters
new_ori_left_anklenew ori_left_ankle value
indexindex for of the value

Definition at line 4481 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_ankle_confidence()

void fawkes::HumanSkeletonInterface::set_ori_left_ankle_confidence ( const float  new_ori_left_ankle_confidence)

Set ori_left_ankle_confidence value.

Left ankle position confidence.

Parameters
new_ori_left_ankle_confidencenew ori_left_ankle_confidence value

Definition at line 4516 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_collar() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_left_collar ( const float *  new_ori_left_collar)

Set ori_left_collar value.

Left position vector.

Parameters
new_ori_left_collarnew ori_left_collar value

Definition at line 3110 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_collar() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_left_collar ( unsigned int  index,
const float  new_ori_left_collar 
)

Set ori_left_collar value at given index.

Left position vector.

Parameters
new_ori_left_collarnew ori_left_collar value
indexindex for of the value

Definition at line 3123 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_collar_confidence()

void fawkes::HumanSkeletonInterface::set_ori_left_collar_confidence ( const float  new_ori_left_collar_confidence)

Set ori_left_collar_confidence value.

Left position confidence.

Parameters
new_ori_left_collar_confidencenew ori_left_collar_confidence value

Definition at line 3158 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_elbow() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_left_elbow ( const float *  new_ori_left_elbow)

Set ori_left_elbow value.

Left elbow position vector.

Parameters
new_ori_left_elbownew ori_left_elbow value

Definition at line 3304 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_elbow() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_left_elbow ( unsigned int  index,
const float  new_ori_left_elbow 
)

Set ori_left_elbow value at given index.

Left elbow position vector.

Parameters
new_ori_left_elbownew ori_left_elbow value
indexindex for of the value

Definition at line 3317 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_elbow_confidence()

void fawkes::HumanSkeletonInterface::set_ori_left_elbow_confidence ( const float  new_ori_left_elbow_confidence)

Set ori_left_elbow_confidence value.

Left elbow position confidence.

Parameters
new_ori_left_elbow_confidencenew ori_left_elbow_confidence value

Definition at line 3352 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_fingertip() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_left_fingertip ( const float *  new_ori_left_fingertip)

Set ori_left_fingertip value.

Left fingertip position vector.

Parameters
new_ori_left_fingertipnew ori_left_fingertip value

Definition at line 3595 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_fingertip() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_left_fingertip ( unsigned int  index,
const float  new_ori_left_fingertip 
)

Set ori_left_fingertip value at given index.

Left fingertip position vector.

Parameters
new_ori_left_fingertipnew ori_left_fingertip value
indexindex for of the value

Definition at line 3608 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_fingertip_confidence()

void fawkes::HumanSkeletonInterface::set_ori_left_fingertip_confidence ( const float  new_ori_left_fingertip_confidence)

Set ori_left_fingertip_confidence value.

Left fingertip position confidence.

Parameters
new_ori_left_fingertip_confidencenew ori_left_fingertip_confidence value

Definition at line 3643 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_foot() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_left_foot ( const float *  new_ori_left_foot)

Set ori_left_foot value.

Left foot position vector.

Parameters
new_ori_left_footnew ori_left_foot value

Definition at line 4565 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_foot() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_left_foot ( unsigned int  index,
const float  new_ori_left_foot 
)

Set ori_left_foot value at given index.

Left foot position vector.

Parameters
new_ori_left_footnew ori_left_foot value
indexindex for of the value

Definition at line 4578 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_foot_confidence()

void fawkes::HumanSkeletonInterface::set_ori_left_foot_confidence ( const float  new_ori_left_foot_confidence)

Set ori_left_foot_confidence value.

Left foot position confidence.

Parameters
new_ori_left_foot_confidencenew ori_left_foot_confidence value

Definition at line 4613 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_hand() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_left_hand ( const float *  new_ori_left_hand)

Set ori_left_hand value.

Left hand position vector.

Parameters
new_ori_left_handnew ori_left_hand value

Definition at line 3498 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_hand() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_left_hand ( unsigned int  index,
const float  new_ori_left_hand 
)

Set ori_left_hand value at given index.

Left hand position vector.

Parameters
new_ori_left_handnew ori_left_hand value
indexindex for of the value

Definition at line 3511 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_hand_confidence()

void fawkes::HumanSkeletonInterface::set_ori_left_hand_confidence ( const float  new_ori_left_hand_confidence)

Set ori_left_hand_confidence value.

Left hand position confidence.

Parameters
new_ori_left_hand_confidencenew ori_left_hand_confidence value

Definition at line 3546 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_hip() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_left_hip ( const float *  new_ori_left_hip)

Set ori_left_hip value.

Left hip position vector.

Parameters
new_ori_left_hipnew ori_left_hip value

Definition at line 4274 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_hip() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_left_hip ( unsigned int  index,
const float  new_ori_left_hip 
)

Set ori_left_hip value at given index.

Left hip position vector.

Parameters
new_ori_left_hipnew ori_left_hip value
indexindex for of the value

Definition at line 4287 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_hip_confidence()

void fawkes::HumanSkeletonInterface::set_ori_left_hip_confidence ( const float  new_ori_left_hip_confidence)

Set ori_left_hip_confidence value.

Left hip position confidence.

Parameters
new_ori_left_hip_confidencenew ori_left_hip_confidence value

Definition at line 4322 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_knee() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_left_knee ( const float *  new_ori_left_knee)

Set ori_left_knee value.

Left knee position vector.

Parameters
new_ori_left_kneenew ori_left_knee value

Definition at line 4371 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_knee() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_left_knee ( unsigned int  index,
const float  new_ori_left_knee 
)

Set ori_left_knee value at given index.

Left knee position vector.

Parameters
new_ori_left_kneenew ori_left_knee value
indexindex for of the value

Definition at line 4384 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_knee_confidence()

void fawkes::HumanSkeletonInterface::set_ori_left_knee_confidence ( const float  new_ori_left_knee_confidence)

Set ori_left_knee_confidence value.

Left knee position confidence.

Parameters
new_ori_left_knee_confidencenew ori_left_knee_confidence value

Definition at line 4419 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_shoulder() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_left_shoulder ( const float *  new_ori_left_shoulder)

Set ori_left_shoulder value.

Left shoulder position vector.

Parameters
new_ori_left_shouldernew ori_left_shoulder value

Definition at line 3207 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_shoulder() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_left_shoulder ( unsigned int  index,
const float  new_ori_left_shoulder 
)

Set ori_left_shoulder value at given index.

Left shoulder position vector.

Parameters
new_ori_left_shouldernew ori_left_shoulder value
indexindex for of the value

Definition at line 3220 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_shoulder_confidence()

void fawkes::HumanSkeletonInterface::set_ori_left_shoulder_confidence ( const float  new_ori_left_shoulder_confidence)

Set ori_left_shoulder_confidence value.

Left shoulder position confidence.

Parameters
new_ori_left_shoulder_confidencenew ori_left_shoulder_confidence value

Definition at line 3255 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_wrist() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_left_wrist ( const float *  new_ori_left_wrist)

Set ori_left_wrist value.

Left wrist position vector.

Parameters
new_ori_left_wristnew ori_left_wrist value

Definition at line 3401 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_wrist() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_left_wrist ( unsigned int  index,
const float  new_ori_left_wrist 
)

Set ori_left_wrist value at given index.

Left wrist position vector.

Parameters
new_ori_left_wristnew ori_left_wrist value
indexindex for of the value

Definition at line 3414 of file HumanSkeletonInterface.cpp.

◆ set_ori_left_wrist_confidence()

void fawkes::HumanSkeletonInterface::set_ori_left_wrist_confidence ( const float  new_ori_left_wrist_confidence)

Set ori_left_wrist_confidence value.

Left wrist position confidence.

Parameters
new_ori_left_wrist_confidencenew ori_left_wrist_confidence value

Definition at line 3449 of file HumanSkeletonInterface.cpp.

◆ set_ori_neck() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_neck ( const float *  new_ori_neck)

Set ori_neck value.

Neck position vector.

Parameters
new_ori_necknew ori_neck value

Definition at line 2828 of file HumanSkeletonInterface.cpp.

◆ set_ori_neck() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_neck ( unsigned int  index,
const float  new_ori_neck 
)

Set ori_neck value at given index.

Neck position vector.

Parameters
new_ori_necknew ori_neck value
indexindex for of the value

Definition at line 2840 of file HumanSkeletonInterface.cpp.

◆ set_ori_neck_confidence()

void fawkes::HumanSkeletonInterface::set_ori_neck_confidence ( const float  new_ori_neck_confidence)

Set ori_neck_confidence value.

Neck position confidence.

Parameters
new_ori_neck_confidencenew ori_neck_confidence value

Definition at line 2875 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_ankle() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_right_ankle ( const float *  new_ori_right_ankle)

Set ori_right_ankle value.

Right ankle position vector.

Parameters
new_ori_right_anklenew ori_right_ankle value

Definition at line 4856 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_ankle() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_right_ankle ( unsigned int  index,
const float  new_ori_right_ankle 
)

Set ori_right_ankle value at given index.

Right ankle position vector.

Parameters
new_ori_right_anklenew ori_right_ankle value
indexindex for of the value

Definition at line 4869 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_ankle_confidence()

void fawkes::HumanSkeletonInterface::set_ori_right_ankle_confidence ( const float  new_ori_right_ankle_confidence)

Set ori_right_ankle_confidence value.

Right ankle position confidence.

Parameters
new_ori_right_ankle_confidencenew ori_right_ankle_confidence value

Definition at line 4904 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_collar() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_right_collar ( const float *  new_ori_right_collar)

Set ori_right_collar value.

Right collar position vector.

Parameters
new_ori_right_collarnew ori_right_collar value

Definition at line 3692 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_collar() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_right_collar ( unsigned int  index,
const float  new_ori_right_collar 
)

Set ori_right_collar value at given index.

Right collar position vector.

Parameters
new_ori_right_collarnew ori_right_collar value
indexindex for of the value

Definition at line 3705 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_collar_confidence()

void fawkes::HumanSkeletonInterface::set_ori_right_collar_confidence ( const float  new_ori_right_collar_confidence)

Set ori_right_collar_confidence value.

Right collar position confidence.

Parameters
new_ori_right_collar_confidencenew ori_right_collar_confidence value

Definition at line 3740 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_elbow() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_right_elbow ( const float *  new_ori_right_elbow)

Set ori_right_elbow value.

Right elbow position vector.

Parameters
new_ori_right_elbownew ori_right_elbow value

Definition at line 3886 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_elbow() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_right_elbow ( unsigned int  index,
const float  new_ori_right_elbow 
)

Set ori_right_elbow value at given index.

Right elbow position vector.

Parameters
new_ori_right_elbownew ori_right_elbow value
indexindex for of the value

Definition at line 3899 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_elbow_confidence()

void fawkes::HumanSkeletonInterface::set_ori_right_elbow_confidence ( const float  new_ori_right_elbow_confidence)

Set ori_right_elbow_confidence value.

Right elbow position confidence.

Parameters
new_ori_right_elbow_confidencenew ori_right_elbow_confidence value

Definition at line 3934 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_fingertip() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_right_fingertip ( const float *  new_ori_right_fingertip)

Set ori_right_fingertip value.

Right fingertip position vector.

Parameters
new_ori_right_fingertipnew ori_right_fingertip value

Definition at line 4177 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_fingertip() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_right_fingertip ( unsigned int  index,
const float  new_ori_right_fingertip 
)

Set ori_right_fingertip value at given index.

Right fingertip position vector.

Parameters
new_ori_right_fingertipnew ori_right_fingertip value
indexindex for of the value

Definition at line 4190 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_fingertip_confidence()

void fawkes::HumanSkeletonInterface::set_ori_right_fingertip_confidence ( const float  new_ori_right_fingertip_confidence)

Set ori_right_fingertip_confidence value.

Right fingertip position confidence.

Parameters
new_ori_right_fingertip_confidencenew ori_right_fingertip_confidence value

Definition at line 4225 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_foot() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_right_foot ( const float *  new_ori_right_foot)

Set ori_right_foot value.

Right foot position vector.

Parameters
new_ori_right_footnew ori_right_foot value

Definition at line 4953 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_foot() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_right_foot ( unsigned int  index,
const float  new_ori_right_foot 
)

Set ori_right_foot value at given index.

Right foot position vector.

Parameters
new_ori_right_footnew ori_right_foot value
indexindex for of the value

Definition at line 4966 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_foot_confidence()

void fawkes::HumanSkeletonInterface::set_ori_right_foot_confidence ( const float  new_ori_right_foot_confidence)

Set ori_right_foot_confidence value.

Right foot position confidence.

Parameters
new_ori_right_foot_confidencenew ori_right_foot_confidence value

Definition at line 5001 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_hand() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_right_hand ( const float *  new_ori_right_hand)

Set ori_right_hand value.

Right hand position vector.

Parameters
new_ori_right_handnew ori_right_hand value

Definition at line 4080 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_hand() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_right_hand ( unsigned int  index,
const float  new_ori_right_hand 
)

Set ori_right_hand value at given index.

Right hand position vector.

Parameters
new_ori_right_handnew ori_right_hand value
indexindex for of the value

Definition at line 4093 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_hand_confidence()

void fawkes::HumanSkeletonInterface::set_ori_right_hand_confidence ( const float  new_ori_right_hand_confidence)

Set ori_right_hand_confidence value.

Right hand position confidence.

Parameters
new_ori_right_hand_confidencenew ori_right_hand_confidence value

Definition at line 4128 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_hip() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_right_hip ( const float *  new_ori_right_hip)

Set ori_right_hip value.

Right hip position vector.

Parameters
new_ori_right_hipnew ori_right_hip value

Definition at line 4662 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_hip() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_right_hip ( unsigned int  index,
const float  new_ori_right_hip 
)

Set ori_right_hip value at given index.

Right hip position vector.

Parameters
new_ori_right_hipnew ori_right_hip value
indexindex for of the value

Definition at line 4675 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_hip_confidence()

void fawkes::HumanSkeletonInterface::set_ori_right_hip_confidence ( const float  new_ori_right_hip_confidence)

Set ori_right_hip_confidence value.

Right hip position confidence.

Parameters
new_ori_right_hip_confidencenew ori_right_hip_confidence value

Definition at line 4710 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_knee() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_right_knee ( const float *  new_ori_right_knee)

Set ori_right_knee value.

Right knee position vector.

Parameters
new_ori_right_kneenew ori_right_knee value

Definition at line 4759 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_knee() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_right_knee ( unsigned int  index,
const float  new_ori_right_knee 
)

Set ori_right_knee value at given index.

Right knee position vector.

Parameters
new_ori_right_kneenew ori_right_knee value
indexindex for of the value

Definition at line 4772 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_knee_confidence()

void fawkes::HumanSkeletonInterface::set_ori_right_knee_confidence ( const float  new_ori_right_knee_confidence)

Set ori_right_knee_confidence value.

Right knee position confidence.

Parameters
new_ori_right_knee_confidencenew ori_right_knee_confidence value

Definition at line 4807 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_shoulder() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_right_shoulder ( const float *  new_ori_right_shoulder)

Set ori_right_shoulder value.

Right shoulder position vector.

Parameters
new_ori_right_shouldernew ori_right_shoulder value

Definition at line 3789 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_shoulder() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_right_shoulder ( unsigned int  index,
const float  new_ori_right_shoulder 
)

Set ori_right_shoulder value at given index.

Right shoulder position vector.

Parameters
new_ori_right_shouldernew ori_right_shoulder value
indexindex for of the value

Definition at line 3802 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_shoulder_confidence()

void fawkes::HumanSkeletonInterface::set_ori_right_shoulder_confidence ( const float  new_ori_right_shoulder_confidence)

Set ori_right_shoulder_confidence value.

Right shoulder position confidence.

Parameters
new_ori_right_shoulder_confidencenew ori_right_shoulder_confidence value

Definition at line 3837 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_wrist() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_right_wrist ( const float *  new_ori_right_wrist)

Set ori_right_wrist value.

Right wrist position vector.

Parameters
new_ori_right_wristnew ori_right_wrist value

Definition at line 3983 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_wrist() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_right_wrist ( unsigned int  index,
const float  new_ori_right_wrist 
)

Set ori_right_wrist value at given index.

Right wrist position vector.

Parameters
new_ori_right_wristnew ori_right_wrist value
indexindex for of the value

Definition at line 3996 of file HumanSkeletonInterface.cpp.

◆ set_ori_right_wrist_confidence()

void fawkes::HumanSkeletonInterface::set_ori_right_wrist_confidence ( const float  new_ori_right_wrist_confidence)

Set ori_right_wrist_confidence value.

Right wrist position confidence.

Parameters
new_ori_right_wrist_confidencenew ori_right_wrist_confidence value

Definition at line 4031 of file HumanSkeletonInterface.cpp.

◆ set_ori_torso() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_torso ( const float *  new_ori_torso)

Set ori_torso value.

Torso position vector.

Parameters
new_ori_torsonew ori_torso value

Definition at line 2921 of file HumanSkeletonInterface.cpp.

◆ set_ori_torso() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_torso ( unsigned int  index,
const float  new_ori_torso 
)

Set ori_torso value at given index.

Torso position vector.

Parameters
new_ori_torsonew ori_torso value
indexindex for of the value

Definition at line 2933 of file HumanSkeletonInterface.cpp.

◆ set_ori_torso_confidence()

void fawkes::HumanSkeletonInterface::set_ori_torso_confidence ( const float  new_ori_torso_confidence)

Set ori_torso_confidence value.

Torso position confidence.

Parameters
new_ori_torso_confidencenew ori_torso_confidence value

Definition at line 2968 of file HumanSkeletonInterface.cpp.

◆ set_ori_waist() [1/2]

void fawkes::HumanSkeletonInterface::set_ori_waist ( const float *  new_ori_waist)

Set ori_waist value.

Waist position vector.

Parameters
new_ori_waistnew ori_waist value

Definition at line 3014 of file HumanSkeletonInterface.cpp.

◆ set_ori_waist() [2/2]

void fawkes::HumanSkeletonInterface::set_ori_waist ( unsigned int  index,
const float  new_ori_waist 
)

Set ori_waist value at given index.

Waist position vector.

Parameters
new_ori_waistnew ori_waist value
indexindex for of the value

Definition at line 3026 of file HumanSkeletonInterface.cpp.

◆ set_ori_waist_confidence()

void fawkes::HumanSkeletonInterface::set_ori_waist_confidence ( const float  new_ori_waist_confidence)

Set ori_waist_confidence value.

Waist position confidence.

Parameters
new_ori_waist_confidencenew ori_waist_confidence value

Definition at line 3061 of file HumanSkeletonInterface.cpp.

◆ set_pos_head() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_head ( const float *  new_pos_head)

Set pos_head value.

Head position vector.

Parameters
new_pos_headnew pos_head value

Definition at line 423 of file HumanSkeletonInterface.cpp.

◆ set_pos_head() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_head ( unsigned int  index,
const float  new_pos_head 
)

Set pos_head value at given index.

Head position vector.

Parameters
new_pos_headnew pos_head value
indexindex for of the value

Definition at line 435 of file HumanSkeletonInterface.cpp.

◆ set_pos_head_confidence()

void fawkes::HumanSkeletonInterface::set_pos_head_confidence ( const float  new_pos_head_confidence)

Set pos_head_confidence value.

Head position confidence.

Parameters
new_pos_head_confidencenew pos_head_confidence value

Definition at line 470 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_ankle() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_left_ankle ( const float *  new_pos_left_ankle)

Set pos_left_ankle value.

Left ankle position vector.

Parameters
new_pos_left_anklenew pos_left_ankle value

Definition at line 2156 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_ankle() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_left_ankle ( unsigned int  index,
const float  new_pos_left_ankle 
)

Set pos_left_ankle value at given index.

Left ankle position vector.

Parameters
new_pos_left_anklenew pos_left_ankle value
indexindex for of the value

Definition at line 2169 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_ankle_confidence()

void fawkes::HumanSkeletonInterface::set_pos_left_ankle_confidence ( const float  new_pos_left_ankle_confidence)

Set pos_left_ankle_confidence value.

Left ankle position confidence.

Parameters
new_pos_left_ankle_confidencenew pos_left_ankle_confidence value

Definition at line 2204 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_collar() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_left_collar ( const float *  new_pos_left_collar)

Set pos_left_collar value.

Left position vector.

Parameters
new_pos_left_collarnew pos_left_collar value

Definition at line 798 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_collar() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_left_collar ( unsigned int  index,
const float  new_pos_left_collar 
)

Set pos_left_collar value at given index.

Left position vector.

Parameters
new_pos_left_collarnew pos_left_collar value
indexindex for of the value

Definition at line 811 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_collar_confidence()

void fawkes::HumanSkeletonInterface::set_pos_left_collar_confidence ( const float  new_pos_left_collar_confidence)

Set pos_left_collar_confidence value.

Left position confidence.

Parameters
new_pos_left_collar_confidencenew pos_left_collar_confidence value

Definition at line 846 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_elbow() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_left_elbow ( const float *  new_pos_left_elbow)

Set pos_left_elbow value.

Left elbow position vector.

Parameters
new_pos_left_elbownew pos_left_elbow value

Definition at line 992 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_elbow() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_left_elbow ( unsigned int  index,
const float  new_pos_left_elbow 
)

Set pos_left_elbow value at given index.

Left elbow position vector.

Parameters
new_pos_left_elbownew pos_left_elbow value
indexindex for of the value

Definition at line 1005 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_elbow_confidence()

void fawkes::HumanSkeletonInterface::set_pos_left_elbow_confidence ( const float  new_pos_left_elbow_confidence)

Set pos_left_elbow_confidence value.

Left elbow position confidence.

Parameters
new_pos_left_elbow_confidencenew pos_left_elbow_confidence value

Definition at line 1040 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_fingertip() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_left_fingertip ( const float *  new_pos_left_fingertip)

Set pos_left_fingertip value.

Left fingertip position vector.

Parameters
new_pos_left_fingertipnew pos_left_fingertip value

Definition at line 1283 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_fingertip() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_left_fingertip ( unsigned int  index,
const float  new_pos_left_fingertip 
)

Set pos_left_fingertip value at given index.

Left fingertip position vector.

Parameters
new_pos_left_fingertipnew pos_left_fingertip value
indexindex for of the value

Definition at line 1296 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_fingertip_confidence()

void fawkes::HumanSkeletonInterface::set_pos_left_fingertip_confidence ( const float  new_pos_left_fingertip_confidence)

Set pos_left_fingertip_confidence value.

Left fingertip position confidence.

Parameters
new_pos_left_fingertip_confidencenew pos_left_fingertip_confidence value

Definition at line 1331 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_foot() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_left_foot ( const float *  new_pos_left_foot)

Set pos_left_foot value.

Left foot position vector.

Parameters
new_pos_left_footnew pos_left_foot value

Definition at line 2253 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_foot() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_left_foot ( unsigned int  index,
const float  new_pos_left_foot 
)

Set pos_left_foot value at given index.

Left foot position vector.

Parameters
new_pos_left_footnew pos_left_foot value
indexindex for of the value

Definition at line 2266 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_foot_confidence()

void fawkes::HumanSkeletonInterface::set_pos_left_foot_confidence ( const float  new_pos_left_foot_confidence)

Set pos_left_foot_confidence value.

Left foot position confidence.

Parameters
new_pos_left_foot_confidencenew pos_left_foot_confidence value

Definition at line 2301 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_hand() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_left_hand ( const float *  new_pos_left_hand)

Set pos_left_hand value.

Left hand position vector.

Parameters
new_pos_left_handnew pos_left_hand value

Definition at line 1186 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_hand() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_left_hand ( unsigned int  index,
const float  new_pos_left_hand 
)

Set pos_left_hand value at given index.

Left hand position vector.

Parameters
new_pos_left_handnew pos_left_hand value
indexindex for of the value

Definition at line 1199 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_hand_confidence()

void fawkes::HumanSkeletonInterface::set_pos_left_hand_confidence ( const float  new_pos_left_hand_confidence)

Set pos_left_hand_confidence value.

Left hand position confidence.

Parameters
new_pos_left_hand_confidencenew pos_left_hand_confidence value

Definition at line 1234 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_hip() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_left_hip ( const float *  new_pos_left_hip)

Set pos_left_hip value.

Left hip position vector.

Parameters
new_pos_left_hipnew pos_left_hip value

Definition at line 1962 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_hip() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_left_hip ( unsigned int  index,
const float  new_pos_left_hip 
)

Set pos_left_hip value at given index.

Left hip position vector.

Parameters
new_pos_left_hipnew pos_left_hip value
indexindex for of the value

Definition at line 1975 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_hip_confidence()

void fawkes::HumanSkeletonInterface::set_pos_left_hip_confidence ( const float  new_pos_left_hip_confidence)

Set pos_left_hip_confidence value.

Left hip position confidence.

Parameters
new_pos_left_hip_confidencenew pos_left_hip_confidence value

Definition at line 2010 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_knee() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_left_knee ( const float *  new_pos_left_knee)

Set pos_left_knee value.

Left knee position vector.

Parameters
new_pos_left_kneenew pos_left_knee value

Definition at line 2059 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_knee() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_left_knee ( unsigned int  index,
const float  new_pos_left_knee 
)

Set pos_left_knee value at given index.

Left knee position vector.

Parameters
new_pos_left_kneenew pos_left_knee value
indexindex for of the value

Definition at line 2072 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_knee_confidence()

void fawkes::HumanSkeletonInterface::set_pos_left_knee_confidence ( const float  new_pos_left_knee_confidence)

Set pos_left_knee_confidence value.

Left knee position confidence.

Parameters
new_pos_left_knee_confidencenew pos_left_knee_confidence value

Definition at line 2107 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_shoulder() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_left_shoulder ( const float *  new_pos_left_shoulder)

Set pos_left_shoulder value.

Left shoulder position vector.

Parameters
new_pos_left_shouldernew pos_left_shoulder value

Definition at line 895 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_shoulder() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_left_shoulder ( unsigned int  index,
const float  new_pos_left_shoulder 
)

Set pos_left_shoulder value at given index.

Left shoulder position vector.

Parameters
new_pos_left_shouldernew pos_left_shoulder value
indexindex for of the value

Definition at line 908 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_shoulder_confidence()

void fawkes::HumanSkeletonInterface::set_pos_left_shoulder_confidence ( const float  new_pos_left_shoulder_confidence)

Set pos_left_shoulder_confidence value.

Left shoulder position confidence.

Parameters
new_pos_left_shoulder_confidencenew pos_left_shoulder_confidence value

Definition at line 943 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_wrist() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_left_wrist ( const float *  new_pos_left_wrist)

Set pos_left_wrist value.

Left wrist position vector.

Parameters
new_pos_left_wristnew pos_left_wrist value

Definition at line 1089 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_wrist() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_left_wrist ( unsigned int  index,
const float  new_pos_left_wrist 
)

Set pos_left_wrist value at given index.

Left wrist position vector.

Parameters
new_pos_left_wristnew pos_left_wrist value
indexindex for of the value

Definition at line 1102 of file HumanSkeletonInterface.cpp.

◆ set_pos_left_wrist_confidence()

void fawkes::HumanSkeletonInterface::set_pos_left_wrist_confidence ( const float  new_pos_left_wrist_confidence)

Set pos_left_wrist_confidence value.

Left wrist position confidence.

Parameters
new_pos_left_wrist_confidencenew pos_left_wrist_confidence value

Definition at line 1137 of file HumanSkeletonInterface.cpp.

◆ set_pos_neck() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_neck ( const float *  new_pos_neck)

Set pos_neck value.

Neck position vector.

Parameters
new_pos_necknew pos_neck value

Definition at line 516 of file HumanSkeletonInterface.cpp.

◆ set_pos_neck() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_neck ( unsigned int  index,
const float  new_pos_neck 
)

Set pos_neck value at given index.

Neck position vector.

Parameters
new_pos_necknew pos_neck value
indexindex for of the value

Definition at line 528 of file HumanSkeletonInterface.cpp.

◆ set_pos_neck_confidence()

void fawkes::HumanSkeletonInterface::set_pos_neck_confidence ( const float  new_pos_neck_confidence)

Set pos_neck_confidence value.

Neck position confidence.

Parameters
new_pos_neck_confidencenew pos_neck_confidence value

Definition at line 563 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_ankle() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_right_ankle ( const float *  new_pos_right_ankle)

Set pos_right_ankle value.

Right ankle position vector.

Parameters
new_pos_right_anklenew pos_right_ankle value

Definition at line 2544 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_ankle() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_right_ankle ( unsigned int  index,
const float  new_pos_right_ankle 
)

Set pos_right_ankle value at given index.

Right ankle position vector.

Parameters
new_pos_right_anklenew pos_right_ankle value
indexindex for of the value

Definition at line 2557 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_ankle_confidence()

void fawkes::HumanSkeletonInterface::set_pos_right_ankle_confidence ( const float  new_pos_right_ankle_confidence)

Set pos_right_ankle_confidence value.

Right ankle position confidence.

Parameters
new_pos_right_ankle_confidencenew pos_right_ankle_confidence value

Definition at line 2592 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_collar() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_right_collar ( const float *  new_pos_right_collar)

Set pos_right_collar value.

Right collar position vector.

Parameters
new_pos_right_collarnew pos_right_collar value

Definition at line 1380 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_collar() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_right_collar ( unsigned int  index,
const float  new_pos_right_collar 
)

Set pos_right_collar value at given index.

Right collar position vector.

Parameters
new_pos_right_collarnew pos_right_collar value
indexindex for of the value

Definition at line 1393 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_collar_confidence()

void fawkes::HumanSkeletonInterface::set_pos_right_collar_confidence ( const float  new_pos_right_collar_confidence)

Set pos_right_collar_confidence value.

Right collar position confidence.

Parameters
new_pos_right_collar_confidencenew pos_right_collar_confidence value

Definition at line 1428 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_elbow() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_right_elbow ( const float *  new_pos_right_elbow)

Set pos_right_elbow value.

Right elbow position vector.

Parameters
new_pos_right_elbownew pos_right_elbow value

Definition at line 1574 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_elbow() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_right_elbow ( unsigned int  index,
const float  new_pos_right_elbow 
)

Set pos_right_elbow value at given index.

Right elbow position vector.

Parameters
new_pos_right_elbownew pos_right_elbow value
indexindex for of the value

Definition at line 1587 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_elbow_confidence()

void fawkes::HumanSkeletonInterface::set_pos_right_elbow_confidence ( const float  new_pos_right_elbow_confidence)

Set pos_right_elbow_confidence value.

Right elbow position confidence.

Parameters
new_pos_right_elbow_confidencenew pos_right_elbow_confidence value

Definition at line 1622 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_fingertip() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_right_fingertip ( const float *  new_pos_right_fingertip)

Set pos_right_fingertip value.

Right fingertip position vector.

Parameters
new_pos_right_fingertipnew pos_right_fingertip value

Definition at line 1865 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_fingertip() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_right_fingertip ( unsigned int  index,
const float  new_pos_right_fingertip 
)

Set pos_right_fingertip value at given index.

Right fingertip position vector.

Parameters
new_pos_right_fingertipnew pos_right_fingertip value
indexindex for of the value

Definition at line 1878 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_fingertip_confidence()

void fawkes::HumanSkeletonInterface::set_pos_right_fingertip_confidence ( const float  new_pos_right_fingertip_confidence)

Set pos_right_fingertip_confidence value.

Right fingertip position confidence.

Parameters
new_pos_right_fingertip_confidencenew pos_right_fingertip_confidence value

Definition at line 1913 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_foot() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_right_foot ( const float *  new_pos_right_foot)

Set pos_right_foot value.

Right foot position vector.

Parameters
new_pos_right_footnew pos_right_foot value

Definition at line 2641 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_foot() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_right_foot ( unsigned int  index,
const float  new_pos_right_foot 
)

Set pos_right_foot value at given index.

Right foot position vector.

Parameters
new_pos_right_footnew pos_right_foot value
indexindex for of the value

Definition at line 2654 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_foot_confidence()

void fawkes::HumanSkeletonInterface::set_pos_right_foot_confidence ( const float  new_pos_right_foot_confidence)

Set pos_right_foot_confidence value.

Right foot position confidence.

Parameters
new_pos_right_foot_confidencenew pos_right_foot_confidence value

Definition at line 2689 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_hand() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_right_hand ( const float *  new_pos_right_hand)

Set pos_right_hand value.

Right hand position vector.

Parameters
new_pos_right_handnew pos_right_hand value

Definition at line 1768 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_hand() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_right_hand ( unsigned int  index,
const float  new_pos_right_hand 
)

Set pos_right_hand value at given index.

Right hand position vector.

Parameters
new_pos_right_handnew pos_right_hand value
indexindex for of the value

Definition at line 1781 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_hand_confidence()

void fawkes::HumanSkeletonInterface::set_pos_right_hand_confidence ( const float  new_pos_right_hand_confidence)

Set pos_right_hand_confidence value.

Right hand position confidence.

Parameters
new_pos_right_hand_confidencenew pos_right_hand_confidence value

Definition at line 1816 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_hip() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_right_hip ( const float *  new_pos_right_hip)

Set pos_right_hip value.

Right hip position vector.

Parameters
new_pos_right_hipnew pos_right_hip value

Definition at line 2350 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_hip() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_right_hip ( unsigned int  index,
const float  new_pos_right_hip 
)

Set pos_right_hip value at given index.

Right hip position vector.

Parameters
new_pos_right_hipnew pos_right_hip value
indexindex for of the value

Definition at line 2363 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_hip_confidence()

void fawkes::HumanSkeletonInterface::set_pos_right_hip_confidence ( const float  new_pos_right_hip_confidence)

Set pos_right_hip_confidence value.

Right hip position confidence.

Parameters
new_pos_right_hip_confidencenew pos_right_hip_confidence value

Definition at line 2398 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_knee() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_right_knee ( const float *  new_pos_right_knee)

Set pos_right_knee value.

Right knee position vector.

Parameters
new_pos_right_kneenew pos_right_knee value

Definition at line 2447 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_knee() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_right_knee ( unsigned int  index,
const float  new_pos_right_knee 
)

Set pos_right_knee value at given index.

Right knee position vector.

Parameters
new_pos_right_kneenew pos_right_knee value
indexindex for of the value

Definition at line 2460 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_knee_confidence()

void fawkes::HumanSkeletonInterface::set_pos_right_knee_confidence ( const float  new_pos_right_knee_confidence)

Set pos_right_knee_confidence value.

Right knee position confidence.

Parameters
new_pos_right_knee_confidencenew pos_right_knee_confidence value

Definition at line 2495 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_shoulder() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_right_shoulder ( const float *  new_pos_right_shoulder)

Set pos_right_shoulder value.

Right shoulder position vector.

Parameters
new_pos_right_shouldernew pos_right_shoulder value

Definition at line 1477 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_shoulder() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_right_shoulder ( unsigned int  index,
const float  new_pos_right_shoulder 
)

Set pos_right_shoulder value at given index.

Right shoulder position vector.

Parameters
new_pos_right_shouldernew pos_right_shoulder value
indexindex for of the value

Definition at line 1490 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_shoulder_confidence()

void fawkes::HumanSkeletonInterface::set_pos_right_shoulder_confidence ( const float  new_pos_right_shoulder_confidence)

Set pos_right_shoulder_confidence value.

Right shoulder position confidence.

Parameters
new_pos_right_shoulder_confidencenew pos_right_shoulder_confidence value

Definition at line 1525 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_wrist() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_right_wrist ( const float *  new_pos_right_wrist)

Set pos_right_wrist value.

Right wrist position vector.

Parameters
new_pos_right_wristnew pos_right_wrist value

Definition at line 1671 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_wrist() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_right_wrist ( unsigned int  index,
const float  new_pos_right_wrist 
)

Set pos_right_wrist value at given index.

Right wrist position vector.

Parameters
new_pos_right_wristnew pos_right_wrist value
indexindex for of the value

Definition at line 1684 of file HumanSkeletonInterface.cpp.

◆ set_pos_right_wrist_confidence()

void fawkes::HumanSkeletonInterface::set_pos_right_wrist_confidence ( const float  new_pos_right_wrist_confidence)

Set pos_right_wrist_confidence value.

Right wrist position confidence.

Parameters
new_pos_right_wrist_confidencenew pos_right_wrist_confidence value

Definition at line 1719 of file HumanSkeletonInterface.cpp.

◆ set_pos_torso() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_torso ( const float *  new_pos_torso)

Set pos_torso value.

Torso position vector.

Parameters
new_pos_torsonew pos_torso value

Definition at line 609 of file HumanSkeletonInterface.cpp.

◆ set_pos_torso() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_torso ( unsigned int  index,
const float  new_pos_torso 
)

Set pos_torso value at given index.

Torso position vector.

Parameters
new_pos_torsonew pos_torso value
indexindex for of the value

Definition at line 621 of file HumanSkeletonInterface.cpp.

◆ set_pos_torso_confidence()

void fawkes::HumanSkeletonInterface::set_pos_torso_confidence ( const float  new_pos_torso_confidence)

Set pos_torso_confidence value.

Torso position confidence.

Parameters
new_pos_torso_confidencenew pos_torso_confidence value

Definition at line 656 of file HumanSkeletonInterface.cpp.

◆ set_pos_waist() [1/2]

void fawkes::HumanSkeletonInterface::set_pos_waist ( const float *  new_pos_waist)

Set pos_waist value.

Waist position vector.

Parameters
new_pos_waistnew pos_waist value

Definition at line 702 of file HumanSkeletonInterface.cpp.

◆ set_pos_waist() [2/2]

void fawkes::HumanSkeletonInterface::set_pos_waist ( unsigned int  index,
const float  new_pos_waist 
)

Set pos_waist value at given index.

Waist position vector.

Parameters
new_pos_waistnew pos_waist value
indexindex for of the value

Definition at line 714 of file HumanSkeletonInterface.cpp.

◆ set_pos_waist_confidence()

void fawkes::HumanSkeletonInterface::set_pos_waist_confidence ( const float  new_pos_waist_confidence)

Set pos_waist_confidence value.

Waist position confidence.

Parameters
new_pos_waist_confidencenew pos_waist_confidence value

Definition at line 749 of file HumanSkeletonInterface.cpp.

◆ set_pose()

void fawkes::HumanSkeletonInterface::set_pose ( const char *  new_pose)

Set pose value.

Detected user pose.

Parameters
new_posenew pose value

Definition at line 316 of file HumanSkeletonInterface.cpp.

◆ set_state()

void fawkes::HumanSkeletonInterface::set_state ( const State  new_state)

Set state value.

Current state.

Parameters
new_statenew state value

Definition at line 211 of file HumanSkeletonInterface.cpp.

◆ set_user_id()

void fawkes::HumanSkeletonInterface::set_user_id ( const uint32_t  new_user_id)

Set user_id value.

Tracking ID of this user.

Parameters
new_user_idnew user_id value

Definition at line 242 of file HumanSkeletonInterface.cpp.

◆ set_visibility_history()

void fawkes::HumanSkeletonInterface::set_visibility_history ( const int32_t  new_visibility_history)

Set visibility_history value.

The visibility history indicates the persistence of user sightings. A positive value indicates the number of successful consecutive sightings of the user (center of mass not equal to zero), the absolute of a negative value gives the number of consecutive negative (non-) sightings. The value is zero only if uninitialized.

Parameters
new_visibility_historynew visibility_history value

Definition at line 285 of file HumanSkeletonInterface.cpp.

◆ state()

HumanSkeletonInterface::State fawkes::HumanSkeletonInterface::state ( ) const

Get state value.

Current state.

Returns
state value

Definition at line 191 of file HumanSkeletonInterface.cpp.

◆ tostring_State()

const char * fawkes::HumanSkeletonInterface::tostring_State ( State  value) const

Convert State constant to string.

Parameters
valuevalue to convert to string
Returns
constant value as string.

Definition at line 175 of file HumanSkeletonInterface.cpp.

◆ user_id()

uint32_t fawkes::HumanSkeletonInterface::user_id ( ) const

Get user_id value.

Tracking ID of this user.

Returns
user_id value

Definition at line 222 of file HumanSkeletonInterface.cpp.

◆ visibility_history()

int32_t fawkes::HumanSkeletonInterface::visibility_history ( ) const

Get visibility_history value.

The visibility history indicates the persistence of user sightings. A positive value indicates the number of successful consecutive sightings of the user (center of mass not equal to zero), the absolute of a negative value gives the number of consecutive negative (non-) sightings. The value is zero only if uninitialized.

Returns
visibility_history value

Definition at line 259 of file HumanSkeletonInterface.cpp.


The documentation for this class was generated from the following files: