#include <openrave/openrave.h>
#include <boost/python.hpp>
#include <boost/python/exception_translator.hpp>
#include <boost/python/stl_iterator.hpp>
#include <pyconfig.h>
#include <exception>
#include <boost/shared_ptr.hpp>
#include <boost/format.hpp>
#include <boost/assert.hpp>
#include <vector>
#include <cstring>
#include <sstream>
構成 | |
class | cppexamples::FunctionUserData |
class | cppexamples::PythonBindingModule |
ネームスペース | |
namespace | cppexamples |
関数 | |
InterfaceBasePtr | cppexamples::PythonBindingCreateInterface (EnvironmentBasePtr penv, std::istream &istream) |
InterfaceBasePtr | cppexamples::RegisterSimulationFunction (int environmentid, boost::python::object simulationfn) |
void | cppexamples::Init (UserDataPtr globalstate) |
BOOST_PYTHON_MODULE (orpythonbinding) | |
変数 | |
boost::shared_ptr< void > | cppexamples::g_PythonBindingInterfaceHandle |
BOOST_PYTHON_MODULE | ( | orpythonbinding | ) |
orpythonbinding.cpp の 119 行で定義されています。