| 126 | } |
| 127 | |
| 128 | void 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 | |
| 135 | void RawGenerator::GenerateCustom(std::shared_ptr<TranslatorInterface> const & translator) |
| 136 | { |