Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | BPy_CurvePointIterator |
Macros | |
#define | BPy_CurvePointIterator_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&CurvePointIterator_Type)) |
Variables | |
PyTypeObject | CurvePointIterator_Type |
#define BPy_CurvePointIterator_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&CurvePointIterator_Type)) |
Definition at line 21 of file BPy_CurvePointIterator.h.
|
extern |
Definition at line 121 of file BPy_CurvePointIterator.cpp.
Referenced by BPy_CurvePointIterator_from_CurvePointIterator(), CurvePointIterator_init(), and Iterator_Init().