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

Method GetHeader

libs/indexer/feature_data.cpp:494–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494uint8_t FeatureParams::GetHeader() const
495{
496 return CalculateHeader(m_types.size(), GetHeaderGeomType(), *this);
497}
498
499uint32_t FeatureParams::GetIndexForType(uint32_t t)
500{

Callers 15

AddFeatureNameIndexPairsFunction · 0.80
GetTypeMethod · 0.80
GetBoundsMethod · 0.80
UNIT_TESTFunction · 0.80
EnsureTableLoadedMethod · 0.80
ForEachIndexMethod · 0.80
ForEachFeatureMethod · 0.80
PostcodePointsMethod · 0.80
MwmContextMethod · 0.80
SetContextMethod · 0.80
BuildIndexFromDataFileFunction · 0.80
operator()Method · 0.80

Calls 2

CalculateHeaderFunction · 0.85
sizeMethod · 0.45

Tested by 3

UNIT_TESTFunction · 0.64
UNIT_TESTFunction · 0.64
UNIT_TESTFunction · 0.64