1#ifndef OSMSCOUT_IMPORT_GENCOVERAGEINDEX_H
2#define OSMSCOUT_IMPORT_GENCOVERAGEINDEX_H
36 typedef std::set<Pixel> CellSet;
39 Magnification magnification;
42 CellSet ScanNodes(
const TypeConfigRef& typeConfig,
43 const ImportParameter& parameter,
44 Progress& progress)
const;
46 CellSet ScanWays(
const TypeConfigRef& typeConfig,
47 const ImportParameter& parameter,
48 Progress& progress)
const;
50 CellSet ScanAreas(
const TypeConfigRef& typeConfig,
51 const ImportParameter& parameter,
52 Progress& progress)
const;
54 void WriteIndex(
const ImportParameter& parameter,
56 const CellSet& cells);
60 ImportModuleDescription& description)
const override;
void GetDescription(const ImportParameter ¶meter, ImportModuleDescription &description) const override
bool Import(const TypeConfigRef &typeConfig, const ImportParameter ¶meter, Progress &progress) override
Definition ImportModule.h:101
std::shared_ptr< TypeConfig > TypeConfigRef
Definition TypeConfig.h:1396