cesium-native 0.43.0
Loading...
Searching...
No Matches
Cesium3DTilesSelection::TileIdUtilities Struct Reference

Utility functions related to TileID objects. More...

#include <Cesium3DTilesSelection/TileID.h>

Static Public Member Functions

static std::string createTileIdString (const TileID &tileId)
 Creates an unspecified string representation of the given TileID.
 

Detailed Description

Utility functions related to TileID objects.

Definition at line 45 of file TileID.h.

Member Function Documentation

◆ createTileIdString()

static std::string Cesium3DTilesSelection::TileIdUtilities::createTileIdString ( const TileID & tileId)
static

Creates an unspecified string representation of the given TileID.

The returned string will contain information about the given tile ID, depending on its type. The exact format and contents of this string is not specified. This is mainly intended for printing informative log messages.

Parameters
tileIdThe tile ID
Returns
The string

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