osgEarth 2.1.1
Public Member Functions | Public Attributes

seamless::KeyIndex Struct Reference

List of all members.

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

Detailed Description

Definition at line 584 of file Geographic.cpp.


Constructor & Destructor Documentation

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.

        : lod(key.getLevelOfDetail()), x(key.getTileX()), y(key.getTileY())
    {
seamless::KeyIndex::KeyIndex ( const TileKey key) [inline]

Definition at line 591 of file Geographic.cpp.

    {
        return lod == rhs.lod && x == rhs.x && y == rhs.y;

Member Function Documentation

bool seamless::KeyIndex::operator== ( const KeyIndex rhs) const [inline]

Definition at line 595 of file Geographic.cpp.

{

Member Data Documentation

Definition at line 599 of file Geographic.cpp.

Definition at line 600 of file Geographic.cpp.

Definition at line 601 of file Geographic.cpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines