MtTrkGid Class Reference Library » 运动追踪器
#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.
公共成员函数 |
|
Bool | operator== (const MtTrkGid &rhs) |
Int32 | ToInt () const |
静态公共成员函数 |
|
static MtTrkGid * | Alloc () |
static void | Free ( MtTrkGid *&p) |
私有成员函数 |
|
MtTrkGid () | |
~MtTrkGid () |
|
|
|
static |
Internal .
|
static |
Destructs MtTrkGids allocated with Alloc() 。使用 AutoAlloc to automate the allocation and destruction based on scope.
[in,out] | p | The MtTrkGid to destruct. If the pointer is nullptr nothing happens. The pointer is assigned nullptr afterwards. |
Bool operator== | ( | const MtTrkGid & | rhs | ) |
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.