VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
txp::TileIdentifier Struct Reference
Inheritance diagram for txp::TileIdentifier:
Inheritance graph
[legend]

Public Member Functions

 TileIdentifier ()
 
 TileIdentifier (int ax, int ay, int alod)
 
 TileIdentifier (const TileIdentifier &rhs)
 
TileIdentifieroperator= (const TileIdentifier &rhs)
 
void set (int ax, int ay, int alod)
 
bool operator< (const TileIdentifier &rhs) const
 

Public Attributes

int x
 
int y
 
int lod
 

Constructor & Destructor Documentation

txp::TileIdentifier::TileIdentifier ( )
inline
txp::TileIdentifier::TileIdentifier ( int  ax,
int  ay,
int  alod 
)
inline
txp::TileIdentifier::TileIdentifier ( const TileIdentifier rhs)
inline

Member Function Documentation

TileIdentifier& txp::TileIdentifier::operator= ( const TileIdentifier rhs)
inline

References lod, x, and y.

void txp::TileIdentifier::set ( int  ax,
int  ay,
int  alod 
)
inline

References lod, x, and y.

Referenced by txp::TXPPagedLOD::setTileId().

bool txp::TileIdentifier::operator< ( const TileIdentifier rhs) const
inline

References lod, x, and y.

Member Data Documentation

int txp::TileIdentifier::x

Referenced by operator<(), operator=(), and set().

int txp::TileIdentifier::y

Referenced by operator<(), operator=(), and set().

int txp::TileIdentifier::lod

Referenced by operator<(), operator=(), and set().


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

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)