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

Method GenerateCoasts

generator/raw_generator.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void RawGenerator::GenerateCoasts()
129{
130 auto processor = CreateProcessor(ProcessorType::Coastline, m_queue);
131 m_translators->Append(CreateTranslator(TranslatorType::Coastline, processor, m_cache));
132 m_finalProcessors.emplace(CreateCoslineFinalProcessor());
133}
134
135void RawGenerator::GenerateCustom(std::shared_ptr<TranslatorInterface> const & translator)
136{

Callers 7

generator_tool.cppFile · 0.80
BuildCoastsMethod · 0.80
BuildWorldMethod · 0.80
BuildCountriesMethod · 0.80
CheckGeneratedDataMethod · 0.80

Calls 4

CreateProcessorFunction · 0.85
CreateTranslatorFunction · 0.85
AppendMethod · 0.45
emplaceMethod · 0.45

Tested by 6

BuildCoastsMethod · 0.64
BuildWorldMethod · 0.64
BuildCountriesMethod · 0.64
CheckGeneratedDataMethod · 0.64