#include <lib_motiontracker.h>
Represents a persistent unique ID number for a track.
For any specific Motion Tracker Object this ID always represents the same track, even if other tracks are added or deleted.
Public Member Functions | |
Bool | operator== (const MtTrkGid &rhs) |
Int32 | ToInt () const |
Static Public Member Functions | |
static MtTrkGid * | Alloc () |
static void | Free (MtTrkGid *&p) |
Private Member Functions | |
MtTrkGid () | |
~MtTrkGid () | |
|
private |
|
private |
|
static |
Internal.
|
static |
Tests whether this and rhs have the same value.
[in] | rhs | The object with which to compare. |
Int32 ToInt | ( | ) | const |
Returns the ID number as a raw integer.