![]() |
VR-Forces 4.6.1 Class Documentation
|
Wrapper for GameWare NavTag. More...
Public Member Functions | |
| DtNavTag (const int dataLength, const unsigned int *data) | |
| virtual | ~DtNavTag () |
| int | dataLength () const |
| const unsigned int * | tagData () const |
| unsigned int | dataElement (unsigned int index) const |
| virtual bool | operator== (const DtNavTag &) const |
| virtual bool | operator!= (const DtNavTag &) const |
Protected Attributes | |
| int | myDataLength |
| const unsigned int * | myData |
Private Member Functions | |
| DtNavTag () | |
| Not implemented. | |
Wrapper for GameWare NavTag.
Note: This class keeps only a pointer to the data, not a copy of it so the data array must continue to exist for the lifetime of this object.
|
private |
Not implemented.
|
inlinevirtual |
| int DtNavTag::dataLength | ( | ) | const |
|
protected |