MCPcopy Create free account
hub / github.com/comaps/comaps / IsRealGeomOffset

Function IsRealGeomOffset

libs/indexer/feature.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36uint32_t constexpr kInvalidOffset = numeric_limits<uint32_t>::max();
37
38bool IsRealGeomOffset(uint32_t offset)
39{
40 return (offset != kInvalidOffset && offset != kGeomOffsetFallback);
41}
42
43// Get an index of inner geometry scale range.
44// @param[in] scale:

Callers 3

GetScaleIndexFunction · 0.85
GetOuterGeometryStatsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected