Open3D (C++ API)
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Data Structures | Namespaces | Functions
docstring.h File Reference
#include <string>
#include <unordered_map>
#include "pybind/open3d_pybind.h"

Go to the source code of this file.

Data Structures

class  open3d::docstring::ArgumentDoc
 
class  open3d::docstring::FunctionDoc
 

Namespaces

 open3d
 
 open3d::docstring
 

Functions

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)