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