#include "lanelet2_io/io_handlers/OsmFile.h"#include <lanelet2_core/utility/Utilities.h>#include <boost/format.hpp>#include <iostream>
Go to the source code of this file.
Namespaces | |
| lanelet | |
| lanelet::osm | |
| lanelet::osm::keyword | |
Functions | |
| bool | lanelet::osm::operator== (const Way &lhs, const Way &rhs) |
| bool | lanelet::osm::operator== (const Relation &lhs, const Relation &rhs) |
| bool | lanelet::osm::operator== (const File &lhs, const File &rhs) |
| File | lanelet::osm::read (pugi::xml_document &node, lanelet::osm::Errors *errors=nullptr) |
| std::unique_ptr< pugi::xml_document > | lanelet::osm::write (const File &file, const io::Configuration ¶ms=io::Configuration()) |
|
private |
Definition at line 311 of file OsmFile.cpp.
| Primitive** location {} |
Definition at line 39 of file OsmFile.cpp.
| Id referencedRelation {} |
Definition at line 38 of file OsmFile.cpp.
| Id relation {} |
Definition at line 37 of file OsmFile.cpp.