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

Method Handle

generator/feature_processing_layers.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35} // namespace
36
37void LayerBase::Handle(FeatureBuilder & fb)
38{
39 if (m_next)
40 m_next->Handle(fb);
41}
42
43size_t LayerBase::GetChainSize() const
44{

Callers 5

ProcessMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45

Calls 15

MakeLineFunction · 0.85
RemoveUselessTypesFunction · 0.85
FixLandTypeFunction · 0.85
PreprocessForCountryMapFunction · 0.85
GetMostGenericOsmIdMethod · 0.80
GetParamsMethod · 0.80
IsAreaMethod · 0.80
GetCoastlineTypeMethod · 0.80
RemoveInvalidTypesMethod · 0.80
HandleClass · 0.50
GetTypeMethod · 0.45

Tested by

no test coverage detected