|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | BPy_AdjacencyIterator |
Macros | |
| #define | BPy_AdjacencyIterator_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&AdjacencyIterator_Type)) |
Variables | |
| PyTypeObject | AdjacencyIterator_Type |
| #define BPy_AdjacencyIterator_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&AdjacencyIterator_Type)) |
Definition at line 23 of file BPy_AdjacencyIterator.h.
|
extern |
Definition at line 180 of file BPy_AdjacencyIterator.cpp.
Referenced by AdjacencyIterator_init(), BPy_AdjacencyIterator_from_AdjacencyIterator(), ChainingIterator_traverse(), and Iterator_Init().