The description of a single tracking object that will have streaming data. More...
#include <cortex.h>
Public Attributes | |
| sHierarchy | Hierarchy |
| The Skeleton description for HTR data. | |
| int | nDofs |
| Number of degrees of freedom. | |
| int | nMarkers |
| Number of markers. | |
| char ** | szDofNames |
| Array of degrees of freedom names. | |
| char ** | szMarkerNames |
| Array of marker names. | |
| char * | szName |
| Name of the object. | |
The description of a single tracking object that will have streaming data.
This description includes the object's name, the marker names, the skeleton hierarchy, and the DOF names.
| int sBodyDef::nDofs |
| char** sBodyDef::szDofNames |
| char** sBodyDef::szMarkerNames |
| char* sBodyDef::szName |