MeshLib
 
Loading...
Searching...
No Matches
MR::PythonFunctionAdder Struct Reference

#include <MRPython.h>

Public Member Functions

MRMESH_API PythonFunctionAdder (const std::string &moduleName, std::function< void(pybind11::module_ &m)> func, PythonExport::Priority priority=PythonExport::Priority::Implementation)
 
MRMESH_API PythonFunctionAdder (const std::string &moduleName, PyObject *(*initFncPointer)(void))
 

Constructor & Destructor Documentation

◆ PythonFunctionAdder() [1/2]

MRMESH_API MR::PythonFunctionAdder::PythonFunctionAdder ( const std::string & moduleName,
std::function< void(pybind11::module_ &m)> func,
PythonExport::Priority priority = PythonExport::Priority::Implementation )

◆ PythonFunctionAdder() [2/2]

MRMESH_API MR::PythonFunctionAdder::PythonFunctionAdder ( const std::string & moduleName,
PyObject *(* initFncPointer )(void) )

The documentation for this struct was generated from the following file: