MCPcopy Create free account
hub / github.com/comaps/comaps / operator()

Method operator()

generator/feature_merger.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123FeatureMergeProcessor::FeatureMergeProcessor(uint32_t coordBits) : m_coordBits(coordBits) {}
124
125void FeatureMergeProcessor::operator()(FeatureBuilder const & fb)
126{
127 this->operator()(new MergedFeatureBuilder(fb));
128}
129
130void FeatureMergeProcessor::operator()(MergedFeatureBuilder * p)
131{

Callers

nothing calls this directly

Calls 10

do_change_typesClass · 0.85
PreprocessForWorldMapFunction · 0.85
FirstPointMethod · 0.80
LastPointMethod · 0.80
SetRoundMethod · 0.80
ForEachMiddlePointsMethod · 0.80
ForEachChangeTypesMethod · 0.80
ZeroParamsMethod · 0.80
GetKeyFunction · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected