PLearn 0.1
|
#include <plearn/python/PythonIncludes.h>
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
PyObject * | PLearn::pythonGlobalFuncTramp (PyObject *self, PyObject *args) |
void | PLearn::injectPLearnGlobalFunctions (PyObject *env) |
void | PLearn::injectPLearnClasses (PyObject *module) |
void | PLearn::initPythonExtensionModule (char const *module_name) |
void | PLearn::setPythonModuleAndInject (PyObject *module) |
void | PLearn::addToWrappedObjectsSet (PyObject *o) |
void | PLearn::removeFromWrappedObjectsSet (PyObject *o) |