![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|


Go to the source code of this file.
Classes | |
| class | cloudViewer::utility::IJsonConvertible |
| struct | fmt::formatter< Json::Value > |
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::utility | |
| fmt | |
Functions | |
| Json::Value | cloudViewer::utility::StringToJson (const std::string &json_str) |
| Parse string and conver to Json::value. Throws exception if the conversion is invalid. More... | |
| std::string | cloudViewer::utility::JsonToString (const Json::Value &json) |
| Serialize a Json::Value to a string. More... | |