代码搜索结果

找到约 11,834 项符合 Python 的代码

documentation.txt

PyCatalog User Documentation I. About PyCatalog From the word itself, pycatalog is a python based catalog generator. It can output book and card catalog in Portable Document Format (PDF). It is crea

documentation.txt

PyCatalog User Documentation I. About PyCatalog From the word itself, pycatalog is a python based catalog generator. It can output book and card catalog in Portable Document Format (PDF). It is crea

array_test.cpp

#include #include #include "container_conversions.h" using namespace boost::python; int func(int test[3]) { printf("1) %d\n2) %d\n3) %d\n", test[0],

submesh.cpp

#ifdef HAVE_CONFIG_H # include "config.h" #endif #include "OgrePythonLink.h" using namespace boost::python; using namespace Ogre; void exportSubMesh() { class_("SubMesh");

sconscript

Import('env BuildPythonModule') env = env.Copy() BuildPythonModule( env, source_dir = '#src/testoverload', module_name = 'testoverload', target_dir = '#python/test',

pyogre_quaternion.h

#ifndef PYOGRE_QUATERNION_H_INCLUDED # define PYOGRE_QUATERNION_H_INCLUDED namespace py { boost::python::tuple OgreQuaternion_ToAngleAxis( const Ogre::Quaternion &q ) { Ogre::Real rfAng

ogreconversions.h

#include #include Ogre::String toOgreString(const boost::python::str& pythonStr);

ogresharedptrwrapper.h

#ifndef PYOGRE_SHAREDPTRWRAPPER_H_INCLUDED # define PYOGRE_SHAREDPTRWRAPPER_H_INCLUDED # include namespace boost { namespace python { // Used by boost::python to extract th

repository

ogreaddons/pyogre/python/test

repository

ogreaddons/pyogre/python/ogre/demo