Open3D (C++ API)  0.18.0+5c982c7
Data Structures | Namespaces | Functions
IJsonConvertible.h File Reference

(5c982c7 (Thu Apr 18 12:15:13 2024 -0700))

#include <fmt/format.h>
#include <Eigen/Core>
#include "open3d/utility/Eigen.h"

Go to the source code of this file.

Data Structures

class  open3d::utility::IJsonConvertible
 
struct  fmt::formatter< Json::Value >
 

Namespaces

 open3d
 
 open3d::utility
 
 fmt
 

Functions

Json::Value open3d::utility::StringToJson (const std::string &json_str)
 Parse string and convert 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...