ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
docstring.cpp File Reference
#include "pybind/docstring.h"
#include <Helper.h>
#include <Logging.h>
#include <regex>
#include <sstream>
#include <string>
#include <tuple>
#include <unordered_map>
#include <unordered_set>
Include dependency graph for docstring.cpp:

Go to the source code of this file.

Namespaces

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

Functions

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)
 
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)
 

Variables

py::handle cloudViewer::docstring::static_property