Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::RasterTileIdentifier Struct Reference

Public Member Functions

RasterTileIdentifier getSouthwestChild () const
 
RasterTileIdentifier getSoutheastChild () const
 
RasterTileIdentifier getNorthwestChild () const
 
RasterTileIdentifier getNortheastChild () const
 
size_t getHashCode () const
 

Public Attributes

int level
 
int x
 
int y
 

Detailed Description

Definition at line 20 of file RasterTile.h.

Member Function Documentation

◆ getHashCode()

size_t Cogs::RasterTileIdentifier::getHashCode ( ) const
inline

Definition at line 27 of file RasterTile.h.

◆ getNortheastChild()

RasterTileIdentifier Cogs::RasterTileIdentifier::getNortheastChild ( ) const
inline

Definition at line 25 of file RasterTile.h.

◆ getNorthwestChild()

RasterTileIdentifier Cogs::RasterTileIdentifier::getNorthwestChild ( ) const
inline

Definition at line 24 of file RasterTile.h.

◆ getSoutheastChild()

RasterTileIdentifier Cogs::RasterTileIdentifier::getSoutheastChild ( ) const
inline

Definition at line 23 of file RasterTile.h.

◆ getSouthwestChild()

RasterTileIdentifier Cogs::RasterTileIdentifier::getSouthwestChild ( ) const
inline

Definition at line 22 of file RasterTile.h.

Member Data Documentation

◆ level

int Cogs::RasterTileIdentifier::level

Definition at line 35 of file RasterTile.h.

◆ x

int Cogs::RasterTileIdentifier::x

Definition at line 36 of file RasterTile.h.

◆ y

int Cogs::RasterTileIdentifier::y

Definition at line 37 of file RasterTile.h.


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