Nuitrack
1.11.2
3D Skeleton Tracking Middleware
|
Stores the results of user state estimation. More...
#include <GestureData.h>
Inherits tdv::nuitrack::ObjectData< UserStateData >.
Public Member Functions | |
UserStateData (UsersStateChanges *pimpl) | |
int | getNumUserStates () const |
Returns the number of user states detected. | |
uint64_t | getTimestamp () const |
Returns the data timestamp in microseconds. More... | |
const std::vector< UserState > | getUserStates () const |
Returns descriptions of detected states of users. More... | |
Additional Inherited Members | |
Public Types inherited from tdv::nuitrack::ObjectData< UserStateData > | |
typedef std::shared_ptr < UserStateData > | Ptr |
Public Types inherited from tdv::nuitrack::BaseObjectData | |
typedef std::shared_ptr < BaseObjectData > | Ptr |
Stores the results of user state estimation.
|
inline |
|
inlinevirtual |
Returns the data timestamp in microseconds.
The timestamp characterizes the time point to which the user state data corresponds.
Implements tdv::nuitrack::BaseObjectData.