ogre_tools_swig_generated.cpp File Reference

#include <Python.h>
#include <string.h>
#include <stdexcept>
#include "initialization.h"
#include <string>
#include <iostream>
#include <float.h>
#include <math.h>
#include <algorithm>
#include <vector>
#include <functional>
#include <iterator>
Include dependency graph for ogre_tools_swig_generated.cpp:

Go to the source code of this file.

Classes

struct  swig::from_oper< ValueType >
struct  std::less< PyObject * >
struct  std::less< swig::PyObject_ptr >
struct  std::less< swig::PyObject_var >
struct  swig::noconst_traits< Type >
struct  swig::noconst_traits< const Type >
struct  swig::pointer_category
class  swig::PyObject_ptr
struct  swig::PyObject_var
struct  swig::PySequence_ArrowProxy< T >
struct  swig::PySequence_Cont< T >
struct  swig::PySequence_InputIterator< T, Reference >
struct  swig::PySequence_Ref< T >
struct  PySwigClientData
struct  swig::PySwigIterator
class  swig::PySwigIterator_T< OutIterator >
class  swig::PySwigIteratorClosed_T< OutIterator, ValueType, FromOper >
class  swig::PySwigIteratorOpen_T< OutIterator, ValueType, FromOper >
struct  PySwigObject
struct  PySwigPacked
struct  swig::stop_iteration
struct  swig_cast_info
struct  swig_const_info
struct  swig_globalvar
struct  swig_module_info
struct  swig_type_info
struct  swig_varlinkobject
struct  swig::traits< Type >
struct  swig::traits< PyObject * >
struct  swig::traits< std::string >
struct  swig::traits< std::vector< std::string, std::allocator< std::string > > >
struct  swig::traits< Type * >
struct  swig::traits_as< Type, Category >
struct  swig::traits_as< Type *, pointer_category >
struct  swig::traits_as< Type, pointer_category >
struct  swig::traits_as< Type, value_category >
struct  swig::traits_asptr< Type >
struct  swig::traits_asptr< std::vector< T > >
struct  swig::traits_asptr_stdseq< Seq, T >
struct  swig::traits_asval< Type >
struct  swig::traits_asval< PyObject * >
struct  swig::traits_asval< std::string >
struct  swig::traits_asval< Type * >
struct  swig::traits_check< Type, Category >
struct  swig::traits_check< PyObject *, value_category >
struct  swig::traits_check< Type, pointer_category >
struct  swig::traits_check< Type, value_category >
struct  swig::traits_from< Type >
struct  swig::traits_from< PyObject * >
struct  swig::traits_from< std::string >
struct  swig::traits_from< std::vector< T > >
struct  swig::traits_from< Type * >
struct  swig::traits_from_ptr< Type >
struct  swig::traits_from_stdseq< Seq, T >
struct  swig::traits_info< Type >
struct  swig::value_category

Namespaces

namespace  std
namespace  swig

Defines

#define Py_NotImplemented   PyExc_RuntimeError
#define PyExc_StopIteration   PyExc_RuntimeError
#define PyObject_DEL   PyObject_Del
#define PyObject_Del(op)   PyMem_DEL((op))
#define PyObject_GenericGetAttr   0
#define PyOS_snprintf   snprintf
#define PySequence_Size   PySequence_Length
#define PyString_AsStringAndSize(obj, s, len)   {*s = PyString_AsString(obj); *len = *s ? strlen(*s) : 0;}
#define SWIG_AcquirePtr(ptr, src)   SWIG_Python_AcquirePtr(ptr, src)
#define SWIG_AddCast
#define SWIG_AddNewMask(r)   (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
#define SWIG_AddTmpMask(r)   (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
#define SWIG_addvarlink(p, name, get_attr, set_attr)   SWIG_Python_addvarlink(p, name, get_attr, set_attr)
#define SWIG_arg_fail(arg)   SWIG_Python_ArgFail(arg)
#define SWIG_ArgError(r)   ((r != SWIG_ERROR) ? r : SWIG_TypeError)
#define SWIG_as_voidptr(a)   const_cast< void * >(static_cast< const void * >(a))
#define SWIG_as_voidptrptr(a)   ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a))
#define SWIG_AttributeError   -11
#define SWIG_BADOBJ   (SWIG_ERROR)
#define SWIG_BUFFER_SIZE   1024
#define SWIG_CASTRANKLIMIT   (1 << 8)
#define SWIG_CheckImplicit(ty)   SWIG_Python_CheckImplicit(ty)
#define SWIG_CheckState(r)   (SWIG_IsOK(r) ? 1 : 0)
#define SWIG_contract_assert(expr, msg)   if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else
#define SWIG_ConvertFunctionPtr(obj, pptr, type)   SWIG_Python_ConvertFunctionPtr(obj, pptr, type)
#define SWIG_ConvertInstance(obj, pptr, type, flags)   SWIG_ConvertPtr(obj, pptr, type, flags)
#define SWIG_ConvertMember(obj, ptr, sz, ty)   SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
#define SWIG_ConvertPacked(obj, ptr, sz, ty)   SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
#define SWIG_ConvertPtr(obj, pptr, type, flags)   SWIG_Python_ConvertPtr(obj, pptr, type, flags)
#define SWIG_ConvertPtrAndOwn(obj, pptr, type, flags, own)   SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)
#define SWIG_DelNewMask(r)   (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
#define SWIG_DelTmpMask(r)   (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
#define SWIG_DivisionByZero   -6
#define SWIG_Error(code, msg)   SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)
#define SWIG_ERROR   (-1)
#define SWIG_ErrorType(code)   SWIG_Python_ErrorType(code)
#define SWIG_exception(code, msg)   do { SWIG_Error(code, msg); SWIG_fail;; } while(0)
#define SWIG_exception_fail(code, msg)   do { SWIG_Error(code, msg); SWIG_fail; } while(0)
#define SWIG_fail   goto fail
#define SWIG_From_long   PyInt_FromLong
#define SWIG_GetModule(clientdata)   SWIG_Python_GetModule()
#define SWIG_IndexError   -4
#define SWIG_init   init_ogre_tools
#define SWIG_InstallConstants(d, constants)   SWIG_Python_InstallConstants(d, constants)
#define SWIG_IOError   -2
#define SWIG_IsNewObj(r)   (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
#define SWIG_IsOK(r)   (r >= 0)
#define SWIG_IsTmpObj(r)   (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
#define SWIG_MangledTypeQuery(name)   SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
#define SWIG_MemoryError   -12
#define SWIG_MustGetPtr(p, type, argnum, flags)   SWIG_Python_MustGetPtr(p, type, argnum, flags)
#define SWIG_name   "_ogre_tools"
#define SWIG_NewClientData(obj)   PySwigClientData_New(obj)
#define SWIG_NewFunctionPtrObj(ptr, type)   SWIG_Python_NewPointerObj(ptr, type, 0)
#define SWIG_NewInstanceObj(ptr, type, flags)   SWIG_NewPointerObj(ptr, type, flags)
#define SWIG_NewMemberObj(ptr, sz, type)   SWIG_Python_NewPackedObj(ptr, sz, type)
#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)
#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)
#define SWIG_NewPackedObj(ptr, sz, type)   SWIG_Python_NewPackedObj(ptr, sz, type)
#define SWIG_NewPointerObj(ptr, type, flags)   SWIG_Python_NewPointerObj(ptr, type, flags)
#define SWIG_newvarlink()   SWIG_Python_newvarlink()
#define SWIG_NullReferenceError   -13
#define SWIG_OK   (0)
#define SWIG_OLDOBJ   (SWIG_OK)
#define SWIG_OverflowError   -7
#define swig_owntype   int
#define SWIG_POINTER_DISOWN   0x1
#define SWIG_POINTER_EXCEPTION   0
#define SWIG_POINTER_IMPLICIT_CONV   (SWIG_POINTER_DISOWN << 1)
#define SWIG_POINTER_NEW   (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN)
#define SWIG_POINTER_NOSHADOW   (SWIG_POINTER_OWN << 1)
#define SWIG_POINTER_OWN   0x1
#define SWIG_PY_BINARY   5
#define SWIG_PY_POINTER   4
#define SWIG_PYBUFFER_SIZE   1024
#define SWIG_Python_CallFunctor(functor, obj)   PyObject_CallFunction(functor, "O", obj);
#define SWIG_Python_ConvertPtr(obj, pptr, type, flags)   SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)
#define SWIG_PYTHON_DIRECTOR_NO_VTABLE
#define SWIG_PYTHON_INITIALIZE_THREADS
#define SWIG_Python_Raise(obj, type, desc)   SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)
#define SWIG_PYTHON_THREAD_BEGIN_ALLOW
#define SWIG_PYTHON_THREAD_BEGIN_BLOCK
#define SWIG_PYTHON_THREAD_END_ALLOW
#define SWIG_PYTHON_THREAD_END_BLOCK
#define SWIG_RUNTIME_VERSION   "2"
#define SWIG_RuntimeError   -3
#define SWIG_SetErrorMsg   SWIG_Python_SetErrorMsg
#define SWIG_SetErrorObj   SWIG_Python_SetErrorObj
#define SWIG_SetModule(clientdata, pointer)   SWIG_Python_SetModule(pointer)
#define SWIG_STATIC_POINTER(var)   var = 0; if (!var) var
#define SWIG_SyntaxError   -8
#define SWIG_SystemError   -10
#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)
#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)
#define SWIG_TYPE_TABLE_NAME
#define SWIG_TypeCheck_Template(comparison, ty)
#define SWIG_TypeError   -5
#define SWIG_TypeQuery(name)   SWIG_TypeQueryModule(&swig_module, &swig_module, name)
#define SWIG_UnknownError   -1
#define SWIG_ValueError   -9
#define SWIGEXPORT
#define SWIGINLINE
#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE
#define SWIGPYTHON
#define SWIGRUNTIME   SWIGINTERN
#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE
#define SWIGSTDCALL
#define SWIGTEMPLATEDISAMBIGUATOR
#define SWIGTYPE_p_allocator_type   swig_types[0]
#define SWIGTYPE_p_char   swig_types[1]
#define SWIGTYPE_p_difference_type   swig_types[2]
#define SWIGTYPE_p_p_PyObject   swig_types[3]
#define SWIGTYPE_p_size_type   swig_types[4]
#define SWIGTYPE_p_std__invalid_argument   swig_types[5]
#define SWIGTYPE_p_std__vectorTstd__string_std__allocatorTstd__string_t_t   swig_types[6]
#define SWIGTYPE_p_std__vectorTstd__string_std__allocatorTstd__string_t_t__allocator_type   swig_types[7]
#define SWIGTYPE_p_swig__PySwigIterator   swig_types[8]
#define SWIGTYPE_p_value_type   swig_types[9]
#define SWIGUNUSED
#define SWIGUNUSEDPARM(p)   p SWIGUNUSED
#define SWIGVERSION   0x010329

Typedefs

typedef int Py_ssize_t
typedef struct swig_cast_info swig_cast_info
typedef struct swig_const_info swig_const_info
typedef void *(* swig_converter_func )(void *)
typedef struct swig_type_info *(* swig_dycast_func )(void **)
typedef struct swig_globalvar swig_globalvar
typedef struct swig_module_info swig_module_info
typedef struct swig_type_info swig_type_info
typedef struct swig_varlinkobject swig_varlinkobject

Functions

SWIGRUNTIME PyTypeObject * _PySwigObject_type (void)
SWIGRUNTIME PyTypeObject * _PySwigPacked_type (void)
SWIGRUNTIMEINLINE PyObject * _SWIG_This (void)
SWIGINTERN PyObject * _wrap_cleanupOgre (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_delete_PySwigIterator (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_delete_V_string (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_initializeOgre (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_initializeResources (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_new_V_string (PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_new_V_string__SWIG_0 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **SWIGUNUSEDPARM(swig_obj))
SWIGINTERN PyObject * _wrap_new_V_string__SWIG_1 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_new_V_string__SWIG_2 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_new_V_string__SWIG_3 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_PySwigIterator___add__ (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_PySwigIterator___eq__ (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_PySwigIterator___iadd__ (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_PySwigIterator___isub__ (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_PySwigIterator___ne__ (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_PySwigIterator___sub__ (PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_PySwigIterator___sub____SWIG_0 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_PySwigIterator___sub____SWIG_1 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_PySwigIterator_advance (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_PySwigIterator_copy (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PySwigIterator_decr (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_PySwigIterator_distance (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_PySwigIterator_equal (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_PySwigIterator_incr (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_PySwigIterator_next (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PySwigIterator_previous (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_PySwigIterator_value (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_V_string___delitem__ (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_V_string___delslice__ (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_V_string___getitem__ (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_V_string___getslice__ (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_V_string___len__ (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_V_string___nonzero__ (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_V_string___setitem__ (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_V_string___setslice__ (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_V_string_append (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_V_string_assign (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_V_string_back (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_begin (PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_begin__SWIG_0 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_V_string_begin__SWIG_1 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_V_string_capacity (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_clear (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_empty (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_end (PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_end__SWIG_0 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_V_string_end__SWIG_1 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_V_string_erase (PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_erase__SWIG_0 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_V_string_erase__SWIG_1 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_V_string_front (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_get_allocator (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_insert (PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_insert__SWIG_0 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_V_string_insert__SWIG_1 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_V_string_iterator (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_pop (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_pop_back (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_push_back (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_V_string_rbegin (PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_rbegin__SWIG_0 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_V_string_rbegin__SWIG_1 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_V_string_rend (PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_rend__SWIG_0 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_V_string_rend__SWIG_1 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_V_string_reserve (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
SWIGINTERN PyObject * _wrap_V_string_resize (PyObject *self, PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_resize__SWIG_0 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_V_string_resize__SWIG_1 (PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj)
SWIGINTERN PyObject * _wrap_V_string_size (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * _wrap_V_string_swap (PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs)
template<class Type >
Type swig::as (PyObject *obj, bool te=false)
template<class Type >
int swig::asptr (PyObject *obj, Type **vptr)
template<class PySeq , class Seq >
void swig::assign (const PySeq &pyseq, Seq *seq)
template<class Type >
int swig::asval (PyObject *obj, Type *val)
template<class Sequence , class Difference >
Sequence::const_iterator swig::cgetpos (const Sequence *self, Difference i)
template<class Type >
bool swig::check (PyObject *obj)
size_t swig::check_index (ptrdiff_t i, size_t size, bool insert=false)
template<class Sequence , class Difference >
void swig::delslice (Sequence *self, Difference i, Difference j)
template<class Type >
PyObject * swig::from (const Type &val)
template<class Type >
PyObject * swig::from_ptr (Type *val, int owner)
template<class Sequence , class Difference >
Sequence::iterator swig::getpos (Sequence *self, Difference i)
template<class Sequence , class Difference >
Sequence * swig::getslice (const Sequence *self, Difference i, Difference j)
template<typename OutIter >
PySwigIterator * swig::make_output_iterator (const OutIter &current, PyObject *seq=0)
template<typename OutIter >
PySwigIterator * swig::make_output_iterator (const OutIter &current, const OutIter &begin, const OutIter &end, PyObject *seq=0)
static PyObject * PyBool_FromLong (long ok)
SWIGINTERN int PyModule_AddObject (PyObject *m, char *name, PyObject *o)
static PyObject * PyString_FromFormat (const char *fmt,...)
SWIGRUNTIME void PySwigClientData_Del (PySwigClientData *data)
SWIGRUNTIME PySwigClientDataPySwigClientData_New (PyObject *obj)
SWIGINTERN PyObject * PySwigIterator_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * PySwigObject_acquire (PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGRUNTIME PyObject * PySwigObject_append (PyObject *v, PyObject *next)
SWIGRUNTIMEINLINE int PySwigObject_Check (PyObject *op)
SWIGRUNTIME int PySwigObject_compare (PySwigObject *v, PySwigObject *w)
SWIGRUNTIME void PySwigObject_dealloc (PyObject *v)
SWIGINTERN PyObject * PySwigObject_disown (PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGRUNTIME PyObject * PySwigObject_format (const char *fmt, PySwigObject *v)
SWIGINTERN PyObject * PySwigObject_getattr (PySwigObject *sobj, char *name)
SWIGRUNTIMEINLINE const char * PySwigObject_GetDesc (PyObject *self)
SWIGRUNTIME PyObject * PySwigObject_hex (PySwigObject *v)
SWIGRUNTIME PyObject * PySwigObject_long (PySwigObject *v)
SWIGRUNTIME PyObject * PySwigObject_New (void *ptr, swig_type_info *ty, int own)
SWIGRUNTIME PyObject * PySwigObject_next (PyObject *v, PyObject *SWIGUNUSEDPARM(args))
SWIGRUNTIME PyObject * PySwigObject_oct (PySwigObject *v)
SWIGINTERN PyObject * PySwigObject_own (PyObject *v, PyObject *args)
SWIGRUNTIME int PySwigObject_print (PySwigObject *v, FILE *fp, int SWIGUNUSEDPARM(flags))
SWIGRUNTIME PyObject * PySwigObject_repr (PySwigObject *v, PyObject *args)
SWIGRUNTIME PyObject * PySwigObject_str (PySwigObject *v)
SWIGRUNTIME PyTypeObject * PySwigObject_type (void)
SWIGRUNTIMEINLINE int PySwigPacked_Check (PyObject *op)
SWIGRUNTIME int PySwigPacked_compare (PySwigPacked *v, PySwigPacked *w)
SWIGRUNTIME void PySwigPacked_dealloc (PyObject *v)
SWIGRUNTIME PyObject * PySwigPacked_New (void *ptr, size_t size, swig_type_info *ty)
SWIGRUNTIME int PySwigPacked_print (PySwigPacked *v, FILE *fp, int SWIGUNUSEDPARM(flags))
SWIGRUNTIME PyObject * PySwigPacked_repr (PySwigPacked *v)
SWIGRUNTIME PyObject * PySwigPacked_str (PySwigPacked *v)
SWIGRUNTIME PyTypeObject * PySwigPacked_type (void)
SWIGRUNTIME swig_type_infoPySwigPacked_UnpackData (PyObject *obj, void *ptr, size_t size)
template<class Sequence , class Difference , class InputSeq >
void swig::setslice (Sequence *self, Difference i, Difference j, const InputSeq &v)
size_t swig::slice_index (ptrdiff_t i, size_t size)
SWIGINTERN void std_vector_Sl_std_string_Sg____delitem__ (std::vector< std::string > *self, std::vector< std::string >::difference_type i)
SWIGINTERN void std_vector_Sl_std_string_Sg____delslice__ (std::vector< std::string > *self, std::vector< std::string >::difference_type i, std::vector< std::string >::difference_type j)
SWIGINTERN std::vector
< std::string >::value_type
const & 
std_vector_Sl_std_string_Sg____getitem__ (std::vector< std::string > const *self, std::vector< std::string >::difference_type i)
SWIGINTERN std::vector
< std::string, std::allocator
< std::string > > * 
std_vector_Sl_std_string_Sg____getslice__ (std::vector< std::string > *self, std::vector< std::string >::difference_type i, std::vector< std::string >::difference_type j)
SWIGINTERN std::vector
< std::string >::size_type 
std_vector_Sl_std_string_Sg____len__ (std::vector< std::string > const *self)
SWIGINTERN bool std_vector_Sl_std_string_Sg____nonzero__ (std::vector< std::string > const *self)
SWIGINTERN void std_vector_Sl_std_string_Sg____setitem__ (std::vector< std::string > *self, std::vector< std::string >::difference_type i, std::vector< std::string >::value_type const &x)
SWIGINTERN void std_vector_Sl_std_string_Sg____setslice__ (std::vector< std::string > *self, std::vector< std::string >::difference_type i, std::vector< std::string >::difference_type j, std::vector< std::string, std::allocator< std::string > > const &v)
SWIGINTERN void std_vector_Sl_std_string_Sg__append (std::vector< std::string > *self, std::vector< std::string >::value_type const &x)
SWIGINTERN swig::PySwigIteratorstd_vector_Sl_std_string_Sg__iterator (std::vector< std::string > *self, PyObject **PYTHON_SELF)
SWIGINTERN std::vector
< std::string >::value_type 
std_vector_Sl_std_string_Sg__pop (std::vector< std::string > *self)
SWIGINTERN int SWIG_AsCharPtrAndSize (PyObject *obj, char **cptr, size_t *psize, int *alloc)
SWIGINTERN int SWIG_AsPtr_std_string (PyObject *obj, std::string **val)
SWIGINTERN int SWIG_AsVal_bool (PyObject *obj, bool *val)
SWIGINTERN int SWIG_AsVal_double (PyObject *obj, double *val)
SWIGINTERN int SWIG_AsVal_long (PyObject *obj, long *val)
SWIGINTERNINLINE int SWIG_AsVal_ptrdiff_t (PyObject *obj, ptrdiff_t *val)
SWIGINTERNINLINE int SWIG_AsVal_size_t (PyObject *obj, size_t *val)
SWIGINTERN int SWIG_AsVal_std_string (PyObject *obj, std::string *val)
SWIGINTERN int SWIG_AsVal_unsigned_SS_long (PyObject *obj, unsigned long *val)
SWIGINTERNINLINE int SWIG_CanCastAsInteger (double *d, double min, double max)
SWIGINTERNINLINE PyObject * SWIG_From_bool (bool value)
SWIGINTERNINLINE PyObject * SWIG_From_ptrdiff_t (ptrdiff_t value)
SWIGINTERNINLINE PyObject * SWIG_From_size_t (size_t value)
SWIGINTERNINLINE PyObject * SWIG_From_std_string (const std::string &s)
SWIGINTERNINLINE PyObject * SWIG_From_unsigned_SS_long (unsigned long value)
SWIGINTERNINLINE PyObject * SWIG_FromCharPtrAndSize (const char *carray, size_t size)
SWIGINTERN PyObject * SWIG_globals ()
SWIGEXPORT void SWIG_init (void)
SWIGRUNTIME void SWIG_InitializeModule (void *clientdata)
SWIGRUNTIME swig_type_infoSWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
SWIGRUNTIME char * SWIG_PackData (char *c, void *ptr, size_t sz)
SWIGRUNTIME char * SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz)
SWIGRUNTIME char * SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz)
SWIGINTERN swig_type_infoSWIG_pchar_descriptor ()
SWIGRUNTIME void SWIG_PropagateClientData (void)
SWIGRUNTIMEINLINE PyObject * SWIG_Py_Void (void)
SWIGRUNTIME int SWIG_Python_AcquirePtr (PyObject *obj, int own)
SWIGRUNTIME int SWIG_Python_AddErrMesg (const char *mesg, int infront)
SWIGRUNTIME void SWIG_Python_AddErrorMsg (const char *mesg)
SWIGINTERN void SWIG_Python_addvarlink (PyObject *p, char *name, PyObject *(*get_attr)(void), int(*set_attr)(PyObject *p))
SWIGINTERN PyObject * SWIG_Python_AppendOutput (PyObject *result, PyObject *obj)
SWIGRUNTIME int SWIG_Python_ArgFail (int argnum)
SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit (swig_type_info *ty)
SWIGRUNTIME int SWIG_Python_ConvertFunctionPtr (PyObject *obj, void **ptr, swig_type_info *ty)
SWIGRUNTIME int SWIG_Python_ConvertPacked (PyObject *obj, void *ptr, size_t sz, swig_type_info *ty)
SWIGRUNTIME int SWIG_Python_ConvertPtrAndOwn (PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own)
SWIGRUNTIME void SWIG_Python_DestroyModule (void *vptr)
SWIGRUNTIME PyObject * SWIG_Python_ErrorType (int code)
SWIGRUNTIMEINLINE PyObject * SWIG_Python_ExceptionType (swig_type_info *desc)
SWIGINTERN void SWIG_Python_FixMethods (PyMethodDef *methods, swig_const_info *const_table, swig_type_info **types, swig_type_info **types_initial)
SWIGRUNTIME swig_module_infoSWIG_Python_GetModule (void)
SWIGRUNTIME PySwigObjectSWIG_Python_GetSwigThis (PyObject *pyobj)
SWIGINTERN PyObject * SWIG_Python_InitShadowInstance (PyObject *args)
SWIGINTERN void SWIG_Python_InstallConstants (PyObject *d, swig_const_info constants[])
SWIGRUNTIME void * SWIG_Python_MustGetPtr (PyObject *obj, swig_type_info *ty, int argnum, int flags)
SWIGRUNTIMEINLINE PyObject * SWIG_Python_NewPackedObj (void *ptr, size_t sz, swig_type_info *type)
SWIGRUNTIME PyObject * SWIG_Python_NewPointerObj (void *ptr, swig_type_info *type, int flags)
SWIGRUNTIME PyObject * SWIG_Python_NewShadowInstance (PySwigClientData *data, PyObject *swig_this)
SWIGINTERN PyObject * SWIG_Python_newvarlink (void)
SWIGINTERN void SWIG_Python_SetConstant (PyObject *d, const char *name, PyObject *obj)
SWIGINTERN void SWIG_Python_SetErrorMsg (PyObject *errtype, const char *msg)
SWIGINTERN void SWIG_Python_SetErrorObj (PyObject *errtype, PyObject *obj)
SWIGRUNTIME void SWIG_Python_SetModule (swig_module_info *swig_module)
SWIGRUNTIME void SWIG_Python_SetSwigThis (PyObject *inst, PyObject *swig_this)
SWIGRUNTIME PyObject * SWIG_Python_TypeCache ()
SWIGRUNTIME void SWIG_Python_TypeError (const char *type, PyObject *obj)
SWIGRUNTIME swig_type_infoSWIG_Python_TypeQuery (const char *type)
SWIGINTERN int SWIG_Python_UnpackTuple (PyObject *args, const char *name, int min, int max, PyObject **objs)
SWIGRUNTIME PyObject * SWIG_This (void)
SWIGRUNTIMEINLINE void * SWIG_TypeCast (swig_cast_info *ty, void *ptr)
SWIGRUNTIME swig_cast_infoSWIG_TypeCheck (const char *c, swig_type_info *ty)
SWIGRUNTIME swig_cast_infoSWIG_TypeCheckStruct (swig_type_info *from, swig_type_info *into)
SWIGRUNTIME void SWIG_TypeClientData (swig_type_info *ti, void *clientdata)
SWIGRUNTIME int SWIG_TypeCompare (const char *nb, const char *tb)
SWIGRUNTIME swig_type_infoSWIG_TypeDynamicCast (swig_type_info *ty, void **ptr)
SWIGRUNTIME int SWIG_TypeEquiv (const char *nb, const char *tb)
SWIGRUNTIMEINLINE const char * SWIG_TypeName (const swig_type_info *ty)
SWIGRUNTIME int SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2)
SWIGRUNTIME void SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata)
SWIGRUNTIME const char * SWIG_TypePrettyName (const swig_type_info *type)
SWIGRUNTIME swig_type_infoSWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name)
SWIGRUNTIME const char * SWIG_UnpackData (const char *c, void *ptr, size_t sz)
SWIGRUNTIME const char * SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name)
SWIGRUNTIME const char * SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name)
SWIGINTERN void swig_varlink_dealloc (swig_varlinkobject *v)
SWIGINTERN PyObject * swig_varlink_getattr (swig_varlinkobject *v, char *n)
SWIGINTERN int swig_varlink_print (swig_varlinkobject *v, FILE *fp, int SWIGUNUSEDPARM(flags))
SWIGINTERN PyObject * swig_varlink_repr (swig_varlinkobject *SWIGUNUSEDPARM(v))
SWIGINTERN int swig_varlink_setattr (swig_varlinkobject *v, char *n, PyObject *p)
SWIGINTERN PyObject * swig_varlink_str (swig_varlinkobject *v)
SWIGINTERN PyTypeObject * swig_varlink_type (void)
template<class Type >
swig_type_infoswig::type_info ()
template<class Type >
const char * swig::type_name ()
SWIGINTERN PyObject * V_string_swiginit (PyObject *SWIGUNUSEDPARM(self), PyObject *args)
SWIGINTERN PyObject * V_string_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args)

Variables

static swig_cast_info _swigc__p_allocator_type [] = { {&_swigt__p_allocator_type, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_char [] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_difference_type [] = { {&_swigt__p_difference_type, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_p_PyObject [] = { {&_swigt__p_p_PyObject, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_size_type [] = { {&_swigt__p_size_type, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_std__invalid_argument [] = { {&_swigt__p_std__invalid_argument, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_std__vectorTstd__string_std__allocatorTstd__string_t_t [] = { {&_swigt__p_std__vectorTstd__string_std__allocatorTstd__string_t_t, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_std__vectorTstd__string_std__allocatorTstd__string_t_t__allocator_type [] = { {&_swigt__p_std__vectorTstd__string_std__allocatorTstd__string_t_t__allocator_type, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_swig__PySwigIterator [] = { {&_swigt__p_swig__PySwigIterator, 0, 0, 0},{0, 0, 0, 0}}
static swig_cast_info _swigc__p_value_type [] = { {&_swigt__p_value_type, 0, 0, 0},{0, 0, 0, 0}}
static swig_type_info _swigt__p_allocator_type = {"_p_allocator_type", "allocator_type *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_difference_type = {"_p_difference_type", "difference_type *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_p_PyObject = {"_p_p_PyObject", "PyObject **", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_size_type = {"_p_size_type", "size_type *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_std__invalid_argument = {"_p_std__invalid_argument", "std::invalid_argument *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_std__vectorTstd__string_std__allocatorTstd__string_t_t = {"_p_std__vectorTstd__string_std__allocatorTstd__string_t_t", "std::vector<std::string,std::allocator<std::string > > *|ogre_tools::V_string *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_std__vectorTstd__string_std__allocatorTstd__string_t_t__allocator_type = {"_p_std__vectorTstd__string_std__allocatorTstd__string_t_t__allocator_type", "std::allocator<std::string > *|std::vector<std::string >::allocator_type *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_swig__PySwigIterator = {"_p_swig__PySwigIterator", "swig::PySwigIterator *", 0, 0, (void*)0, 0}
static swig_type_info _swigt__p_value_type = {"_p_value_type", "value_type *", 0, 0, (void*)0, 0}
static swig_cast_infoswig_cast_initial []
static swig_const_info swig_const_table []
static swig_module_info swig_module = {swig_types, 10, 0, 0, 0, 0}
static swig_type_infoswig_type_initial []
static swig_type_infoswig_types [11]
static PyMethodDef SwigMethods []
static PyMethodDef swigobject_methods []

Define Documentation

#define Py_NotImplemented   PyExc_RuntimeError

Definition at line 768 of file ogre_tools_swig_generated.cpp.

#define PyExc_StopIteration   PyExc_RuntimeError

Definition at line 759 of file ogre_tools_swig_generated.cpp.

#define PyObject_DEL   PyObject_Del

Definition at line 753 of file ogre_tools_swig_generated.cpp.

#define PyObject_Del ( op   )     PyMem_DEL((op))

Definition at line 750 of file ogre_tools_swig_generated.cpp.

#define PyObject_GenericGetAttr   0

Definition at line 762 of file ogre_tools_swig_generated.cpp.

#define PyOS_snprintf   snprintf

Definition at line 725 of file ogre_tools_swig_generated.cpp.

#define PySequence_Size   PySequence_Length

Definition at line 783 of file ogre_tools_swig_generated.cpp.

#define PyString_AsStringAndSize ( obj,
s,
len   )     {*s = PyString_AsString(obj); *len = *s ? strlen(*s) : 0;}

Definition at line 776 of file ogre_tools_swig_generated.cpp.

#define SWIG_AcquirePtr ( ptr,
src   )     SWIG_Python_AcquirePtr(ptr, src)

Definition at line 998 of file ogre_tools_swig_generated.cpp.

#define SWIG_AddCast

Definition at line 302 of file ogre_tools_swig_generated.cpp.

#define SWIG_AddNewMask (  )     (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)

Definition at line 277 of file ogre_tools_swig_generated.cpp.

#define SWIG_AddTmpMask (  )     (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)

Definition at line 280 of file ogre_tools_swig_generated.cpp.

#define SWIG_addvarlink ( p,
name,
get_attr,
set_attr   )     SWIG_Python_addvarlink(p, name, get_attr, set_attr)

Definition at line 6756 of file ogre_tools_swig_generated.cpp.

#define SWIG_arg_fail ( arg   )     SWIG_Python_ArgFail(arg)

Definition at line 2348 of file ogre_tools_swig_generated.cpp.

#define SWIG_ArgError (  )     ((r != SWIG_ERROR) ? r : SWIG_TypeError)

Definition at line 263 of file ogre_tools_swig_generated.cpp.

#define SWIG_as_voidptr (  )     const_cast< void * >(static_cast< const void * >(a))

Definition at line 2511 of file ogre_tools_swig_generated.cpp.

#define SWIG_as_voidptrptr (  )     ((void)SWIG_as_voidptr(*a),reinterpret_cast< void** >(a))

Definition at line 2512 of file ogre_tools_swig_generated.cpp.

#define SWIG_AttributeError   -11

Definition at line 711 of file ogre_tools_swig_generated.cpp.

#define SWIG_BADOBJ   (SWIG_ERROR)

Definition at line 272 of file ogre_tools_swig_generated.cpp.

#define SWIG_BUFFER_SIZE   1024

Definition at line 170 of file ogre_tools_swig_generated.cpp.

#define SWIG_CASTRANKLIMIT   (1 << 8)

Definition at line 266 of file ogre_tools_swig_generated.cpp.

#define SWIG_CheckImplicit ( ty   )     SWIG_Python_CheckImplicit(ty)

Definition at line 997 of file ogre_tools_swig_generated.cpp.

#define SWIG_CheckState (  )     (SWIG_IsOK(r) ? 1 : 0)

Definition at line 303 of file ogre_tools_swig_generated.cpp.

#define SWIG_contract_assert ( expr,
msg   )     if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else

Definition at line 2460 of file ogre_tools_swig_generated.cpp.

#define SWIG_ConvertFunctionPtr ( obj,
pptr,
type   )     SWIG_Python_ConvertFunctionPtr(obj, pptr, type)

Definition at line 1010 of file ogre_tools_swig_generated.cpp.

#define SWIG_ConvertInstance ( obj,
pptr,
type,
flags   )     SWIG_ConvertPtr(obj, pptr, type, flags)

Definition at line 1006 of file ogre_tools_swig_generated.cpp.

#define SWIG_ConvertMember ( obj,
ptr,
sz,
ty   )     SWIG_Python_ConvertPacked(obj, ptr, sz, ty)

Definition at line 1014 of file ogre_tools_swig_generated.cpp.

#define SWIG_ConvertPacked ( obj,
ptr,
sz,
ty   )     SWIG_Python_ConvertPacked(obj, ptr, sz, ty)

Definition at line 1002 of file ogre_tools_swig_generated.cpp.

#define SWIG_ConvertPtr ( obj,
pptr,
type,
flags   )     SWIG_Python_ConvertPtr(obj, pptr, type, flags)

Definition at line 994 of file ogre_tools_swig_generated.cpp.

#define SWIG_ConvertPtrAndOwn ( obj,
pptr,
type,
flags,
own   )     SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)

Definition at line 995 of file ogre_tools_swig_generated.cpp.

#define SWIG_DelNewMask (  )     (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)

Definition at line 278 of file ogre_tools_swig_generated.cpp.

#define SWIG_DelTmpMask (  )     (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)

Definition at line 281 of file ogre_tools_swig_generated.cpp.

#define SWIG_DivisionByZero   -6

Definition at line 706 of file ogre_tools_swig_generated.cpp.

#define SWIG_Error ( code,
msg   )     SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)

Definition at line 1027 of file ogre_tools_swig_generated.cpp.

#define SWIG_ERROR   (-1)

Definition at line 261 of file ogre_tools_swig_generated.cpp.

#define SWIG_ErrorType ( code   )     SWIG_Python_ErrorType(code)

Definition at line 1026 of file ogre_tools_swig_generated.cpp.

#define SWIG_exception ( code,
msg   )     do { SWIG_Error(code, msg); SWIG_fail;; } while(0)

Definition at line 2464 of file ogre_tools_swig_generated.cpp.

#define SWIG_exception_fail ( code,
msg   )     do { SWIG_Error(code, msg); SWIG_fail; } while(0)

Definition at line 2458 of file ogre_tools_swig_generated.cpp.

#define SWIG_fail   goto fail

Definition at line 1028 of file ogre_tools_swig_generated.cpp.

#define SWIG_From_long   PyInt_FromLong

Definition at line 2852 of file ogre_tools_swig_generated.cpp.

#define SWIG_GetModule ( clientdata   )     SWIG_Python_GetModule()

Definition at line 1020 of file ogre_tools_swig_generated.cpp.

#define SWIG_IndexError   -4

Definition at line 704 of file ogre_tools_swig_generated.cpp.

#define SWIG_init   init_ogre_tools

Definition at line 2504 of file ogre_tools_swig_generated.cpp.

#define SWIG_InstallConstants ( d,
constants   )     SWIG_Python_InstallConstants(d, constants)

Definition at line 6757 of file ogre_tools_swig_generated.cpp.

#define SWIG_IOError   -2

Definition at line 702 of file ogre_tools_swig_generated.cpp.

#define SWIG_IsNewObj (  )     (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))

Definition at line 279 of file ogre_tools_swig_generated.cpp.

#define SWIG_IsOK (  )     (r >= 0)

Definition at line 262 of file ogre_tools_swig_generated.cpp.

#define SWIG_IsTmpObj (  )     (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))

Definition at line 282 of file ogre_tools_swig_generated.cpp.

#define SWIG_MangledTypeQuery ( name   )     SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)

Definition at line 2482 of file ogre_tools_swig_generated.cpp.

#define SWIG_MemoryError   -12

Definition at line 712 of file ogre_tools_swig_generated.cpp.

#define SWIG_MustGetPtr ( p,
type,
argnum,
flags   )     SWIG_Python_MustGetPtr(p, type, argnum, flags)

Definition at line 2349 of file ogre_tools_swig_generated.cpp.

#define SWIG_name   "_ogre_tools"

Definition at line 2506 of file ogre_tools_swig_generated.cpp.

#define SWIG_NewClientData ( obj   )     PySwigClientData_New(obj)

Definition at line 1022 of file ogre_tools_swig_generated.cpp.

#define SWIG_NewFunctionPtrObj ( ptr,
type   )     SWIG_Python_NewPointerObj(ptr, type, 0)

Definition at line 1011 of file ogre_tools_swig_generated.cpp.

#define SWIG_NewInstanceObj ( ptr,
type,
flags   )     SWIG_NewPointerObj(ptr, type, flags)

Definition at line 1007 of file ogre_tools_swig_generated.cpp.

#define SWIG_NewMemberObj ( ptr,
sz,
type   )     SWIG_Python_NewPackedObj(ptr, sz, type)

Definition at line 1015 of file ogre_tools_swig_generated.cpp.

#define SWIG_NEWOBJ   (SWIG_OK | SWIG_NEWOBJMASK)

Definition at line 274 of file ogre_tools_swig_generated.cpp.

#define SWIG_NEWOBJMASK   (SWIG_CASTRANKLIMIT << 1)

Definition at line 268 of file ogre_tools_swig_generated.cpp.

#define SWIG_NewPackedObj ( ptr,
sz,
type   )     SWIG_Python_NewPackedObj(ptr, sz, type)

Definition at line 1003 of file ogre_tools_swig_generated.cpp.

#define SWIG_NewPointerObj ( ptr,
type,
flags   )     SWIG_Python_NewPointerObj(ptr, type, flags)

Definition at line 996 of file ogre_tools_swig_generated.cpp.

 
#define SWIG_newvarlink (  )     SWIG_Python_newvarlink()

Definition at line 6755 of file ogre_tools_swig_generated.cpp.

#define SWIG_NullReferenceError   -13

Definition at line 713 of file ogre_tools_swig_generated.cpp.

#define SWIG_OK   (0)

Definition at line 260 of file ogre_tools_swig_generated.cpp.

#define SWIG_OLDOBJ   (SWIG_OK)

Definition at line 273 of file ogre_tools_swig_generated.cpp.

#define SWIG_OverflowError   -7

Definition at line 707 of file ogre_tools_swig_generated.cpp.

#define swig_owntype   int

Definition at line 999 of file ogre_tools_swig_generated.cpp.

#define SWIG_POINTER_DISOWN   0x1

Definition at line 174 of file ogre_tools_swig_generated.cpp.

#define SWIG_POINTER_EXCEPTION   0

Definition at line 2347 of file ogre_tools_swig_generated.cpp.

#define SWIG_POINTER_IMPLICIT_CONV   (SWIG_POINTER_DISOWN << 1)

Definition at line 1170 of file ogre_tools_swig_generated.cpp.

#define SWIG_POINTER_NEW   (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN)

Definition at line 1168 of file ogre_tools_swig_generated.cpp.

#define SWIG_POINTER_NOSHADOW   (SWIG_POINTER_OWN << 1)

Definition at line 1167 of file ogre_tools_swig_generated.cpp.

#define SWIG_POINTER_OWN   0x1

Definition at line 177 of file ogre_tools_swig_generated.cpp.

#define SWIG_PY_BINARY   5

Definition at line 954 of file ogre_tools_swig_generated.cpp.

#define SWIG_PY_POINTER   4

Definition at line 953 of file ogre_tools_swig_generated.cpp.

#define SWIG_PYBUFFER_SIZE   1024

Definition at line 733 of file ogre_tools_swig_generated.cpp.

#define SWIG_Python_CallFunctor ( functor,
obj   )     PyObject_CallFunction(functor, "O", obj);

Definition at line 1149 of file ogre_tools_swig_generated.cpp.

#define SWIG_Python_ConvertPtr ( obj,
pptr,
type,
flags   )     SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)

Definition at line 993 of file ogre_tools_swig_generated.cpp.

#define SWIG_PYTHON_DIRECTOR_NO_VTABLE

Definition at line 12 of file ogre_tools_swig_generated.cpp.

#define SWIG_PYTHON_INITIALIZE_THREADS

Definition at line 930 of file ogre_tools_swig_generated.cpp.

#define SWIG_Python_Raise ( obj,
type,
desc   )     SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)

Definition at line 1050 of file ogre_tools_swig_generated.cpp.

#define SWIG_PYTHON_THREAD_BEGIN_ALLOW

Definition at line 933 of file ogre_tools_swig_generated.cpp.

#define SWIG_PYTHON_THREAD_BEGIN_BLOCK

Definition at line 931 of file ogre_tools_swig_generated.cpp.

#define SWIG_PYTHON_THREAD_END_ALLOW

Definition at line 934 of file ogre_tools_swig_generated.cpp.

#define SWIG_PYTHON_THREAD_END_BLOCK

Definition at line 932 of file ogre_tools_swig_generated.cpp.

#define SWIG_RUNTIME_VERSION   "2"

Definition at line 140 of file ogre_tools_swig_generated.cpp.

#define SWIG_RuntimeError   -3

Definition at line 703 of file ogre_tools_swig_generated.cpp.

#define SWIG_SetErrorMsg   SWIG_Python_SetErrorMsg

Definition at line 1025 of file ogre_tools_swig_generated.cpp.

#define SWIG_SetErrorObj   SWIG_Python_SetErrorObj

Definition at line 1024 of file ogre_tools_swig_generated.cpp.

#define SWIG_SetModule ( clientdata,
pointer   )     SWIG_Python_SetModule(pointer)

Definition at line 1021 of file ogre_tools_swig_generated.cpp.

#define SWIG_STATIC_POINTER ( var   )     var = 0; if (!var) var

Definition at line 1159 of file ogre_tools_swig_generated.cpp.

#define SWIG_SyntaxError   -8

Definition at line 708 of file ogre_tools_swig_generated.cpp.

#define SWIG_SystemError   -10

Definition at line 710 of file ogre_tools_swig_generated.cpp.

#define SWIG_TMPOBJ   (SWIG_OK | SWIG_TMPOBJMASK)

Definition at line 275 of file ogre_tools_swig_generated.cpp.

#define SWIG_TMPOBJMASK   (SWIG_NEWOBJMASK << 1)

Definition at line 270 of file ogre_tools_swig_generated.cpp.

#define SWIG_TYPE_TABLE_NAME

Definition at line 148 of file ogre_tools_swig_generated.cpp.

#define SWIG_TypeCheck_Template ( comparison,
ty   ) 
Value:
if (ty) {                                             \
    swig_cast_info *iter = ty->cast;                    \
    while (iter) {                                      \
      if (comparison) {                                 \
        if (iter == ty->cast) return iter;              \
        /* Move iter to the top of the linked list */   \
        iter->prev->next = iter->next;                  \
        if (iter->next)                                 \
          iter->next->prev = iter->prev;                \
        iter->next = ty->cast;                          \
        iter->prev = 0;                                 \
        if (ty->cast) ty->cast->prev = iter;            \
        ty->cast = iter;                                \
        return iter;                                    \
      }                                                 \
      iter = iter->next;                                \
    }                                                   \
  }                                                     \
  return 0

Definition at line 406 of file ogre_tools_swig_generated.cpp.

#define SWIG_TypeError   -5

Definition at line 705 of file ogre_tools_swig_generated.cpp.

#define SWIG_TypeQuery ( name   )     SWIG_TypeQueryModule(&swig_module, &swig_module, name)

Definition at line 2481 of file ogre_tools_swig_generated.cpp.

#define SWIG_UnknownError   -1

Definition at line 701 of file ogre_tools_swig_generated.cpp.

#define SWIG_ValueError   -9

Definition at line 709 of file ogre_tools_swig_generated.cpp.

#define SWIGEXPORT

Definition at line 108 of file ogre_tools_swig_generated.cpp.

#define SWIGINLINE

Definition at line 53 of file ogre_tools_swig_generated.cpp.

#define SWIGINTERNINLINE   SWIGINTERN SWIGINLINE

Definition at line 87 of file ogre_tools_swig_generated.cpp.

#define SWIGPYTHON

Definition at line 11 of file ogre_tools_swig_generated.cpp.

#define SWIGRUNTIME   SWIGINTERN

Definition at line 161 of file ogre_tools_swig_generated.cpp.

#define SWIGRUNTIMEINLINE   SWIGRUNTIME SWIGINLINE

Definition at line 165 of file ogre_tools_swig_generated.cpp.

#define SWIGSTDCALL

Definition at line 118 of file ogre_tools_swig_generated.cpp.

#define SWIGTEMPLATEDISAMBIGUATOR

Definition at line 44 of file ogre_tools_swig_generated.cpp.

#define SWIGTYPE_p_allocator_type   swig_types[0]

Definition at line 2469 of file ogre_tools_swig_generated.cpp.

#define SWIGTYPE_p_char   swig_types[1]

Definition at line 2470 of file ogre_tools_swig_generated.cpp.

#define SWIGTYPE_p_difference_type   swig_types[2]

Definition at line 2471 of file ogre_tools_swig_generated.cpp.

#define SWIGTYPE_p_p_PyObject   swig_types[3]

Definition at line 2472 of file ogre_tools_swig_generated.cpp.

#define SWIGTYPE_p_size_type   swig_types[4]

Definition at line 2473 of file ogre_tools_swig_generated.cpp.

#define SWIGTYPE_p_std__invalid_argument   swig_types[5]

Definition at line 2474 of file ogre_tools_swig_generated.cpp.

#define SWIGTYPE_p_std__vectorTstd__string_std__allocatorTstd__string_t_t   swig_types[6]

Definition at line 2475 of file ogre_tools_swig_generated.cpp.

#define SWIGTYPE_p_std__vectorTstd__string_std__allocatorTstd__string_t_t__allocator_type   swig_types[7]

Definition at line 2476 of file ogre_tools_swig_generated.cpp.

#define SWIGTYPE_p_swig__PySwigIterator   swig_types[8]

Definition at line 2477 of file ogre_tools_swig_generated.cpp.

#define SWIGTYPE_p_value_type   swig_types[9]

Definition at line 2478 of file ogre_tools_swig_generated.cpp.

#define SWIGUNUSED

Definition at line 68 of file ogre_tools_swig_generated.cpp.

#define SWIGUNUSEDPARM (  )     p SWIGUNUSED

Definition at line 76 of file ogre_tools_swig_generated.cpp.

#define SWIGVERSION   0x010329

Definition at line 2508 of file ogre_tools_swig_generated.cpp.


Typedef Documentation

typedef int Py_ssize_t

Definition at line 989 of file ogre_tools_swig_generated.cpp.

typedef void*(* swig_converter_func)(void *)

Definition at line 315 of file ogre_tools_swig_generated.cpp.

typedef struct swig_type_info*(* swig_dycast_func)(void **)

Definition at line 316 of file ogre_tools_swig_generated.cpp.


Function Documentation

SWIGRUNTIME PyTypeObject * _PySwigObject_type ( void   ) 

Definition at line 1582 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyTypeObject * _PySwigPacked_type ( void   ) 

Definition at line 1781 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIMEINLINE PyObject* _SWIG_This ( void   ) 

Definition at line 1887 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_cleanupOgre ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 6376 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_delete_PySwigIterator ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4138 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_delete_V_string ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 6316 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_initializeOgre ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 6350 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_initializeResources ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 6388 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_new_V_string ( PyObject *  self,
PyObject *  args 
)

Definition at line 5895 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_new_V_string__SWIG_0 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  SWIGUNUSEDPARMswig_obj 
)

Definition at line 5263 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_new_V_string__SWIG_1 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 5276 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_new_V_string__SWIG_2 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 5683 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_new_V_string__SWIG_3 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 5859 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator___add__ ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 4673 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator___eq__ ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 4505 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator___iadd__ ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 4579 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator___isub__ ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 4626 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator___ne__ ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 4542 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator___sub__ ( PyObject *  self,
PyObject *  args 
)

Definition at line 4788 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator___sub____SWIG_0 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 4717 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator___sub____SWIG_1 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 4756 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator_advance ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 4461 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator_copy ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4372 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator_decr ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 4240 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator_distance ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 4286 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator_equal ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 4329 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator_incr ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 4194 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator_next ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4395 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator_previous ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4428 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_PySwigIterator_value ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4161 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string___delitem__ ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 5086 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string___delslice__ ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 5038 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string___getitem__ ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 5125 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string___getslice__ ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 4922 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string___len__ ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4870 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string___nonzero__ ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4847 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string___setitem__ ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 5168 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string___setslice__ ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 4971 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_append ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 5223 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_assign ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 6022 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_back ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 5996 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_begin ( PyObject *  self,
PyObject *  args 
)

Definition at line 5475 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_begin__SWIG_0 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 5431 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_begin__SWIG_1 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 5453 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_capacity ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 6293 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_clear ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 5350 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_empty ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 5304 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_end ( PyObject *  self,
PyObject *  args 
)

Definition at line 5538 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_end__SWIG_0 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 5494 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_end__SWIG_1 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 5516 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_erase ( PyObject *  self,
PyObject *  args 
)

Definition at line 5840 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_erase__SWIG_0 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 5754 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_erase__SWIG_1 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 5790 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_front ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 5970 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_get_allocator ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 5408 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_insert ( PyObject *  self,
PyObject *  args 
)

Definition at line 6241 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_insert__SWIG_0 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 6133 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_insert__SWIG_1 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 6184 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_iterator ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4822 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_pop ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4893 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_pop_back ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 5704 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_push_back ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 5930 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_rbegin ( PyObject *  self,
PyObject *  args 
)

Definition at line 5601 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_rbegin__SWIG_0 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 5557 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_rbegin__SWIG_1 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 5579 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_rend ( PyObject *  self,
PyObject *  args 
)

Definition at line 5664 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_rend__SWIG_0 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 5620 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_rend__SWIG_1 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 5642 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_reserve ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 6260 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_resize ( PyObject *  self,
PyObject *  args 
)

Definition at line 6114 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_resize__SWIG_0 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 5726 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_resize__SWIG_1 ( PyObject *  SWIGUNUSEDPARMself,
int  nobjs,
PyObject **  swig_obj 
)

Definition at line 6071 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_size ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 5327 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* _wrap_V_string_swap ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 5372 of file ogre_tools_swig_generated.cpp.

static PyObject* PyBool_FromLong ( long  ok  )  [static]

Definition at line 791 of file ogre_tools_swig_generated.cpp.

SWIGINTERN int PyModule_AddObject ( PyObject *  m,
char *  name,
PyObject *  o 
)

Definition at line 2257 of file ogre_tools_swig_generated.cpp.

static PyObject* PyString_FromFormat ( const char *  fmt,
  ... 
) [static]

Definition at line 737 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME void PySwigClientData_Del ( PySwigClientData data  ) 

Definition at line 1298 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PySwigClientData* PySwigClientData_New ( PyObject *  obj  ) 

Definition at line 1245 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* PySwigIterator_swigregister ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 4815 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* PySwigObject_acquire ( PyObject *  v,
PyObject *  SWIGUNUSEDPARMargs 
)

Definition at line 1506 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* PySwigObject_append ( PyObject *  v,
PyObject *  next 
)

Definition at line 1458 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIMEINLINE int PySwigObject_Check ( PyObject *  op  ) 

Definition at line 1415 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME int PySwigObject_compare ( PySwigObject v,
PySwigObject w 
)

Definition at line 1399 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME void PySwigObject_dealloc ( PyObject *  v  ) 

Definition at line 1424 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* PySwigObject_disown ( PyObject *  v,
PyObject *  SWIGUNUSEDPARMargs 
)

Definition at line 1494 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* PySwigObject_format ( const char *  fmt,
PySwigObject v 
)

Definition at line 1322 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* PySwigObject_getattr ( PySwigObject sobj,
char *  name 
)

Definition at line 1575 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIMEINLINE const char* PySwigObject_GetDesc ( PyObject *  self  ) 

Definition at line 2390 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* PySwigObject_hex ( PySwigObject v  ) 

Definition at line 1346 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* PySwigObject_long ( PySwigObject v  ) 

Definition at line 1316 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject * PySwigObject_New ( void *  ptr,
swig_type_info ty,
int  own 
)

Definition at line 1688 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* PySwigObject_next ( PyObject *  v,
PyObject *  SWIGUNUSEDPARMargs 
)

Definition at line 1478 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* PySwigObject_oct ( PySwigObject v  ) 

Definition at line 1340 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* PySwigObject_own ( PyObject *  v,
PyObject *  args 
)

Definition at line 1515 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME int PySwigObject_print ( PySwigObject v,
FILE *  fp,
int   SWIGUNUSEDPARMflags 
)

Definition at line 1374 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* PySwigObject_repr ( PySwigObject v,
PyObject *  args 
)

Definition at line 1355 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* PySwigObject_str ( PySwigObject v  ) 

Definition at line 1391 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyTypeObject* PySwigObject_type ( void   ) 

Definition at line 1409 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIMEINLINE int PySwigPacked_Check ( PyObject *  op  ) 

Definition at line 1765 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME int PySwigPacked_compare ( PySwigPacked v,
PySwigPacked w 
)

Definition at line 1748 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME void PySwigPacked_dealloc ( PyObject *  v  ) 

Definition at line 1771 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* PySwigPacked_New ( void *  ptr,
size_t  size,
swig_type_info ty 
)

Definition at line 1851 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME int PySwigPacked_print ( PySwigPacked v,
FILE *  fp,
int   SWIGUNUSEDPARMflags 
)

Definition at line 1712 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* PySwigPacked_repr ( PySwigPacked v  ) 

Definition at line 1726 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* PySwigPacked_str ( PySwigPacked v  ) 

Definition at line 1737 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyTypeObject* PySwigPacked_type ( void   ) 

Definition at line 1759 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME swig_type_info* PySwigPacked_UnpackData ( PyObject *  obj,
void *  ptr,
size_t  size 
)

Definition at line 1870 of file ogre_tools_swig_generated.cpp.

SWIGINTERN void std_vector_Sl_std_string_Sg____delitem__ ( std::vector< std::string > *  self,
std::vector< std::string >::difference_type  i 
)

Definition at line 4105 of file ogre_tools_swig_generated.cpp.

SWIGINTERN void std_vector_Sl_std_string_Sg____delslice__ ( std::vector< std::string > *  self,
std::vector< std::string >::difference_type  i,
std::vector< std::string >::difference_type  j 
)

Definition at line 4102 of file ogre_tools_swig_generated.cpp.

SWIGINTERN std::vector<std::string >::value_type const& std_vector_Sl_std_string_Sg____getitem__ ( std::vector< std::string > const *  self,
std::vector< std::string >::difference_type  i 
)

Definition at line 4108 of file ogre_tools_swig_generated.cpp.

SWIGINTERN std::vector<std::string,std::allocator<std::string > >* std_vector_Sl_std_string_Sg____getslice__ ( std::vector< std::string > *  self,
std::vector< std::string >::difference_type  i,
std::vector< std::string >::difference_type  j 
)

Definition at line 4096 of file ogre_tools_swig_generated.cpp.

SWIGINTERN std::vector<std::string >::size_type std_vector_Sl_std_string_Sg____len__ ( std::vector< std::string > const *  self  ) 

Definition at line 4071 of file ogre_tools_swig_generated.cpp.

SWIGINTERN bool std_vector_Sl_std_string_Sg____nonzero__ ( std::vector< std::string > const *  self  ) 

Definition at line 4068 of file ogre_tools_swig_generated.cpp.

SWIGINTERN void std_vector_Sl_std_string_Sg____setitem__ ( std::vector< std::string > *  self,
std::vector< std::string >::difference_type  i,
std::vector< std::string >::value_type const &  x 
)

Definition at line 4111 of file ogre_tools_swig_generated.cpp.

SWIGINTERN void std_vector_Sl_std_string_Sg____setslice__ ( std::vector< std::string > *  self,
std::vector< std::string >::difference_type  i,
std::vector< std::string >::difference_type  j,
std::vector< std::string, std::allocator< std::string > > const &  v 
)

Definition at line 4099 of file ogre_tools_swig_generated.cpp.

SWIGINTERN void std_vector_Sl_std_string_Sg__append ( std::vector< std::string > *  self,
std::vector< std::string >::value_type const &  x 
)

Definition at line 4114 of file ogre_tools_swig_generated.cpp.

SWIGINTERN swig::PySwigIterator* std_vector_Sl_std_string_Sg__iterator ( std::vector< std::string > *  self,
PyObject **  PYTHON_SELF 
)

Definition at line 4065 of file ogre_tools_swig_generated.cpp.

SWIGINTERN std::vector<std::string >::value_type std_vector_Sl_std_string_Sg__pop ( std::vector< std::string > *  self  ) 

Definition at line 4089 of file ogre_tools_swig_generated.cpp.

SWIGINTERN int SWIG_AsCharPtrAndSize ( PyObject *  obj,
char **  cptr,
size_t *  psize,
int *  alloc 
)

Definition at line 3811 of file ogre_tools_swig_generated.cpp.

SWIGINTERN int SWIG_AsPtr_std_string ( PyObject *  obj,
std::string **  val 
)

Definition at line 3863 of file ogre_tools_swig_generated.cpp.

SWIGINTERN int SWIG_AsVal_bool ( PyObject *  obj,
bool *  val 
)

Definition at line 4119 of file ogre_tools_swig_generated.cpp.

SWIGINTERN int SWIG_AsVal_double ( PyObject *  obj,
double *  val 
)

Definition at line 2719 of file ogre_tools_swig_generated.cpp.

SWIGINTERN int SWIG_AsVal_long ( PyObject *  obj,
long *  val 
)

Definition at line 2870 of file ogre_tools_swig_generated.cpp.

SWIGINTERNINLINE int SWIG_AsVal_ptrdiff_t ( PyObject *  obj,
ptrdiff_t *  val 
)

Definition at line 2909 of file ogre_tools_swig_generated.cpp.

SWIGINTERNINLINE int SWIG_AsVal_size_t ( PyObject *  obj,
size_t *  val 
)

Definition at line 2843 of file ogre_tools_swig_generated.cpp.

SWIGINTERN int SWIG_AsVal_std_string ( PyObject *  obj,
std::string *  val 
)

Definition at line 3894 of file ogre_tools_swig_generated.cpp.

SWIGINTERN int SWIG_AsVal_unsigned_SS_long ( PyObject *  obj,
unsigned long *  val 
)

Definition at line 2799 of file ogre_tools_swig_generated.cpp.

SWIGINTERNINLINE int SWIG_CanCastAsInteger ( double *  d,
double  min,
double  max 
)

Definition at line 2769 of file ogre_tools_swig_generated.cpp.

SWIGINTERNINLINE PyObject* SWIG_From_bool ( bool  value  ) 

Definition at line 2863 of file ogre_tools_swig_generated.cpp.

SWIGINTERNINLINE PyObject* SWIG_From_ptrdiff_t ( ptrdiff_t  value  ) 

Definition at line 2856 of file ogre_tools_swig_generated.cpp.

SWIGINTERNINLINE PyObject* SWIG_From_size_t ( size_t  value  ) 

Definition at line 4084 of file ogre_tools_swig_generated.cpp.

SWIGINTERNINLINE PyObject* SWIG_From_std_string ( const std::string &  s  ) 

Definition at line 3929 of file ogre_tools_swig_generated.cpp.

SWIGINTERNINLINE PyObject* SWIG_From_unsigned_SS_long ( unsigned long  value  ) 

Definition at line 4076 of file ogre_tools_swig_generated.cpp.

SWIGINTERNINLINE PyObject* SWIG_FromCharPtrAndSize ( const char *  carray,
size_t  size 
)

Definition at line 3912 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* SWIG_globals (  ) 

Definition at line 6925 of file ogre_tools_swig_generated.cpp.

SWIGEXPORT void SWIG_init ( void   ) 

Definition at line 7016 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME void SWIG_InitializeModule ( void *  clientdata  ) 

Definition at line 6590 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME swig_type_info* SWIG_MangledTypeQueryModule ( swig_module_info start,
swig_module_info end,
const char *  name 
)

Definition at line 527 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME char* SWIG_PackData ( char *  c,
void *  ptr,
size_t  sz 
)

Definition at line 601 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME char* SWIG_PackDataName ( char *  buff,
void *  ptr,
size_t  sz,
const char *  name,
size_t  bsz 
)

Definition at line 669 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME char* SWIG_PackVoidPtr ( char *  buff,
void *  ptr,
const char *  name,
size_t  bsz 
)

Definition at line 645 of file ogre_tools_swig_generated.cpp.

SWIGINTERN swig_type_info* SWIG_pchar_descriptor (  ) 

Definition at line 3798 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME void SWIG_PropagateClientData ( void   ) 

Definition at line 6718 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIMEINLINE PyObject* SWIG_Py_Void ( void   ) 

Definition at line 1211 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME int SWIG_Python_AcquirePtr ( PyObject *  obj,
int  own 
)

Definition at line 1953 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME int SWIG_Python_AddErrMesg ( const char *  mesg,
int  infront 
)

Definition at line 2352 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME void SWIG_Python_AddErrorMsg ( const char *  mesg  ) 

Definition at line 849 of file ogre_tools_swig_generated.cpp.

SWIGINTERN void SWIG_Python_addvarlink ( PyObject *  p,
char *  name,
PyObject *(*)(void)  get_attr,
int(*)(PyObject *p)  set_attr 
)

Definition at line 6908 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* SWIG_Python_AppendOutput ( PyObject *  result,
PyObject *  obj 
)

Definition at line 1063 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME int SWIG_Python_ArgFail ( int  argnum  ) 

Definition at line 2377 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIMEINLINE int SWIG_Python_CheckImplicit ( swig_type_info ty  ) 

Definition at line 1230 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME int SWIG_Python_ConvertFunctionPtr ( PyObject *  obj,
void **  ptr,
swig_type_info ty 
)

Definition at line 2048 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME int SWIG_Python_ConvertPacked ( PyObject *  obj,
void *  ptr,
size_t  sz,
swig_type_info ty 
)

Definition at line 2075 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME int SWIG_Python_ConvertPtrAndOwn ( PyObject *  obj,
void **  ptr,
swig_type_info ty,
int  flags,
int *  own 
)

Definition at line 1968 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME void SWIG_Python_DestroyModule ( void *  vptr  ) 

Definition at line 2286 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* SWIG_Python_ErrorType ( int  code  ) 

Definition at line 805 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIMEINLINE PyObject* SWIG_Python_ExceptionType ( swig_type_info desc  ) 

Definition at line 1237 of file ogre_tools_swig_generated.cpp.

SWIGINTERN void SWIG_Python_FixMethods ( PyMethodDef *  methods,
swig_const_info const_table,
swig_type_info **  types,
swig_type_info **  types_initial 
)

Definition at line 6964 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME swig_module_info* SWIG_Python_GetModule ( void   ) 

Definition at line 2235 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PySwigObject* SWIG_Python_GetSwigThis ( PyObject *  pyobj  ) 

Definition at line 1902 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* SWIG_Python_InitShadowInstance ( PyObject *  args  ) 

Definition at line 2183 of file ogre_tools_swig_generated.cpp.

SWIGINTERN void SWIG_Python_InstallConstants ( PyObject *  d,
swig_const_info  constants[] 
)

Definition at line 6937 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME void* SWIG_Python_MustGetPtr ( PyObject *  obj,
swig_type_info ty,
int  argnum,
int  flags 
)

Definition at line 2436 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIMEINLINE PyObject* SWIG_Python_NewPackedObj ( void *  ptr,
size_t  sz,
swig_type_info type 
)

Definition at line 2222 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* SWIG_Python_NewPointerObj ( void *  ptr,
swig_type_info type,
int  flags 
)

Definition at line 2201 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* SWIG_Python_NewShadowInstance ( PySwigClientData data,
PyObject *  swig_this 
)

Definition at line 2098 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* SWIG_Python_newvarlink ( void   ) 

Definition at line 6899 of file ogre_tools_swig_generated.cpp.

SWIGINTERN void SWIG_Python_SetConstant ( PyObject *  d,
const char *  name,
PyObject *  obj 
)

Definition at line 1055 of file ogre_tools_swig_generated.cpp.

SWIGINTERN void SWIG_Python_SetErrorMsg ( PyObject *  errtype,
const char *  msg 
)

Definition at line 1044 of file ogre_tools_swig_generated.cpp.

SWIGINTERN void SWIG_Python_SetErrorObj ( PyObject *  errtype,
PyObject *  obj 
)

Definition at line 1036 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME void SWIG_Python_SetModule ( swig_module_info swig_module  ) 

Definition at line 2302 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME void SWIG_Python_SetSwigThis ( PyObject *  inst,
PyObject *  swig_this 
)

Definition at line 2161 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* SWIG_Python_TypeCache (  ) 

Definition at line 2317 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME void SWIG_Python_TypeError ( const char *  type,
PyObject *  obj 
)

Definition at line 2398 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME swig_type_info* SWIG_Python_TypeQuery ( const char *  type  ) 

Definition at line 2323 of file ogre_tools_swig_generated.cpp.

SWIGINTERN int SWIG_Python_UnpackTuple ( PyObject *  args,
const char *  name,
int  min,
int  max,
PyObject **  objs 
)

Definition at line 1108 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME PyObject* SWIG_This ( void   ) 

Definition at line 1893 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIMEINLINE void* SWIG_TypeCast ( swig_cast_info ty,
void *  ptr 
)

Definition at line 445 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME swig_cast_info* SWIG_TypeCheck ( const char *  c,
swig_type_info ty 
)

Definition at line 431 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME swig_cast_info* SWIG_TypeCheckStruct ( swig_type_info from,
swig_type_info into 
)

Definition at line 437 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME void SWIG_TypeClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 497 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME int SWIG_TypeCompare ( const char *  nb,
const char *  tb 
)

Definition at line 390 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME swig_type_info* SWIG_TypeDynamicCast ( swig_type_info ty,
void **  ptr 
)

Definition at line 453 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME int SWIG_TypeEquiv ( const char *  nb,
const char *  tb 
)

Definition at line 371 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIMEINLINE const char* SWIG_TypeName ( const swig_type_info ty  ) 

Definition at line 467 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME int SWIG_TypeNameComp ( const char *  f1,
const char *  l1,
const char *  f2,
const char *  l2 
)

Definition at line 356 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME void SWIG_TypeNewClientData ( swig_type_info ti,
void *  clientdata 
)

Definition at line 513 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME const char* SWIG_TypePrettyName ( const swig_type_info type  ) 

Definition at line 476 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME swig_type_info* SWIG_TypeQueryModule ( swig_module_info start,
swig_module_info end,
const char *  name 
)

Definition at line 572 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME const char* SWIG_UnpackData ( const char *  c,
void *  ptr,
size_t  sz 
)

Definition at line 617 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME const char* SWIG_UnpackDataName ( const char *  c,
void *  ptr,
size_t  sz,
const char *  name 
)

Definition at line 684 of file ogre_tools_swig_generated.cpp.

SWIGRUNTIME const char* SWIG_UnpackVoidPtr ( const char *  c,
void **  ptr,
const char *  name 
)

Definition at line 656 of file ogre_tools_swig_generated.cpp.

SWIGINTERN void swig_varlink_dealloc ( swig_varlinkobject v  ) 

Definition at line 6802 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* swig_varlink_getattr ( swig_varlinkobject v,
char *  n 
)

Definition at line 6813 of file ogre_tools_swig_generated.cpp.

SWIGINTERN int swig_varlink_print ( swig_varlinkobject v,
FILE *  fp,
int   SWIGUNUSEDPARMflags 
)

Definition at line 6793 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* swig_varlink_repr ( swig_varlinkobject SWIGUNUSEDPARMv  ) 

Definition at line 6776 of file ogre_tools_swig_generated.cpp.

SWIGINTERN int swig_varlink_setattr ( swig_varlinkobject v,
char *  n,
PyObject *  p 
)

Definition at line 6830 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* swig_varlink_str ( swig_varlinkobject v  ) 

Definition at line 6781 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyTypeObject* swig_varlink_type ( void   ) 

Definition at line 6847 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* V_string_swiginit ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 6346 of file ogre_tools_swig_generated.cpp.

SWIGINTERN PyObject* V_string_swigregister ( PyObject *  SWIGUNUSEDPARMself,
PyObject *  args 
)

Definition at line 6339 of file ogre_tools_swig_generated.cpp.


Variable Documentation

swig_cast_info _swigc__p_allocator_type[] = { {&_swigt__p_allocator_type, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 6504 of file ogre_tools_swig_generated.cpp.

swig_cast_info _swigc__p_char[] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 6505 of file ogre_tools_swig_generated.cpp.

swig_cast_info _swigc__p_difference_type[] = { {&_swigt__p_difference_type, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 6506 of file ogre_tools_swig_generated.cpp.

swig_cast_info _swigc__p_p_PyObject[] = { {&_swigt__p_p_PyObject, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 6507 of file ogre_tools_swig_generated.cpp.

swig_cast_info _swigc__p_size_type[] = { {&_swigt__p_size_type, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 6508 of file ogre_tools_swig_generated.cpp.

Definition at line 6509 of file ogre_tools_swig_generated.cpp.

Definition at line 6510 of file ogre_tools_swig_generated.cpp.

Definition at line 6511 of file ogre_tools_swig_generated.cpp.

Definition at line 6512 of file ogre_tools_swig_generated.cpp.

swig_cast_info _swigc__p_value_type[] = { {&_swigt__p_value_type, 0, 0, 0},{0, 0, 0, 0}} [static]

Definition at line 6513 of file ogre_tools_swig_generated.cpp.

swig_type_info _swigt__p_allocator_type = {"_p_allocator_type", "allocator_type *", 0, 0, (void*)0, 0} [static]

Definition at line 6480 of file ogre_tools_swig_generated.cpp.

swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0} [static]

Definition at line 6481 of file ogre_tools_swig_generated.cpp.

swig_type_info _swigt__p_difference_type = {"_p_difference_type", "difference_type *", 0, 0, (void*)0, 0} [static]

Definition at line 6482 of file ogre_tools_swig_generated.cpp.

swig_type_info _swigt__p_p_PyObject = {"_p_p_PyObject", "PyObject **", 0, 0, (void*)0, 0} [static]

Definition at line 6483 of file ogre_tools_swig_generated.cpp.

swig_type_info _swigt__p_size_type = {"_p_size_type", "size_type *", 0, 0, (void*)0, 0} [static]

Definition at line 6484 of file ogre_tools_swig_generated.cpp.

swig_type_info _swigt__p_std__invalid_argument = {"_p_std__invalid_argument", "std::invalid_argument *", 0, 0, (void*)0, 0} [static]

Definition at line 6485 of file ogre_tools_swig_generated.cpp.

swig_type_info _swigt__p_std__vectorTstd__string_std__allocatorTstd__string_t_t = {"_p_std__vectorTstd__string_std__allocatorTstd__string_t_t", "std::vector<std::string,std::allocator<std::string > > *|ogre_tools::V_string *", 0, 0, (void*)0, 0} [static]

Definition at line 6486 of file ogre_tools_swig_generated.cpp.

swig_type_info _swigt__p_std__vectorTstd__string_std__allocatorTstd__string_t_t__allocator_type = {"_p_std__vectorTstd__string_std__allocatorTstd__string_t_t__allocator_type", "std::allocator<std::string > *|std::vector<std::string >::allocator_type *", 0, 0, (void*)0, 0} [static]

Definition at line 6487 of file ogre_tools_swig_generated.cpp.

swig_type_info _swigt__p_swig__PySwigIterator = {"_p_swig__PySwigIterator", "swig::PySwigIterator *", 0, 0, (void*)0, 0} [static]

Definition at line 6488 of file ogre_tools_swig_generated.cpp.

swig_type_info _swigt__p_value_type = {"_p_value_type", "value_type *", 0, 0, (void*)0, 0} [static]

Definition at line 6489 of file ogre_tools_swig_generated.cpp.

Initial value:
 {
{0, 0, 0, 0.0, 0, 0}}

Definition at line 6531 of file ogre_tools_swig_generated.cpp.

swig_module_info swig_module = {swig_types, 10, 0, 0, 0, 0} [static]

Definition at line 2480 of file ogre_tools_swig_generated.cpp.

swig_type_info* swig_types[11] [static]

Definition at line 2479 of file ogre_tools_swig_generated.cpp.

PyMethodDef SwigMethods[] [static]

Definition at line 6419 of file ogre_tools_swig_generated.cpp.

PyMethodDef swigobject_methods[] [static]
Initial value:
 {
  {(char *)"disown",  (PyCFunction)PySwigObject_disown,  METH_VARARGS,  (char *)"releases ownership of the pointer"},
  {(char *)"acquire", (PyCFunction)PySwigObject_acquire, METH_VARARGS,  (char *)"aquires ownership of the pointer"},
  {(char *)"own",     (PyCFunction)PySwigObject_own,     METH_VARARGS,  (char *)"returns/sets ownership of the pointer"},
  {(char *)"append",  (PyCFunction)PySwigObject_append,  METH_VARARGS,  (char *)"appends another 'this' object"},
  {(char *)"next",    (PyCFunction)PySwigObject_next,    METH_VARARGS,  (char *)"returns the next 'this' object"},
  {(char *)"__repr__",(PyCFunction)PySwigObject_repr,   METH_VARARGS,  (char *)"returns object representation"},
  {0, 0, 0, 0}  
}

Definition at line 1562 of file ogre_tools_swig_generated.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines


ogre_tools
Author(s): Josh Faust
autogenerated on Fri Jan 11 09:10:12 2013