#include <string>
#include <unordered_map>
#include "pybind/open3d_pybind.h"
Go to the source code of this file.
|
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) |
|
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) |
|