#include <Python.h>
#include "../system/Iterator.h"
Go to the source code of this file.
◆ BPy_Iterator_Check
◆ Iterator_Init()
int Iterator_Init |
( |
PyObject * |
module | ) |
|
Definition at line 30 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().
◆ Iterator_Type
PyTypeObject Iterator_Type |
|
extern |