VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 inttagData () 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 intmyData

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
virtual bool DtNavTag::operator== ( const DtNavTag ) const
virtual
virtual bool DtNavTag::operator!= ( const DtNavTag ) const
virtual

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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)