Open3D (C++ API)
|
Data Structures | |
class | ArgumentDoc |
class | FunctionDoc |
Functions | |
void | 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 | 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 | static_property |
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 = std::unordered_map< std::string, std::string >() |
||
) |
Parse pybind docstring to FunctionDoc and inject argument docstrings for class methods
void open3d::docstring::FunctionDocInject | ( | py::module & | pybind_module, |
const std::string & | function_name, | ||
const std::unordered_map< std::string, std::string > & | map_parameter_docs = std::unordered_map< std::string, std::string >() |
||
) |
Parse pybind docstring to FunctionDoc and inject argument docstrings for functions
py::handle open3d::docstring::static_property |