|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include "MaterialPassport.hpp"#include <nlohmann/json.hpp>#include <string_view>#include <vector>
Go to the source code of this file.
Namespaces | |
| namespace | reusex |
| namespace | reusex::core |
| namespace | reusex::core::json_import |
Functions | |
| MaterialPassport | reusex::core::json_import::from_json (const nlohmann::json &j) |
| Import a single MaterialPassport from a JSON object. | |
| std::vector< MaterialPassport > | reusex::core::json_import::from_json_array (const nlohmann::json &j) |
| Import multiple MaterialPassports from a JSON array. | |
| std::vector< MaterialPassport > | reusex::core::json_import::from_json_string (std::string_view json_str) |
| Import MaterialPassport(s) from a JSON string. | |