Blender  V3.3
BPy_ChainingIterator.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 #include "BPy_ViewEdgeIterator.h"
10 
11 #include "../../stroke/ChainingIterators.h"
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
18 
19 extern PyTypeObject ChainingIterator_Type;
20 
21 #define BPy_ChainingIterator_Check(v) \
22  (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainingIterator_Type))
23 
24 /*---------------------------Python BPy_ChainingIterator structure definition----------*/
25 typedef struct {
29 
31 
32 #ifdef __cplusplus
33 }
34 #endif
PyTypeObject ChainingIterator_Type
Freestyle::ChainingIterator * c_it
BPy_ViewEdgeIterator py_ve_it