VR-Forces 5.0.1 Developer's Guide
 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

VR-Forces 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.

Inheritance diagram for DtNavTag:
Inheritance graph
[legend]

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 ()
 

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 Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)