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

Method SetMappingTypes

generator/feature_merger.cpp:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void FeatureTypesProcessor::SetMappingTypes(char const * arr1[2], char const * arr2[2])
303{
304 m_mapping[GetType(arr1, 2)] = GetType(arr2, 2);
305}
306
307MergedFeatureBuilder * FeatureTypesProcessor::operator()(FeatureBuilder const & fb)
308{

Callers 1

WorldMapGeneratorMethod · 0.80

Calls 1

GetTypeFunction · 0.70

Tested by

no test coverage detected