TwiceAsNice  2019-02-18
Namespaces | Functions
Property.h File Reference
#include <Nice/Log.h>
#include <Nice/Property/Joint.h>
#include <boost/python.hpp>
#include <Nice/Python/PropertyBridge.hh>
Include dependency graph for Property.h:
This graph shows which files directly or indirectly include this file:

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)