home | project pages | download | documentation | doxygen | contact |
#include <Python.h>
#include <string.h>
#include <stdexcept>
#include <camvox/camvox.h>
#include <limits.h>
#include <float.h>
#include <math.h>
Namespaces | |
namespace | swig |
Classes | |
struct | swig_type_info |
struct | swig_cast_info |
struct | swig_module_info |
struct | swig_const_info |
struct | PySwigClientData |
struct | PySwigObject |
struct | PySwigPacked |
class | swig::PyObject_ptr |
struct | swig::PyObject_var |
struct | swig_globalvar |
struct | swig_varlinkobject |
Defines | |
#define | SWIGPYTHON |
#define | SWIG_PYTHON_DIRECTOR_NO_VTABLE |
#define | SWIGTEMPLATEDISAMBIGUATOR |
#define | SWIGINLINE |
#define | SWIGUNUSED |
#define | SWIGUNUSEDPARM(p) p SWIGUNUSED |
#define | SWIGINTERN static SWIGUNUSED |
#define | SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
#define | SWIGEXPORT |
#define | SWIGSTDCALL |
#define | SWIG_RUNTIME_VERSION "4" |
#define | SWIG_TYPE_TABLE_NAME |
#define | SWIGRUNTIME SWIGINTERN |
#define | SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
#define | SWIG_BUFFER_SIZE 1024 |
#define | SWIG_POINTER_DISOWN 0x1 |
#define | SWIG_CAST_NEW_MEMORY 0x2 |
#define | SWIG_POINTER_OWN 0x1 |
#define | SWIG_OK (0) |
#define | SWIG_ERROR (-1) |
#define | SWIG_IsOK(r) (r >= 0) |
#define | SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError) |
#define | SWIG_CASTRANKLIMIT (1 << 8) |
#define | SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) |
#define | SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) |
#define | SWIG_BADOBJ (SWIG_ERROR) |
#define | SWIG_OLDOBJ (SWIG_OK) |
#define | SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) |
#define | SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) |
#define | SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) |
#define | SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) |
#define | SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) |
#define | SWIG_AddTmpMask(r) (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) |
#define | SWIG_DelTmpMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) |
#define | SWIG_IsTmpObj(r) (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) |
#define | SWIG_AddCast |
#define | SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0) |
#define | SWIG_TypeCheck_Template(comparison, ty) |
#define | SWIG_UnknownError -1 |
#define | SWIG_IOError -2 |
#define | SWIG_RuntimeError -3 |
#define | SWIG_IndexError -4 |
#define | SWIG_TypeError -5 |
#define | SWIG_DivisionByZero -6 |
#define | SWIG_OverflowError -7 |
#define | SWIG_SyntaxError -8 |
#define | SWIG_ValueError -9 |
#define | SWIG_SystemError -10 |
#define | SWIG_AttributeError -11 |
#define | SWIG_MemoryError -12 |
#define | SWIG_NullReferenceError -13 |
#define | PyOS_snprintf snprintf |
#define | SWIG_PYBUFFER_SIZE 1024 |
#define | PyObject_Del(op) PyMem_DEL((op)) |
#define | PyObject_DEL PyObject_Del |
#define | PyExc_StopIteration PyExc_RuntimeError |
#define | PyObject_GenericGetAttr 0 |
#define | Py_NotImplemented PyExc_RuntimeError |
#define | PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s) : 0;} |
#define | PySequence_Size PySequence_Length |
#define | PY_SSIZE_T_MAX INT_MAX |
#define | PY_SSIZE_T_MIN INT_MIN |
#define | SWIG_PYTHON_INITIALIZE_THREADS |
#define | SWIG_PYTHON_THREAD_BEGIN_BLOCK |
#define | SWIG_PYTHON_THREAD_END_BLOCK |
#define | SWIG_PYTHON_THREAD_BEGIN_ALLOW |
#define | SWIG_PYTHON_THREAD_END_ALLOW |
#define | SWIG_PY_POINTER 4 |
#define | SWIG_PY_BINARY 5 |
#define | SWIG_Python_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0) |
#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_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(ptr, type, flags) |
#define | SWIG_CheckImplicit(ty) SWIG_Python_CheckImplicit(ty) |
#define | SWIG_AcquirePtr(ptr, src) SWIG_Python_AcquirePtr(ptr, src) |
#define | swig_owntype int |
#define | SWIG_ConvertPacked(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty) |
#define | SWIG_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) |
#define | SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_ConvertPtr(obj, pptr, type, flags) |
#define | SWIG_NewInstanceObj(ptr, type, flags) SWIG_NewPointerObj(ptr, type, flags) |
#define | SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_Python_ConvertFunctionPtr(obj, pptr, type) |
#define | SWIG_NewFunctionPtrObj(ptr, type) SWIG_Python_NewPointerObj(ptr, type, 0) |
#define | SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty) |
#define | SWIG_NewMemberObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) |
#define | SWIG_GetModule(clientdata) SWIG_Python_GetModule() |
#define | SWIG_SetModule(clientdata, pointer) SWIG_Python_SetModule(pointer) |
#define | SWIG_NewClientData(obj) PySwigClientData_New(obj) |
#define | SWIG_SetErrorObj SWIG_Python_SetErrorObj |
#define | SWIG_SetErrorMsg SWIG_Python_SetErrorMsg |
#define | SWIG_ErrorType(code) SWIG_Python_ErrorType(code) |
#define | SWIG_Error(code, msg) SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg) |
#define | SWIG_fail goto fail |
#define | SWIG_Python_Raise(obj, type, desc) SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj) |
#define | SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj); |
#define | SWIG_STATIC_POINTER(var) var = 0; if (!var) var |
#define | SWIG_POINTER_NOSHADOW (SWIG_POINTER_OWN << 1) |
#define | SWIG_POINTER_NEW (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN) |
#define | SWIG_POINTER_IMPLICIT_CONV (SWIG_POINTER_DISOWN << 1) |
#define | SWIG_POINTER_EXCEPTION 0 |
#define | SWIG_arg_fail(arg) SWIG_Python_ArgFail(arg) |
#define | SWIG_MustGetPtr(p, type, argnum, flags) SWIG_Python_MustGetPtr(p, type, argnum, flags) |
#define | SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0) |
#define | SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else |
#define | SWIGTYPE_p_CSGCylinder swig_types[0] |
#define | SWIGTYPE_p_CSGDifference swig_types[1] |
#define | SWIGTYPE_p_CSGIntersection swig_types[2] |
#define | SWIGTYPE_p_CSGInvert swig_types[3] |
#define | SWIGTYPE_p_CSGObject swig_types[4] |
#define | SWIGTYPE_p_CSGOperation swig_types[5] |
#define | SWIGTYPE_p_CSGPlane swig_types[6] |
#define | SWIGTYPE_p_CSGPrimative swig_types[7] |
#define | SWIGTYPE_p_CSGSphere swig_types[8] |
#define | SWIGTYPE_p_CSGUnion swig_types[9] |
#define | SWIGTYPE_p_Interval swig_types[10] |
#define | SWIGTYPE_p_IntervalVector swig_types[11] |
#define | SWIGTYPE_p_Matrix swig_types[12] |
#define | SWIGTYPE_p_Vector swig_types[13] |
#define | SWIGTYPE_p_VoxCoord swig_types[14] |
#define | SWIGTYPE_p_VoxOperation swig_types[15] |
#define | SWIGTYPE_p_VoxTree swig_types[16] |
#define | SWIGTYPE_p_Voxel swig_types[17] |
#define | SWIGTYPE_p_char swig_types[18] |
#define | SWIGTYPE_p_double swig_types[19] |
#define | SWIGTYPE_p_unsigned_int swig_types[20] |
#define | SWIGTYPE_p_vox_op_t swig_types[21] |
#define | SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
#define | SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) |
#define | SWIG_init init_camvox |
#define | SWIG_name "_camvox" |
#define | SWIGVERSION 0x010336 |
#define | SWIG_VERSION SWIGVERSION |
#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_From_double PyFloat_FromDouble |
#define | SWIG_From_long PyInt_FromLong |
#define | SWIG_newvarlink() SWIG_Python_newvarlink() |
#define | SWIG_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set_attr) |
#define | SWIG_InstallConstants(d, constants) SWIG_Python_InstallConstants(d, constants) |
Typedefs | |
typedef void *(* | swig_converter_func )(void *, int *) |
typedef struct swig_type_info *(* | swig_dycast_func )(void **) |
typedef int | Py_ssize_t |
Functions | |
SWIGRUNTIME int | SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2) |
SWIGRUNTIME int | SWIG_TypeEquiv (const char *nb, const char *tb) |
SWIGRUNTIME int | SWIG_TypeCompare (const char *nb, const char *tb) |
SWIGRUNTIME swig_cast_info * | SWIG_TypeCheck (const char *c, swig_type_info *ty) |
SWIGRUNTIME swig_cast_info * | SWIG_TypeCheckStruct (swig_type_info *from, swig_type_info *into) |
SWIGRUNTIMEINLINE void * | SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory) |
SWIGRUNTIME swig_type_info * | SWIG_TypeDynamicCast (swig_type_info *ty, void **ptr) |
SWIGRUNTIMEINLINE const char * | SWIG_TypeName (const swig_type_info *ty) |
SWIGRUNTIME const char * | SWIG_TypePrettyName (const swig_type_info *type) |
SWIGRUNTIME void | SWIG_TypeClientData (swig_type_info *ti, void *clientdata) |
SWIGRUNTIME void | SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata) |
SWIGRUNTIME swig_type_info * | SWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
SWIGRUNTIME swig_type_info * | SWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
SWIGRUNTIME char * | SWIG_PackData (char *c, void *ptr, size_t sz) |
SWIGRUNTIME const char * | SWIG_UnpackData (const char *c, void *ptr, size_t sz) |
SWIGRUNTIME char * | SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz) |
SWIGRUNTIME const char * | SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name) |
SWIGRUNTIME char * | SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz) |
SWIGRUNTIME const char * | SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name) |
static PyObject * | PyString_FromFormat (const char *fmt,...) |
static PyObject * | PyBool_FromLong (long ok) |
SWIGRUNTIME PyObject * | SWIG_Python_ErrorType (int code) |
SWIGRUNTIME void | SWIG_Python_AddErrorMsg (const char *mesg) |
SWIGINTERN void | SWIG_Python_SetErrorObj (PyObject *errtype, PyObject *obj) |
SWIGINTERN void | SWIG_Python_SetErrorMsg (PyObject *errtype, const char *msg) |
SWIGINTERN void | SWIG_Python_SetConstant (PyObject *d, const char *name, PyObject *obj) |
SWIGINTERN PyObject * | SWIG_Python_AppendOutput (PyObject *result, PyObject *obj) |
SWIGINTERN int | SWIG_Python_UnpackTuple (PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs) |
SWIGRUNTIMEINLINE PyObject * | SWIG_Py_Void (void) |
SWIGRUNTIMEINLINE int | SWIG_Python_CheckImplicit (swig_type_info *ty) |
SWIGRUNTIMEINLINE PyObject * | SWIG_Python_ExceptionType (swig_type_info *desc) |
SWIGRUNTIME PySwigClientData * | PySwigClientData_New (PyObject *obj) |
SWIGRUNTIME void | PySwigClientData_Del (PySwigClientData *data) |
SWIGRUNTIME PyObject * | PySwigObject_long (PySwigObject *v) |
SWIGRUNTIME PyObject * | PySwigObject_format (const char *fmt, PySwigObject *v) |
SWIGRUNTIME PyObject * | PySwigObject_oct (PySwigObject *v) |
SWIGRUNTIME PyObject * | PySwigObject_hex (PySwigObject *v) |
SWIGRUNTIME PyObject * | PySwigObject_repr (PySwigObject *v, PyObject *args) |
SWIGRUNTIME int | PySwigObject_print (PySwigObject *v, FILE *fp, int SWIGUNUSEDPARM(flags)) |
SWIGRUNTIME PyObject * | PySwigObject_str (PySwigObject *v) |
SWIGRUNTIME int | PySwigObject_compare (PySwigObject *v, PySwigObject *w) |
SWIGRUNTIME PyTypeObject * | _PySwigObject_type (void) |
SWIGRUNTIME PyTypeObject * | PySwigObject_type (void) |
SWIGRUNTIMEINLINE int | PySwigObject_Check (PyObject *op) |
SWIGRUNTIME PyObject * | PySwigObject_New (void *ptr, swig_type_info *ty, int own) |
SWIGRUNTIME void | PySwigObject_dealloc (PyObject *v) |
SWIGRUNTIME PyObject * | PySwigObject_append (PyObject *v, PyObject *next) |
SWIGRUNTIME PyObject * | PySwigObject_next (PyObject *v, PyObject *SWIGUNUSEDPARM(args)) |
SWIGINTERN PyObject * | PySwigObject_disown (PyObject *v, PyObject *SWIGUNUSEDPARM(args)) |
SWIGINTERN PyObject * | PySwigObject_acquire (PyObject *v, PyObject *SWIGUNUSEDPARM(args)) |
SWIGINTERN PyObject * | PySwigObject_own (PyObject *v, PyObject *args) |
SWIGINTERN PyObject * | PySwigObject_getattr (PySwigObject *sobj, char *name) |
SWIGRUNTIME int | PySwigPacked_print (PySwigPacked *v, FILE *fp, int SWIGUNUSEDPARM(flags)) |
SWIGRUNTIME PyObject * | PySwigPacked_repr (PySwigPacked *v) |
SWIGRUNTIME PyObject * | PySwigPacked_str (PySwigPacked *v) |
SWIGRUNTIME int | PySwigPacked_compare (PySwigPacked *v, PySwigPacked *w) |
SWIGRUNTIME PyTypeObject * | _PySwigPacked_type (void) |
SWIGRUNTIME PyTypeObject * | PySwigPacked_type (void) |
SWIGRUNTIMEINLINE int | PySwigPacked_Check (PyObject *op) |
SWIGRUNTIME void | PySwigPacked_dealloc (PyObject *v) |
SWIGRUNTIME PyObject * | PySwigPacked_New (void *ptr, size_t size, swig_type_info *ty) |
SWIGRUNTIME swig_type_info * | PySwigPacked_UnpackData (PyObject *obj, void *ptr, size_t size) |
SWIGRUNTIMEINLINE PyObject * | _SWIG_This (void) |
SWIGRUNTIME PyObject * | SWIG_This (void) |
SWIGRUNTIME PySwigObject * | SWIG_Python_GetSwigThis (PyObject *pyobj) |
SWIGRUNTIME int | SWIG_Python_AcquirePtr (PyObject *obj, int own) |
SWIGRUNTIME int | SWIG_Python_ConvertPtrAndOwn (PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own) |
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 PyObject * | SWIG_Python_NewShadowInstance (PySwigClientData *data, PyObject *swig_this) |
SWIGRUNTIME void | SWIG_Python_SetSwigThis (PyObject *inst, PyObject *swig_this) |
SWIGINTERN PyObject * | SWIG_Python_InitShadowInstance (PyObject *args) |
SWIGRUNTIME PyObject * | SWIG_Python_NewPointerObj (void *ptr, swig_type_info *type, int flags) |
SWIGRUNTIMEINLINE PyObject * | SWIG_Python_NewPackedObj (void *ptr, size_t sz, swig_type_info *type) |
SWIGRUNTIME swig_module_info * | SWIG_Python_GetModule (void) |
SWIGINTERN int | PyModule_AddObject (PyObject *m, char *name, PyObject *o) |
SWIGRUNTIME void | SWIG_Python_DestroyModule (void *vptr) |
SWIGRUNTIME void | SWIG_Python_SetModule (swig_module_info *swig_module) |
SWIGRUNTIME PyObject * | SWIG_Python_TypeCache (void) |
SWIGRUNTIME swig_type_info * | SWIG_Python_TypeQuery (const char *type) |
SWIGRUNTIME int | SWIG_Python_AddErrMesg (const char *mesg, int infront) |
SWIGRUNTIME int | SWIG_Python_ArgFail (int argnum) |
SWIGRUNTIMEINLINE const char * | PySwigObject_GetDesc (PyObject *self) |
SWIGRUNTIME void | SWIG_Python_TypeError (const char *type, PyObject *obj) |
SWIGRUNTIME void * | SWIG_Python_MustGetPtr (PyObject *obj, swig_type_info *ty, int argnum, int flags) |
SWIGINTERN int | SWIG_AsVal_double (PyObject *obj, double *val) |
SWIGINTERN char * | Matrix___str__ (Matrix *self) |
SWIGINTERN swig_type_info * | SWIG_pchar_descriptor (void) |
SWIGINTERNINLINE PyObject * | SWIG_FromCharPtrAndSize (const char *carray, size_t size) |
SWIGINTERNINLINE PyObject * | SWIG_FromCharPtr (const char *cptr) |
SWIGINTERNINLINE int | SWIG_CanCastAsInteger (double *d, double min, double max) |
SWIGINTERN int | SWIG_AsVal_long (PyObject *obj, long *val) |
SWIGINTERN int | SWIG_AsVal_int (PyObject *obj, int *val) |
SWIGINTERNINLINE PyObject * | SWIG_From_int (int value) |
SWIGINTERN int | SWIG_AsVal_unsigned_SS_long (PyObject *obj, unsigned long *val) |
SWIGINTERN int | SWIG_AsVal_unsigned_SS_int (PyObject *obj, unsigned int *val) |
SWIGINTERNINLINE PyObject * | SWIG_From_unsigned_SS_long (unsigned long value) |
SWIGINTERNINLINE PyObject * | SWIG_From_unsigned_SS_int (unsigned int value) |
SWIGINTERNINLINE PyObject * | SWIG_From_bool (bool value) |
SWIGINTERN PyObject * | _wrap_Interval_low_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Interval_low_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Interval_high_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Interval_high_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Interval__SWIG_0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Interval__SWIG_1 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Interval (PyObject *self, PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_Interval (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | Interval_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Vector__SWIG_0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Vector__SWIG_1 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Vector__SWIG_2 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Vector (PyObject *self, PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_Vector (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | Vector_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Matrix (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_Matrix (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Matrix___str__ (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | Matrix_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_CSGObject_transform_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_CSGObject_transform_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_CSGObject_total_transform_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_CSGObject_total_transform_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_CSGObject_total_inv_transform_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_CSGObject_total_inv_transform_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_CSGObject_resolution_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_CSGObject_resolution_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_CSGObject_total_resolution_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_CSGObject_total_resolution_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_CSGObject (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_CSGObject (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_CSGObject_translate (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_CSGObject_scale (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_CSGObject_rotate (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_CSGObject_setResolution (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | CSGObject_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_CSGPrimative (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_CSGPrimative (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | CSGPrimative_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_CSGSphere (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_CSGSphere (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | CSGSphere_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_CSGCylinder (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_CSGCylinder (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | CSGCylinder_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_CSGPlane (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_CSGPlane (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | CSGPlane_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_CSGOperation (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_CSGOperation (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_CSGOperation_add (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | CSGOperation_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_CSGUnion (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_CSGUnion (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | CSGUnion_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_CSGDifference (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_CSGDifference (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | CSGDifference_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_CSGIntersection (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_CSGIntersection (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | CSGIntersection_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_CSGInvert (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_CSGInvert (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | CSGInvert_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxCoord_v_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxCoord_v_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxCoord_depth_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxCoord_depth_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_VoxCoord (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_VoxCoord (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxCoord_nextNeighbour (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxCoord_childCoord (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxCoord_boundingBox (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxCoord_size (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | VoxCoord_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxOperation_inside_mask_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxOperation_inside_mask_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxOperation_outside_mask_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxOperation_outside_mask_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxOperation_edge_mask_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxOperation_edge_mask_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxOperation_inside_op_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxOperation_inside_op_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxOperation_outside_op_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxOperation_outside_op_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxOperation_edge_op_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxOperation_edge_op_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxOperation_collision_size_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxOperation_collision_size_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_VoxOperation (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_VoxOperation (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | VoxOperation_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Voxel_value_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Voxel_value_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Voxel__SWIG_0 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Voxel__SWIG_1 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Voxel__SWIG_2 (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_Voxel (PyObject *self, PyObject *args) |
SWIGINTERN PyObject * | _wrap_Voxel___ne__ (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Voxel_isNodeNr (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Voxel_isLayers (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Voxel_isDontPrune (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Voxel_getNodeNr (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Voxel_getLayers (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Voxel_setNodeNr (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_Voxel_setLayers (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_Voxel (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | Voxel_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxTree_nr_nodes_created_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxTree_nr_nodes_created_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxTree_nr_nodes_destroyed_set (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxTree_nr_nodes_destroyed_get (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_new_VoxTree (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_delete_VoxTree (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxTree_generatePOVCode (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxTree_addCSGObject (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | _wrap_VoxTree_prune (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
SWIGINTERN PyObject * | VoxTree_swigregister (PyObject *SWIGUNUSEDPARM(self), PyObject *args) |
static void * | _p_CSGPlaneTo_p_CSGPrimative (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_CSGCylinderTo_p_CSGPrimative (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_CSGSphereTo_p_CSGPrimative (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_CSGInvertTo_p_CSGObject (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_CSGPlaneTo_p_CSGObject (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_CSGOperationTo_p_CSGObject (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_CSGPrimativeTo_p_CSGObject (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_CSGUnionTo_p_CSGObject (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_CSGDifferenceTo_p_CSGObject (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_CSGCylinderTo_p_CSGObject (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_CSGIntersectionTo_p_CSGObject (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_CSGSphereTo_p_CSGObject (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_CSGInvertTo_p_CSGOperation (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_CSGUnionTo_p_CSGOperation (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_CSGDifferenceTo_p_CSGOperation (void *x, int *SWIGUNUSEDPARM(newmemory)) |
static void * | _p_CSGIntersectionTo_p_CSGOperation (void *x, int *SWIGUNUSEDPARM(newmemory)) |
SWIGRUNTIME void | SWIG_InitializeModule (void *clientdata) |
SWIGRUNTIME void | SWIG_PropagateClientData (void) |
SWIGINTERN PyObject * | swig_varlink_repr (swig_varlinkobject *SWIGUNUSEDPARM(v)) |
SWIGINTERN PyObject * | swig_varlink_str (swig_varlinkobject *v) |
SWIGINTERN int | swig_varlink_print (swig_varlinkobject *v, FILE *fp, int SWIGUNUSEDPARM(flags)) |
SWIGINTERN void | swig_varlink_dealloc (swig_varlinkobject *v) |
SWIGINTERN PyObject * | swig_varlink_getattr (swig_varlinkobject *v, char *n) |
SWIGINTERN int | swig_varlink_setattr (swig_varlinkobject *v, char *n, PyObject *p) |
SWIGINTERN PyTypeObject * | swig_varlink_type (void) |
SWIGINTERN PyObject * | SWIG_Python_newvarlink (void) |
SWIGINTERN void | SWIG_Python_addvarlink (PyObject *p, char *name, PyObject *(*get_attr)(void), int(*set_attr)(PyObject *p)) |
SWIGINTERN PyObject * | SWIG_globals (void) |
SWIGINTERN void | SWIG_Python_InstallConstants (PyObject *d, swig_const_info constants[]) |
SWIGINTERN void | SWIG_Python_FixMethods (PyMethodDef *methods, swig_const_info *const_table, swig_type_info **types, swig_type_info **types_initial) |
SWIGEXPORT void | SWIG_init (void) |
Variables | |
static PyMethodDef | swigobject_methods [] |
static swig_type_info * | swig_types [23] |
static swig_module_info | swig_module = {swig_types, 22, 0, 0, 0, 0} |
static PyMethodDef | SwigMethods [] |
static swig_type_info | _swigt__p_CSGCylinder = {"_p_CSGCylinder", "CSGCylinder *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_CSGDifference = {"_p_CSGDifference", "CSGDifference *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_CSGIntersection = {"_p_CSGIntersection", "CSGIntersection *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_CSGInvert = {"_p_CSGInvert", "CSGInvert *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_CSGObject = {"_p_CSGObject", "CSGObject *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_CSGOperation = {"_p_CSGOperation", "CSGOperation *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_CSGPlane = {"_p_CSGPlane", "CSGPlane *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_CSGPrimative = {"_p_CSGPrimative", "CSGPrimative *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_CSGSphere = {"_p_CSGSphere", "CSGSphere *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_CSGUnion = {"_p_CSGUnion", "CSGUnion *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_Interval = {"_p_Interval", "Interval *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_IntervalVector = {"_p_IntervalVector", "IntervalVector *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_Matrix = {"_p_Matrix", "Matrix *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_Vector = {"_p_Vector", "Vector *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_VoxCoord = {"_p_VoxCoord", "VoxCoord *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_VoxOperation = {"_p_VoxOperation", "VoxOperation *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_VoxTree = {"_p_VoxTree", "VoxTree *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_Voxel = {"_p_Voxel", "Voxel *", 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_double = {"_p_double", "double *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_unsigned_int = {"_p_unsigned_int", "uint32_t *|unsigned int *", 0, 0, (void*)0, 0} |
static swig_type_info | _swigt__p_vox_op_t = {"_p_vox_op_t", "enum vox_op_t *|vox_op_t *", 0, 0, (void*)0, 0} |
static swig_type_info * | swig_type_initial [] |
static swig_cast_info | _swigc__p_CSGCylinder [] = { {&_swigt__p_CSGCylinder, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_CSGDifference [] = { {&_swigt__p_CSGDifference, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_CSGIntersection [] = { {&_swigt__p_CSGIntersection, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_CSGInvert [] = { {&_swigt__p_CSGInvert, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_CSGObject [] = { {&_swigt__p_CSGInvert, _p_CSGInvertTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGPlane, _p_CSGPlaneTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGOperation, _p_CSGOperationTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGObject, 0, 0, 0}, {&_swigt__p_CSGUnion, _p_CSGUnionTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGDifference, _p_CSGDifferenceTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGPrimative, _p_CSGPrimativeTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGIntersection, _p_CSGIntersectionTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGCylinder, _p_CSGCylinderTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGSphere, _p_CSGSphereTo_p_CSGObject, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_CSGOperation [] = { {&_swigt__p_CSGInvert, _p_CSGInvertTo_p_CSGOperation, 0, 0}, {&_swigt__p_CSGOperation, 0, 0, 0}, {&_swigt__p_CSGUnion, _p_CSGUnionTo_p_CSGOperation, 0, 0}, {&_swigt__p_CSGDifference, _p_CSGDifferenceTo_p_CSGOperation, 0, 0}, {&_swigt__p_CSGIntersection, _p_CSGIntersectionTo_p_CSGOperation, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_CSGPlane [] = { {&_swigt__p_CSGPlane, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_CSGPrimative [] = { {&_swigt__p_CSGPlane, _p_CSGPlaneTo_p_CSGPrimative, 0, 0}, {&_swigt__p_CSGPrimative, 0, 0, 0}, {&_swigt__p_CSGCylinder, _p_CSGCylinderTo_p_CSGPrimative, 0, 0}, {&_swigt__p_CSGSphere, _p_CSGSphereTo_p_CSGPrimative, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_CSGSphere [] = { {&_swigt__p_CSGSphere, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_CSGUnion [] = { {&_swigt__p_CSGUnion, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_Interval [] = { {&_swigt__p_Interval, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_IntervalVector [] = { {&_swigt__p_IntervalVector, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_Matrix [] = { {&_swigt__p_Matrix, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_Vector [] = { {&_swigt__p_Vector, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_VoxCoord [] = { {&_swigt__p_VoxCoord, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_VoxOperation [] = { {&_swigt__p_VoxOperation, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_VoxTree [] = { {&_swigt__p_VoxTree, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_Voxel [] = { {&_swigt__p_Voxel, 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_double [] = { {&_swigt__p_double, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_unsigned_int [] = { {&_swigt__p_unsigned_int, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info | _swigc__p_vox_op_t [] = { {&_swigt__p_vox_op_t, 0, 0, 0},{0, 0, 0, 0}} |
static swig_cast_info * | swig_cast_initial [] |
static swig_const_info | swig_const_table [] |
#define Py_NotImplemented PyExc_RuntimeError |
#define PY_SSIZE_T_MAX INT_MAX |
#define PY_SSIZE_T_MIN INT_MIN |
#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_CAST_NEW_MEMORY 0x2 |
#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_fail | ( | code, | |||
msg | ) | do { SWIG_Error(code, msg); SWIG_fail; } while(0) |
#define SWIG_fail goto fail |
#define SWIG_From_double PyFloat_FromDouble |
#define SWIG_From_long PyInt_FromLong |
#define SWIG_GetModule | ( | clientdata | ) | SWIG_Python_GetModule() |
#define SWIG_IndexError -4 |
#define SWIG_init init_camvox |
#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 "_camvox" |
#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 "4" |
#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 | ) |
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
#define SWIG_TypeError -5 |
#define SWIG_TypeQuery | ( | name | ) | SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
#define SWIG_UnknownError -1 |
#define SWIG_ValueError -9 |
#define SWIG_VERSION SWIGVERSION |
#define SWIGEXPORT |
#define SWIGINLINE |
#define SWIGINTERN static SWIGUNUSED |
#define SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
#define SWIGPYTHON |
#define SWIGRUNTIME SWIGINTERN |
#define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
#define SWIGSTDCALL |
#define SWIGTEMPLATEDISAMBIGUATOR |
#define SWIGTYPE_p_char swig_types[18] |
#define SWIGTYPE_p_CSGCylinder swig_types[0] |
#define SWIGTYPE_p_CSGDifference swig_types[1] |
#define SWIGTYPE_p_CSGIntersection swig_types[2] |
#define SWIGTYPE_p_CSGInvert swig_types[3] |
#define SWIGTYPE_p_CSGObject swig_types[4] |
#define SWIGTYPE_p_CSGOperation swig_types[5] |
#define SWIGTYPE_p_CSGPlane swig_types[6] |
#define SWIGTYPE_p_CSGPrimative swig_types[7] |
#define SWIGTYPE_p_CSGSphere swig_types[8] |
#define SWIGTYPE_p_CSGUnion swig_types[9] |
#define SWIGTYPE_p_double swig_types[19] |
#define SWIGTYPE_p_Interval swig_types[10] |
#define SWIGTYPE_p_IntervalVector swig_types[11] |
#define SWIGTYPE_p_Matrix swig_types[12] |
#define SWIGTYPE_p_unsigned_int swig_types[20] |
#define SWIGTYPE_p_Vector swig_types[13] |
#define SWIGTYPE_p_vox_op_t swig_types[21] |
#define SWIGTYPE_p_VoxCoord swig_types[14] |
#define SWIGTYPE_p_Voxel swig_types[17] |
#define SWIGTYPE_p_VoxOperation swig_types[15] |
#define SWIGTYPE_p_VoxTree swig_types[16] |
#define SWIGUNUSED |
#define SWIGUNUSEDPARM | ( | p | ) | p SWIGUNUSED |
#define SWIGVERSION 0x010336 |
typedef int Py_ssize_t |
typedef void*(* swig_converter_func)(void *, int *) |
typedef struct swig_type_info*(* swig_dycast_func)(void **) |
static void* _p_CSGCylinderTo_p_CSGObject | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
static void* _p_CSGCylinderTo_p_CSGPrimative | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
static void* _p_CSGDifferenceTo_p_CSGObject | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
static void* _p_CSGDifferenceTo_p_CSGOperation | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
static void* _p_CSGIntersectionTo_p_CSGObject | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
static void* _p_CSGIntersectionTo_p_CSGOperation | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
static void* _p_CSGInvertTo_p_CSGObject | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
static void* _p_CSGInvertTo_p_CSGOperation | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
static void* _p_CSGOperationTo_p_CSGObject | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
static void* _p_CSGPlaneTo_p_CSGObject | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
static void* _p_CSGPlaneTo_p_CSGPrimative | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
static void* _p_CSGPrimativeTo_p_CSGObject | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
static void* _p_CSGSphereTo_p_CSGObject | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
static void* _p_CSGSphereTo_p_CSGPrimative | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
static void* _p_CSGUnionTo_p_CSGObject | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
static void* _p_CSGUnionTo_p_CSGOperation | ( | void * | x, | |
int * | SWIGUNUSEDPARMnewmemory | |||
) | [static] |
SWIGRUNTIME PyTypeObject * _PySwigObject_type | ( | void | ) |
SWIGRUNTIME PyTypeObject * _PySwigPacked_type | ( | void | ) |
SWIGRUNTIMEINLINE PyObject* _SWIG_This | ( | void | ) |
SWIGINTERN PyObject* _wrap_CSGObject_resolution_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_CSGObject_resolution_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_CSGObject_rotate | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_CSGObject_scale | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_CSGObject_setResolution | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_CSGObject_total_inv_transform_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_CSGObject_total_inv_transform_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_CSGObject_total_resolution_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_CSGObject_total_resolution_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_CSGObject_total_transform_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_CSGObject_total_transform_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_CSGObject_transform_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_CSGObject_transform_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_CSGObject_translate | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_CSGOperation_add | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_CSGCylinder | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_CSGDifference | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_CSGIntersection | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_CSGInvert | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_CSGObject | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_CSGOperation | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_CSGPlane | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_CSGPrimative | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_CSGSphere | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_CSGUnion | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_Interval | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_Matrix | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_Vector | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_VoxCoord | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_Voxel | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_VoxOperation | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_delete_VoxTree | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_Interval_high_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_Interval_high_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_Interval_low_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_Interval_low_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_Matrix___str__ | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_CSGCylinder | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_CSGDifference | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_CSGIntersection | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_CSGInvert | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_CSGObject | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_CSGOperation | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_CSGPlane | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_CSGPrimative | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_CSGSphere | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_CSGUnion | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_Interval | ( | PyObject * | self, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_Interval__SWIG_0 | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_Interval__SWIG_1 | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_Matrix | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_Vector | ( | PyObject * | self, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_Vector__SWIG_0 | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_Vector__SWIG_1 | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_Vector__SWIG_2 | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_VoxCoord | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_Voxel | ( | PyObject * | self, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_Voxel__SWIG_0 | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_Voxel__SWIG_1 | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_Voxel__SWIG_2 | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_VoxOperation | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_new_VoxTree | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxCoord_boundingBox | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxCoord_childCoord | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxCoord_depth_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxCoord_depth_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxCoord_nextNeighbour | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxCoord_size | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxCoord_v_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxCoord_v_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_Voxel___ne__ | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_Voxel_getLayers | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_Voxel_getNodeNr | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_Voxel_isDontPrune | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_Voxel_isLayers | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_Voxel_isNodeNr | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_Voxel_setLayers | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_Voxel_setNodeNr | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_Voxel_value_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_Voxel_value_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxOperation_collision_size_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxOperation_collision_size_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxOperation_edge_mask_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxOperation_edge_mask_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxOperation_edge_op_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxOperation_edge_op_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxOperation_inside_mask_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxOperation_inside_mask_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxOperation_inside_op_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxOperation_inside_op_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxOperation_outside_mask_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxOperation_outside_mask_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxOperation_outside_op_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxOperation_outside_op_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxTree_addCSGObject | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxTree_generatePOVCode | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxTree_nr_nodes_created_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxTree_nr_nodes_created_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxTree_nr_nodes_destroyed_get | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxTree_nr_nodes_destroyed_set | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* _wrap_VoxTree_prune | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* CSGCylinder_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* CSGDifference_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* CSGIntersection_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* CSGInvert_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* CSGObject_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* CSGOperation_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* CSGPlane_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* CSGPrimative_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* CSGSphere_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* CSGUnion_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* Interval_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN char* Matrix___str__ | ( | Matrix * | self | ) |
SWIGINTERN PyObject* Matrix_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
static PyObject* PyBool_FromLong | ( | long | ok | ) | [static] |
SWIGINTERN int PyModule_AddObject | ( | PyObject * | m, | |
char * | name, | |||
PyObject * | o | |||
) |
static PyObject* PyString_FromFormat | ( | const char * | fmt, | |
... | ||||
) | [static] |
SWIGRUNTIME void PySwigClientData_Del | ( | PySwigClientData * | data | ) |
SWIGRUNTIME PySwigClientData* PySwigClientData_New | ( | PyObject * | obj | ) |
SWIGINTERN PyObject* PySwigObject_acquire | ( | PyObject * | v, | |
PyObject * | SWIGUNUSEDPARMargs | |||
) |
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 * | SWIGUNUSEDPARMargs | |||
) |
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 * | SWIGUNUSEDPARMargs | |||
) |
SWIGRUNTIME PyObject* PySwigObject_oct | ( | PySwigObject * | v | ) |
SWIGINTERN PyObject* PySwigObject_own | ( | PyObject * | v, | |
PyObject * | args | |||
) |
SWIGRUNTIME int PySwigObject_print | ( | PySwigObject * | v, | |
FILE * | fp, | |||
int | SWIGUNUSEDPARMflags | |||
) |
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 | SWIGUNUSEDPARMflags | |||
) |
SWIGRUNTIME PyObject* PySwigPacked_repr | ( | PySwigPacked * | v | ) |
SWIGRUNTIME PyObject* PySwigPacked_str | ( | PySwigPacked * | v | ) |
SWIGRUNTIME PyTypeObject* PySwigPacked_type | ( | void | ) |
SWIGRUNTIME swig_type_info* PySwigPacked_UnpackData | ( | PyObject * | obj, | |
void * | ptr, | |||
size_t | size | |||
) |
SWIGINTERN int SWIG_AsVal_double | ( | PyObject * | obj, | |
double * | val | |||
) |
SWIGINTERN int SWIG_AsVal_int | ( | PyObject * | obj, | |
int * | val | |||
) |
SWIGINTERN int SWIG_AsVal_long | ( | PyObject * | obj, | |
long * | val | |||
) |
SWIGINTERN int SWIG_AsVal_unsigned_SS_int | ( | PyObject * | obj, | |
unsigned int * | 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_int | ( | int | value | ) |
SWIGINTERNINLINE PyObject* SWIG_From_unsigned_SS_int | ( | unsigned int | value | ) |
SWIGINTERNINLINE PyObject* SWIG_From_unsigned_SS_long | ( | unsigned long | value | ) |
SWIGINTERNINLINE PyObject* SWIG_FromCharPtr | ( | const char * | cptr | ) |
SWIGINTERNINLINE PyObject* SWIG_FromCharPtrAndSize | ( | const char * | carray, | |
size_t | size | |||
) |
SWIGINTERN PyObject* SWIG_globals | ( | void | ) |
SWIGEXPORT void SWIG_init | ( | void | ) |
SWIGRUNTIME void SWIG_InitializeModule | ( | void * | clientdata | ) |
SWIGRUNTIME swig_type_info* SWIG_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_info* SWIG_pchar_descriptor | ( | void | ) |
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 *(*)(void) | get_attr, | |||
int(*)(PyObject *p) | set_attr | |||
) |
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_info* SWIG_Python_GetModule | ( | void | ) |
SWIGRUNTIME PySwigObject* SWIG_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 | ( | void | ) |
SWIGRUNTIME void SWIG_Python_TypeError | ( | const char * | type, | |
PyObject * | obj | |||
) |
SWIGRUNTIME swig_type_info* SWIG_Python_TypeQuery | ( | const char * | type | ) |
SWIGINTERN int SWIG_Python_UnpackTuple | ( | PyObject * | args, | |
const char * | name, | |||
Py_ssize_t | min, | |||
Py_ssize_t | max, | |||
PyObject ** | objs | |||
) |
SWIGRUNTIME PyObject* SWIG_This | ( | void | ) |
SWIGRUNTIMEINLINE void* SWIG_TypeCast | ( | swig_cast_info * | ty, | |
void * | ptr, | |||
int * | newmemory | |||
) |
SWIGRUNTIME swig_cast_info* SWIG_TypeCheck | ( | const char * | c, | |
swig_type_info * | ty | |||
) |
SWIGRUNTIME swig_cast_info* SWIG_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_info* SWIG_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_info* SWIG_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 | SWIGUNUSEDPARMflags | |||
) |
SWIGINTERN PyObject* swig_varlink_repr | ( | swig_varlinkobject * | SWIGUNUSEDPARMv | ) |
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 | ) |
SWIGINTERN PyObject* Vector_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* VoxCoord_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* Voxel_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* VoxOperation_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
SWIGINTERN PyObject* VoxTree_swigregister | ( | PyObject * | SWIGUNUSEDPARMself, | |
PyObject * | args | |||
) |
swig_cast_info _swigc__p_char[] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_CSGCylinder[] = { {&_swigt__p_CSGCylinder, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_CSGDifference[] = { {&_swigt__p_CSGDifference, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_CSGIntersection[] = { {&_swigt__p_CSGIntersection, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_CSGInvert[] = { {&_swigt__p_CSGInvert, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_CSGObject[] = { {&_swigt__p_CSGInvert, _p_CSGInvertTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGPlane, _p_CSGPlaneTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGOperation, _p_CSGOperationTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGObject, 0, 0, 0}, {&_swigt__p_CSGUnion, _p_CSGUnionTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGDifference, _p_CSGDifferenceTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGPrimative, _p_CSGPrimativeTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGIntersection, _p_CSGIntersectionTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGCylinder, _p_CSGCylinderTo_p_CSGObject, 0, 0}, {&_swigt__p_CSGSphere, _p_CSGSphereTo_p_CSGObject, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_CSGOperation[] = { {&_swigt__p_CSGInvert, _p_CSGInvertTo_p_CSGOperation, 0, 0}, {&_swigt__p_CSGOperation, 0, 0, 0}, {&_swigt__p_CSGUnion, _p_CSGUnionTo_p_CSGOperation, 0, 0}, {&_swigt__p_CSGDifference, _p_CSGDifferenceTo_p_CSGOperation, 0, 0}, {&_swigt__p_CSGIntersection, _p_CSGIntersectionTo_p_CSGOperation, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_CSGPlane[] = { {&_swigt__p_CSGPlane, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_CSGPrimative[] = { {&_swigt__p_CSGPlane, _p_CSGPlaneTo_p_CSGPrimative, 0, 0}, {&_swigt__p_CSGPrimative, 0, 0, 0}, {&_swigt__p_CSGCylinder, _p_CSGCylinderTo_p_CSGPrimative, 0, 0}, {&_swigt__p_CSGSphere, _p_CSGSphereTo_p_CSGPrimative, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_CSGSphere[] = { {&_swigt__p_CSGSphere, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_CSGUnion[] = { {&_swigt__p_CSGUnion, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_double[] = { {&_swigt__p_double, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_Interval[] = { {&_swigt__p_Interval, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_IntervalVector[] = { {&_swigt__p_IntervalVector, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_Matrix[] = { {&_swigt__p_Matrix, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_unsigned_int[] = { {&_swigt__p_unsigned_int, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_Vector[] = { {&_swigt__p_Vector, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_vox_op_t[] = { {&_swigt__p_vox_op_t, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_VoxCoord[] = { {&_swigt__p_VoxCoord, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_Voxel[] = { {&_swigt__p_Voxel, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_VoxOperation[] = { {&_swigt__p_VoxOperation, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_cast_info _swigc__p_VoxTree[] = { {&_swigt__p_VoxTree, 0, 0, 0},{0, 0, 0, 0}} [static] |
swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_CSGCylinder = {"_p_CSGCylinder", "CSGCylinder *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_CSGDifference = {"_p_CSGDifference", "CSGDifference *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_CSGIntersection = {"_p_CSGIntersection", "CSGIntersection *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_CSGInvert = {"_p_CSGInvert", "CSGInvert *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_CSGObject = {"_p_CSGObject", "CSGObject *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_CSGOperation = {"_p_CSGOperation", "CSGOperation *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_CSGPlane = {"_p_CSGPlane", "CSGPlane *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_CSGPrimative = {"_p_CSGPrimative", "CSGPrimative *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_CSGSphere = {"_p_CSGSphere", "CSGSphere *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_CSGUnion = {"_p_CSGUnion", "CSGUnion *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_double = {"_p_double", "double *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_Interval = {"_p_Interval", "Interval *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_IntervalVector = {"_p_IntervalVector", "IntervalVector *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_Matrix = {"_p_Matrix", "Matrix *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_unsigned_int = {"_p_unsigned_int", "uint32_t *|unsigned int *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_Vector = {"_p_Vector", "Vector *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_vox_op_t = {"_p_vox_op_t", "enum vox_op_t *|vox_op_t *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_VoxCoord = {"_p_VoxCoord", "VoxCoord *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_Voxel = {"_p_Voxel", "Voxel *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_VoxOperation = {"_p_VoxOperation", "VoxOperation *", 0, 0, (void*)0, 0} [static] |
swig_type_info _swigt__p_VoxTree = {"_p_VoxTree", "VoxTree *", 0, 0, (void*)0, 0} [static] |
swig_cast_info* swig_cast_initial[] [static] |
Initial value:
{ _swigc__p_CSGCylinder, _swigc__p_CSGDifference, _swigc__p_CSGIntersection, _swigc__p_CSGInvert, _swigc__p_CSGObject, _swigc__p_CSGOperation, _swigc__p_CSGPlane, _swigc__p_CSGPrimative, _swigc__p_CSGSphere, _swigc__p_CSGUnion, _swigc__p_Interval, _swigc__p_IntervalVector, _swigc__p_Matrix, _swigc__p_Vector, _swigc__p_VoxCoord, _swigc__p_VoxOperation, _swigc__p_VoxTree, _swigc__p_Voxel, _swigc__p_char, _swigc__p_double, _swigc__p_unsigned_int, _swigc__p_vox_op_t, }
swig_const_info swig_const_table[] [static] |
Initial value:
{ {0, 0, 0, 0.0, 0, 0}}
swig_module_info swig_module = {swig_types, 22, 0, 0, 0, 0} [static] |
swig_type_info* swig_type_initial[] [static] |
Initial value:
{ &_swigt__p_CSGCylinder, &_swigt__p_CSGDifference, &_swigt__p_CSGIntersection, &_swigt__p_CSGInvert, &_swigt__p_CSGObject, &_swigt__p_CSGOperation, &_swigt__p_CSGPlane, &_swigt__p_CSGPrimative, &_swigt__p_CSGSphere, &_swigt__p_CSGUnion, &_swigt__p_Interval, &_swigt__p_IntervalVector, &_swigt__p_Matrix, &_swigt__p_Vector, &_swigt__p_VoxCoord, &_swigt__p_VoxOperation, &_swigt__p_VoxTree, &_swigt__p_Voxel, &_swigt__p_char, &_swigt__p_double, &_swigt__p_unsigned_int, &_swigt__p_vox_op_t, }
swig_type_info* swig_types[23] [static] |
PyMethodDef SwigMethods[] [static] |
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} }