openrave.org

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義 グループ ページ
構成 | ネームスペース | 関数 | 変数
orpythonbinding.cpp

(2013-03-18 10:33:00 +0900, commit:334d202)

#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>
orpythonbinding.cppのインクルード依存関係図

ソースコードを見る。

構成

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.

orpythonbinding.cpp119 行で定義されています。