Blender  V3.3
BPy_CurvePointIterator.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_Iterator.h"
10 
11 #include "../../stroke/CurveIterators.h"
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
18 
19 extern PyTypeObject CurvePointIterator_Type;
20 
21 #define BPy_CurvePointIterator_Check(v) \
22  (PyObject_IsInstance((PyObject *)v, (PyObject *)&CurvePointIterator_Type))
23 
24 /*---------------------------Python BPy_CurvePointIterator structure definition----------*/
25 typedef struct {
29 
31 
32 #ifdef __cplusplus
33 }
34 #endif
PyTypeObject CurvePointIterator_Type
Freestyle::CurveInternal::CurvePointIterator * cp_it