Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CesiumGS/cesium-native
/ seedForObject
Function
seedForObject
CesiumVectorData/src/VectorRasterizer.cpp:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
template <typename T> size_t seedForObject(const T& object, size_t base) {
64
return base ^ reinterpret_cast<size_t>(&object);
65
}
66
} // namespace
67
68
VectorRasterizer::VectorRasterizer(
Callers
3
drawPolygon
Method · 0.85
drawPolyline
Method · 0.85
drawPoints
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected