TwiceAsNice  2019-02-18
Namespaces | Functions | Variables
Property.cc File Reference
#include <Nice/Python/Property.h>
Include dependency graph for Property.cc:

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