ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
docstring.h File Reference
#include <string>
#include <unordered_map>
#include "pybind/cloudViewer_pybind.h"
Include dependency graph for docstring.h:

Go to the source code of this file.

Classes

class  cloudViewer::docstring::ArgumentDoc
 
class  cloudViewer::docstring::FunctionDoc
 
struct  cloudViewer::docstring::FunctionDoc::OverloadDocs
 

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::docstring
 

Functions

void cloudViewer::docstring::FunctionDocInject (py::module &pybind_module, const std::string &function_name, const std::unordered_map< std::string, std::string > &map_parameter_body_docs)
 
void cloudViewer::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)