#include <memory>
#include <set>
#include <array>
#include <osmscout/MapImportExport.h>
#include <osmscout/StyleConfig.h>
#include <osmscout/LabelPath.h>
#include <osmscout/system/Math.h>
Go to the source code of this file.
|
| template<class NativeGlyph , class NativeLabel > |
| static bool | osmscout::LabelInstanceSorter (const LabelInstance< NativeGlyph, NativeLabel > &a, const LabelInstance< NativeGlyph, NativeLabel > &b) |
| |
| template<class NativeGlyph > |
| static bool | osmscout::ContourLabelSorter (const ContourLabel< NativeGlyph > &a, const ContourLabel< NativeGlyph > &b) |
| |