Blender  V3.3
BPy_AdjacencyIterator.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/ChainingIterators.h"
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
18 
19 extern PyTypeObject AdjacencyIterator_Type;
20 
21 #define BPy_AdjacencyIterator_Check(v) \
22  (PyObject_IsInstance((PyObject *)v, (PyObject *)&AdjacencyIterator_Type))
23 
24 /*---------------------------Python BPy_AdjacencyIterator structure definition----------*/
25 typedef struct {
28  bool at_start;
30 
32 
33 #ifdef __cplusplus
34 }
35 #endif
PyTypeObject AdjacencyIterator_Type
Freestyle::AdjacencyIterator * a_it