![]() |
Nuitrack
1.11.2
3D Skeleton Tracking Middleware
|
Stores results of issue detection. More...
#include <IssuesData.h>
Public Types | |
|
typedef std::shared_ptr < IssuesData > | Ptr |
| Smart pointer to access the IssuesData instance. | |
Public Member Functions | |
| IssuesData (IssueTrackerData *pimpl) | |
| template<typename T > | |
| std::shared_ptr< T > NUITRACK_LOCAL | getIssue () const |
| Returns information about sensor related issue detected. More... | |
| template<typename T > | |
| std::shared_ptr< T > NUITRACK_LOCAL | getUserIssue (int userId) const |
| Returns information about user related issue detected. More... | |
Protected Attributes | |
| IssueTrackerData * | _pimpl |
Stores results of issue detection.
|
inline |
|
inline |
Returns information about sensor related issue detected.
| T | A data type that stores information about the requested issue. |
|
inline |
Returns information about user related issue detected.
| T | A data type that stores information about the requested issue. |
| userId | ID of the user of interest. |
|
protected |