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 56 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 330 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 342 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 5022 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 5011 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::type().

◆ 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 5033 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 355 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 2727 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 2773 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 4459 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 4507 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 3101 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 3149 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 3295 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 3343 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 3586 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 3634 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 4556 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 4604 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 3489 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 3537 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 4265 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 4313 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 4362 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 4410 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 3198 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 3246 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 3392 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 3440 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 2820 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 2866 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 4847 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 4895 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 3683 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 3731 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 3877 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 3925 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 4168 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 4216 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 4944 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 4992 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 4071 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 4119 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 4653 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 4701 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 4750 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 4798 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 3780 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 3828 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 3974 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 4022 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 2913 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 2959 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 3006 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 3052 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 415 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 461 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 2147 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 2195 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 789 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 837 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 983 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 1031 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 1274 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 1322 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 2244 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 2292 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 1177 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 1225 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 1953 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 2001 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 2050 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 2098 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 886 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 934 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 1080 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 1128 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 508 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 554 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 2535 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 2583 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 1371 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 1419 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 1565 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 1613 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 1856 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 1904 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 2632 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 2680 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 1759 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 1807 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 2341 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 2389 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 2438 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 2486 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 1468 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 1516 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 1662 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 1710 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 601 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 647 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 694 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 740 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 308 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::data_changed.

◆ 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 203 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 234 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 271 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 5047 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 2702 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 2714 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 2763 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 4433 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 4446 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 4497 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 3075 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 3088 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 3139 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 3269 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 3282 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 3333 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 3560 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 3573 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 3624 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 4530 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 4543 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 4594 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 3463 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 3476 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 3527 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 4239 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 4252 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 4303 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 4336 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 4349 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 4400 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 3172 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 3185 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 3236 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 3366 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 3379 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 3430 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 2795 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 2807 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 2856 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 4821 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 4834 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 4885 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 3657 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 3670 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 3721 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 3851 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 3864 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 3915 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 4142 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 4155 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 4206 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 4918 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 4931 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 4982 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 4045 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 4058 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 4109 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 4627 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 4640 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 4691 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 4724 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 4737 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 4788 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 3754 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 3767 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 3818 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 3948 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 3961 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 4012 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 2888 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 2900 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 2949 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 2981 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 2993 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 3042 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 390 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 402 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 451 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 2121 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 2134 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 2185 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 763 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 776 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 827 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 957 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 970 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 1021 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 1248 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 1261 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 1312 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 2218 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 2231 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 2282 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 1151 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 1164 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 1215 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 1927 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 1940 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 1991 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 2024 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 2037 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 2088 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 860 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 873 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 924 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 1054 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 1067 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 1118 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 483 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 495 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 544 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 2509 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 2522 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 2573 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 1345 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 1358 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 1409 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 1539 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 1552 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 1603 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 1830 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 1843 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 1894 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 2606 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 2619 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 2670 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 1733 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 1746 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 1797 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 2315 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 2328 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 2379 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 2412 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 2425 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 2476 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 1442 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 1455 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 1506 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 1636 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 1649 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 1700 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 576 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 588 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 637 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 669 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 681 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 730 of file HumanSkeletonInterface.cpp.

◆ pose()

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

Get pose value.

Detected user pose.

Returns
pose value

Definition at line 298 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 365 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 377 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 2737 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 2749 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 2784 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 4470 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 4483 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 4518 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 3112 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 3125 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 3160 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 3306 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 3319 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 3354 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 3597 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 3610 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 3645 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 4567 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 4580 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 4615 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 3500 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 3513 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 3548 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 4276 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 4289 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 4324 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 4373 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 4386 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 4421 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 3209 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 3222 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 3257 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 3403 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 3416 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 3451 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 2830 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 2842 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 2877 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 4858 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 4871 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 4906 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 3694 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 3707 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 3742 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 3888 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 3901 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 3936 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 4179 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 4192 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 4227 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 4955 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 4968 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 5003 of file HumanSkeletonInterface.cpp.

References fawkes::Interface::type().

◆ 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 4082 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 4095 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 4130 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 4664 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 4677 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 4712 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 4761 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 4774 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 4809 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 3791 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 3804 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 3839 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 3985 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 3998 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 4033 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 2923 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 2935 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 2970 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 3016 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 3028 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 3063 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 425 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 437 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 472 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 2158 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 2171 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 2206 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 800 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 813 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 848 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 994 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 1007 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 1042 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 1285 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 1298 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 1333 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 2255 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 2268 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 2303 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 1188 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 1201 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 1236 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 1964 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 1977 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 2012 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 2061 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 2074 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 2109 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 897 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 910 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 945 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 1091 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 1104 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 1139 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 518 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 530 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 565 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 2546 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 2559 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 2594 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 1382 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 1395 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 1430 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 1576 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 1589 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 1624 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 1867 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 1880 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 1915 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 2643 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 2656 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 2691 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 1770 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 1783 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 1818 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 2352 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 2365 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 2400 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 2449 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 2462 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 2497 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 1479 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 1492 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 1527 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 1673 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 1686 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 1721 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 611 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 623 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 658 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 704 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 716 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 751 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 318 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 213 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 244 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 287 of file HumanSkeletonInterface.cpp.

◆ state()

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

Get state value.

Current state.

Returns
state value

Definition at line 193 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 177 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 224 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 261 of file HumanSkeletonInterface.cpp.


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