Classes | |
| class | hpi::python_interface |
| a class which encapsulates the python interface. More... | |
| class | hpi::python_arglist |
| helper class to generated PyObject from C/C++/hugin classes More... | |
Functions | |
| int | callhpi (const char *plugin_name, int argc,...) |
| simplified call interface to the Python Plugin facility. | |
Variables | |
| python_interface | hpi_instance |
| this is where we keep the single instance of class python_interface | |
|
||||||||||||||||
|
simplified call interface to the Python Plugin facility.
Definition at line 55 of file hpi.cpp. References hpi::python_interface::activate(), hpi::python_arglist::add(), hpi::python_interface::call_hpi(), hpi_instance, hpi::python_arglist::make_hsi_object(), and hpi::python_arglist::yield(). |
|
|
this is where we keep the single instance of class python_interface
Definition at line 53 of file hpi.cpp. Referenced by callhpi(). |
1.3.9.1