TwiceAsNice
2019-02-18
|
#include <Nice/Python/Property.h>
Namespaces | |
Nice | |
Nice::Python | |
Functions | |
void | Nice::Python::instancePythonProperty (boost::python::class_< Nice::Property, Nice::PropertyPtr > &) |
boost::python::class_< Nice::Property, Nice::PropertyPtr > * | Nice::Python::getPythonProperty () |
void | Nice::Python::instancePythonJoint (boost::python::class_< Nice::Joint, Nice::JointPtr > &) |
boost::python::class_< Nice::Joint, Nice::JointPtr > * | Nice::Python::getPythonJoint () |
Variables | |
boost::python::class_< Nice::Property, Nice::PropertyPtr > * | Nice::Python::s_PythonPropertyClass = 0 |
boost::python::class_< Nice::Joint, Nice::JointPtr > * | Nice::Python::s_PythonJointClass = 0 |