#include "hugin_script_interface/hpi_classes.h"#include "hugin_script_interface/hpi.h"#include <stdarg.h>Include dependency graph for hpi.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | hpi |
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::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 hpi::callhpi(). |
1.3.9.1