|
Blender V5.0
|
#include <Python.h>Go to the source code of this file.
Macros | |
| #define | PyBVHTree_Check(v) |
| #define | PyBVHTree_CheckExact(v) |
Functions | |
| PyMODINIT_FUNC | PyInit_mathutils_bvhtree () |
Variables | |
| PyTypeObject | PyBVHTree_Type |
| #define PyBVHTree_Check | ( | v | ) |
Definition at line 17 of file mathutils_bvhtree.hh.
| #define PyBVHTree_CheckExact | ( | v | ) |
Definition at line 18 of file mathutils_bvhtree.hh.
Referenced by py_bvhtree_overlap().
| PyMODINIT_FUNC PyInit_mathutils_bvhtree | ( | ) |
Definition at line 1371 of file mathutils_bvhtree.cc.
References bvhtree_moduledef, and PyBVHTree_Type.
Referenced by PyInit_mathutils().
|
extern |
Definition at line 1300 of file mathutils_bvhtree.cc.
Referenced by bvhtree_CreatePyObject(), and PyInit_mathutils_bvhtree().