|
Open3D (C++ API)
|
#include <regex>#include <sstream>#include <string>#include <tuple>#include <unordered_map>#include <unordered_set>#include "Open3D/Utility/Console.h"#include "Open3D/Utility/Helper.h"#include "pybind/docstring.h"Namespaces | |
| open3d | |
| open3d::docstring | |
Functions | |
| void | open3d::docstring::ClassMethodDocInject (py::module &pybind_module, const std::string &class_name, const std::string &function_name, const std::unordered_map< std::string, std::string > &map_parameter_body_docs) |
| void | open3d::docstring::FunctionDocInject (py::module &pybind_module, const std::string &function_name, const std::unordered_map< std::string, std::string > &map_parameter_body_docs) |
Variables | |
| py::handle | open3d::docstring::static_property |
1.8.13