VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes | Private Member Functions
DtNavTag Class Reference

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

Protected Attributes

int myDataLength
const unsigned int * myData

Private Member Functions

 DtNavTag ()
 Not implemented.

Detailed Description

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.

Constructor & Destructor Documentation

DtNavTag::DtNavTag ( )
private

Not implemented.

DtNavTag::DtNavTag ( const int  dataLength,
const unsigned int *  data 
)
virtual DtNavTag::~DtNavTag ( )
inlinevirtual

Member Function Documentation

int DtNavTag::dataLength ( ) const
const unsigned int* DtNavTag::tagData ( ) const
unsigned int DtNavTag::dataElement ( unsigned int  index) const

Member Data Documentation

int DtNavTag::myDataLength
protected
const unsigned int* DtNavTag::myData
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)