|
Blender V5.0
|
Go to the source code of this file.
Classes | |
| struct | BPy_Iterator |
Macros | |
| #define | BPy_Iterator_Check(v) |
Functions | |
| int | Iterator_Init (PyObject *module) |
Variables | |
| PyTypeObject | Iterator_Type |
| #define BPy_Iterator_Check | ( | v | ) |
Definition at line 21 of file BPy_Iterator.h.
Referenced by convert_nested_it().
| int Iterator_Init | ( | PyObject * | module | ) |
Definition at line 28 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 227 of file BPy_Iterator.cpp.
Referenced by Iterator_Init().