|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | BPy_Iterator |
Macros | |
| #define | BPy_Iterator_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&Iterator_Type)) |
Functions | |
| int | Iterator_Init (PyObject *module) |
Variables | |
| PyTypeObject | Iterator_Type |
| #define BPy_Iterator_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&Iterator_Type)) |
Definition at line 25 of file BPy_Iterator.h.
Referenced by convert_nested_it().
| int Iterator_Init | ( | PyObject * | module | ) |
Definition at line 32 of file BPy_Iterator.cpp.
References AdjacencyIterator_Type, ChainingIterator_Type, ChainPredicateIterator_Type, ChainSilhouetteIterator_Type, CurvePointIterator_Type, Interface0DIterator_Type, Iterator_Type, module, orientedViewEdgeIterator_Type, StrokeVertexIterator_Type, SVertexIterator_Type, and ViewEdgeIterator_Type.
Referenced by Freestyle_Init().
|
extern |
Definition at line 219 of file BPy_Iterator.cpp.
Referenced by Iterator_Init().