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