VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)