Blender  V3.3
BPy_ChainPredicateIterator.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 ChainPredicateIterator_Type;
20 
21 #define BPy_ChainPredicateIterator_Check(v) \
22  (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainPredicateIterator_Type))
23 
24 /*---------------------------Python BPy_ChainPredicateIterator structure definition----------*/
25 typedef struct {
28  PyObject *upred;
29  PyObject *bpred;
31 
33 
34 #ifdef __cplusplus
35 }
36 #endif
PyTypeObject ChainPredicateIterator_Type
Freestyle::ChainPredicateIterator * cp_it