openscenegraph
Public Member Functions | Public Attributes | List of all members
osgVolume::TileID Class Reference

Public Member Functions

 TileID ()
 
 TileID (int in_level, int in_x, int in_y, int in_z)
 
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
 
int z
 

Constructor & Destructor Documentation

§ TileID() [1/2]

osgVolume::TileID::TileID ( )

§ TileID() [2/2]

osgVolume::TileID::TileID ( int  in_level,
int  in_x,
int  in_y,
int  in_z 
)

Member Function Documentation

§ operator!=()

bool osgVolume::TileID::operator!= ( const TileID rhs) const
inline

§ operator<()

bool osgVolume::TileID::operator< ( const TileID rhs) const
inline

§ operator==()

bool osgVolume::TileID::operator== ( const TileID rhs) const
inline

§ valid()

bool osgVolume::TileID::valid ( ) const
inline

Member Data Documentation

§ level

int osgVolume::TileID::level

§ x

int osgVolume::TileID::x

§ y

int osgVolume::TileID::y

§ z

int osgVolume::TileID::z

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