libosmscout
0.1
|
#include <memory>
#include <optional>
#include <osmscout/GeoCoord.h>
#include <osmscout/Point.h>
#include <osmscout/TypeConfig.h>
#include <osmscout/io/FileScanner.h>
#include <osmscout/io/FileWriter.h>
#include <osmscout/util/GeoBox.h>
#include <osmscout/util/Geometry.h>
#include <osmscout/system/Compiler.h>
Classes | |
class | osmscout::Area |
Representation of an (complex/multipolygon) area. More... | |
class | osmscout::Area::Ring |
Namespaces | |
osmscout | |
Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |
Typedefs | |
using | osmscout::AreaRef = std::shared_ptr< Area > |