|
OpenSceneGraph
3.0.1
|
Public Member Functions | |
| TileID () | |
| TileID (int in_level, int in_x, int in_y) | |
| bool | operator== (const TileID &rhs) const |
| bool | operator!= (const TileID &rhs) const |
| bool | operator< (const TileID &rhs) const |
| bool | valid () const |
Public Attributes | |
| int | level |
| int | x |
| int | y |
| osgTerrain::TileID::TileID | ( | int | in_level, |
| int | in_x, | ||
| int | in_y | ||
| ) |
| bool osgTerrain::TileID::operator!= | ( | const TileID & | rhs | ) | const [inline] |
| bool osgTerrain::TileID::operator== | ( | const TileID & | rhs | ) | const [inline] |
| bool osgTerrain::TileID::valid | ( | ) | const [inline] |
Referenced by operator!=(), operator<(), and operator==().
Referenced by operator!=(), operator<(), and operator==().
Referenced by operator!=(), operator<(), and operator==().
| Generated at Thu Sep 27 2012 17:03:25 for the OpenSceneGraph by doxygen 1.7.6.1. |