osgEarth 2.1.1
|
Public Member Functions | |
KeyIndex () | |
KeyIndex (unsigned lod_, unsigned x_, unsigned y_) | |
KeyIndex (const TileKey &key) | |
bool | operator== (const KeyIndex &rhs) const |
Public Attributes | |
unsigned | lod |
unsigned | x |
unsigned | y |
Definition at line 584 of file Geographic.cpp.
seamless::KeyIndex::KeyIndex | ( | ) | [inline] |
Definition at line 586 of file Geographic.cpp.
{
seamless::KeyIndex::KeyIndex | ( | unsigned | lod_, |
unsigned | x_, | ||
unsigned | y_ | ||
) | [inline] |
Definition at line 587 of file Geographic.cpp.
seamless::KeyIndex::KeyIndex | ( | const TileKey & | key | ) | [inline] |
Definition at line 591 of file Geographic.cpp.
bool seamless::KeyIndex::operator== | ( | const KeyIndex & | rhs | ) | const [inline] |
Definition at line 595 of file Geographic.cpp.
{
unsigned seamless::KeyIndex::lod |
Definition at line 599 of file Geographic.cpp.
unsigned seamless::KeyIndex::x |
Definition at line 600 of file Geographic.cpp.
unsigned seamless::KeyIndex::y |
Definition at line 601 of file Geographic.cpp.