Nuitrack
1.11.2
3D Skeleton Tracking Middleware
|
Stores general information about a issue. More...
#include <Issue.h>
Inherited by tdv::nuitrack::FrameBorderIssue, tdv::nuitrack::OcclusionIssue, and tdv::nuitrack::SensorIssue.
Public Types | |
typedef std::shared_ptr< Issue > | Ptr |
Smart pointer to access the Issue instance. | |
Public Member Functions | |
virtual std::string | getName () const |
Returns the issue name. | |
IssueId | getId () |
Returns the issue identifier. | |
Issue () | |
Constructs a default issue. | |
Issue (IssueId id, const std::string &name) | |
Constructs an issue object from its identifier and name. | |
Static Public Member Functions | |
static std::string | getType () |
Returns the issue type as a string. | |
Protected Attributes | |
IssueId | _id |
std::string | _name |
Stores general information about a issue.
Parent class of all issue classes.
|
protected |
|
protected |