TwiceAsNice
2019-02-18
|
#include <Nice/Log.h>
#include <Nice/Property/Joint.h>
#include <boost/python.hpp>
#include <Nice/Python/PropertyBridge.hh>
Namespaces | |
Nice | |
Nice::Python | |
Functions | |
void | Nice::Python::instancePythonJoint (boost::python::class_< Nice::Joint, Nice::JointPtr > &) |
void | Nice::Python::instancePythonProperty (boost::python::class_< Nice::Property, Nice::PropertyPtr > &) |
boost::python::class_< Nice::Joint, Nice::JointPtr > * | Nice::Python::getPythonJoint () |
boost::python::class_< Nice::Property, Nice::PropertyPtr > * | Nice::Python::getPythonProperty () |
template<typename T > | |
void | Nice::Python::addPythonPropertyType (const char *_n) |