Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
S2CellID S2CellID::getParent() const {
118
return S2CellID(GoogleS2CellID(this->_id).parent().id());
119
}
120
121
S2CellID S2CellID::getChild(size_t index) const {
122
CESIUM_ASSERT(index <= 3);
Callers
12
loadTileContent
Method · 0.80
TestTilesetJsonLoader.cpp
File · 0.80
loadTileContent
Method · 0.80
createChildTiles
Method · 0.80
getNonZeroGeometricError
Method · 0.80
getMetadata
Method · 0.80
loadTileContent
Method · 0.80
updateContentLoadedState
Method · 0.80
upsampleParentTile
Method · 0.80
update
Method · 0.80
visitTileIfNeeded
Function · 0.80
mapRasterTilesToGeometryTile
Method · 0.80
Calls
1
parent
Method · 0.45
Tested by
1
loadTileContent
Method · 0.64