Cogs.Core
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Cogs::Core::OGC3DTiles::Coord Struct Reference

Public Member Functions

bool operator== (OGC3DTiles::Coord const &other) const =default
 
std::string toString () const
 
uint64_t toHash () const
 

Static Public Member Functions

static Coord fromHash (uint64_t h)
 

Public Attributes

int32_t level = 0
 
int32_t x = 0
 
int32_t y = 0
 
int32_t z = -1
 

Detailed Description

Definition at line 9 of file OGC3DTiles.h.

Member Function Documentation

◆ fromHash()

static Coord Cogs::Core::OGC3DTiles::Coord::fromHash ( uint64_t  h)
inlinestatic

Definition at line 42 of file OGC3DTiles.h.

◆ toHash()

uint64_t Cogs::Core::OGC3DTiles::Coord::toHash ( ) const
inline

Definition at line 30 of file OGC3DTiles.h.

◆ toString()

std::string Cogs::Core::OGC3DTiles::Coord::toString ( ) const
inline

Definition at line 17 of file OGC3DTiles.h.

Member Data Documentation

◆ level

int32_t Cogs::Core::OGC3DTiles::Coord::level = 0

Definition at line 10 of file OGC3DTiles.h.

◆ x

int32_t Cogs::Core::OGC3DTiles::Coord::x = 0

Definition at line 11 of file OGC3DTiles.h.

◆ y

int32_t Cogs::Core::OGC3DTiles::Coord::y = 0

Definition at line 12 of file OGC3DTiles.h.

◆ z

int32_t Cogs::Core::OGC3DTiles::Coord::z = -1

Definition at line 13 of file OGC3DTiles.h.


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