#include <lanelet2_core/primitives/Lanelet.h>#include <lanelet2_io/Io.h>#include <lanelet2_io/io_handlers/Factory.h>#include <lanelet2_io/io_handlers/Writer.h>#include <lanelet2_projection/UTM.h>#include <cstdio>
Go to the source code of this file.
Classes | |
| class | example::FakeWriter |
Namespaces | |
| example | |
Functions | |
| int | main () |
| void | part1LoadingAndWriting () |
| void | part2Projectors () |
| void | part3AddingNewParsersAndWriters () |
| int main | ( | ) |
Definition at line 31 of file 04_reading_and_writing/main.cpp.
| void part1LoadingAndWriting | ( | ) |
Definition at line 39 of file 04_reading_and_writing/main.cpp.
| void part2Projectors | ( | ) |
Definition at line 61 of file 04_reading_and_writing/main.cpp.
| void part3AddingNewParsersAndWriters | ( | ) |
Definition at line 101 of file 04_reading_and_writing/main.cpp.