Open3D (C++ API)
0.13.0
|
Go to the source code of this file.
Data Structures | |
class | open3d::utility::IJsonConvertible |
Namespaces | |
open3d | |
open3d::utility | |
Functions | |
Json::Value | open3d::utility::StringToJson (const std::string &json_str) |
Parse string and conver to Json::value. Throws exception if the conversion is invalid. More... | |
std::string | open3d::utility::JsonToString (const Json::Value json) |
Serialize a Json::Value to a string. More... | |