MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / getParent

Method getParent

CesiumGeospatial/src/S2CellID.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117S2CellID S2CellID::getParent() const {
118 return S2CellID(GoogleS2CellID(this->_id).parent().id());
119}
120
121S2CellID S2CellID::getChild(size_t index) const {
122 CESIUM_ASSERT(index <= 3);

Callers 12

loadTileContentMethod · 0.80
loadTileContentMethod · 0.80
createChildTilesMethod · 0.80
getMetadataMethod · 0.80
loadTileContentMethod · 0.80
upsampleParentTileMethod · 0.80
updateMethod · 0.80
visitTileIfNeededFunction · 0.80

Calls 1

parentMethod · 0.45

Tested by 1

loadTileContentMethod · 0.64