Blender
V4.3
source
blender
freestyle
intern
python
Iterator
BPy_AdjacencyIterator.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#pragma once
10
11
#include "
../BPy_Iterator.h
"
12
13
#include "
../../stroke/ChainingIterators.h
"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
20
21
extern
PyTypeObject
AdjacencyIterator_Type
;
22
23
#define BPy_AdjacencyIterator_Check(v) \
24
(PyObject_IsInstance((PyObject *)v, (PyObject *)&AdjacencyIterator_Type))
25
26
/*---------------------------Python BPy_AdjacencyIterator structure definition----------*/
27
typedef
struct
{
28
BPy_Iterator
py_it
;
29
Freestyle::AdjacencyIterator
*
a_it
;
30
bool
at_start
;
31
}
BPy_AdjacencyIterator
;
32
34
35
#ifdef __cplusplus
36
}
37
#endif
AdjacencyIterator_Type
PyTypeObject AdjacencyIterator_Type
Definition
BPy_AdjacencyIterator.cpp:180
BPy_Iterator.h
ChainingIterators.h
Chaining iterators.
Freestyle::AdjacencyIterator
Definition
ChainingIterators.h:30
BPy_AdjacencyIterator
Definition
BPy_AdjacencyIterator.h:27
BPy_AdjacencyIterator::a_it
Freestyle::AdjacencyIterator * a_it
Definition
BPy_AdjacencyIterator.h:29
BPy_AdjacencyIterator::py_it
BPy_Iterator py_it
Definition
BPy_AdjacencyIterator.h:28
BPy_AdjacencyIterator::at_start
bool at_start
Definition
BPy_AdjacencyIterator.h:30
BPy_Iterator
Definition
BPy_Iterator.h:28
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0