Blender V5.0
mathutils_bvhtree.hh File Reference
#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

Macro Definition Documentation

◆ PyBVHTree_Check

#define PyBVHTree_Check ( v)
Value:
PyObject_TypeCheck((v), &PyBVHTree_Type)
ATTR_WARN_UNUSED_RESULT const BMVert * v
PyTypeObject PyBVHTree_Type

Definition at line 17 of file mathutils_bvhtree.hh.

◆ PyBVHTree_CheckExact

#define PyBVHTree_CheckExact ( v)
Value:
(Py_TYPE(v) == &PyBVHTree_Type)

Definition at line 18 of file mathutils_bvhtree.hh.

Referenced by py_bvhtree_overlap().

Function Documentation

◆ PyInit_mathutils_bvhtree()

PyMODINIT_FUNC PyInit_mathutils_bvhtree ( )

Definition at line 1371 of file mathutils_bvhtree.cc.

References bvhtree_moduledef, and PyBVHTree_Type.

Referenced by PyInit_mathutils().

Variable Documentation

◆ PyBVHTree_Type

PyTypeObject PyBVHTree_Type
extern

Definition at line 1300 of file mathutils_bvhtree.cc.

Referenced by bvhtree_CreatePyObject(), and PyInit_mathutils_bvhtree().