#include <tinyxml2.h>#include <boost/optional.hpp>#include <nlohmann/json.hpp>#include "fields2cover/utils/parser.h"#include "fields2cover/utils/transformation.h"
Go to the source code of this file.
Namespaces | |
| f2c | |
| Main namespace of the fields2cover library. | |
Typedefs | |
| using | json = nlohmann::json |
Functions | |
| F2CCell | f2c::getCellFromJson (const json &imported_cell) |
| F2CPoint | f2c::getPointFromJson (const json &ps) |
| using json = nlohmann::json |
Definition at line 13 of file parser.cpp.