Blender
V3.3
|
Go to the source code of this file.
Macros | |
#define | PyBVHTree_Check(v) PyObject_TypeCheck((v), &PyBVHTree_Type) |
#define | PyBVHTree_CheckExact(v) (Py_TYPE(v) == &PyBVHTree_Type) |
Functions | |
PyMODINIT_FUNC | PyInit_mathutils_bvhtree (void) |
Variables | |
PyTypeObject | PyBVHTree_Type |
#define PyBVHTree_Check | ( | v | ) | PyObject_TypeCheck((v), &PyBVHTree_Type) |
Definition at line 13 of file mathutils_bvhtree.h.
#define PyBVHTree_CheckExact | ( | v | ) | (Py_TYPE(v) == &PyBVHTree_Type) |
Definition at line 14 of file mathutils_bvhtree.h.
PyMODINIT_FUNC PyInit_mathutils_bvhtree | ( | void | ) |
Definition at line 1303 of file mathutils_bvhtree.c.
References bvhtree_moduledef, NULL, and PyBVHTree_Type.
Referenced by PyInit_mathutils().
|
extern |
Definition at line 1237 of file mathutils_bvhtree.c.
Referenced by bvhtree_CreatePyObject(), and PyInit_mathutils_bvhtree().