Blender
V5.0
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
8
9
#pragma once
10
11
#include "
../BPy_Iterator.h
"
12
13
#include "
../../stroke/ChainingIterators.h
"
14
16
17
extern
PyTypeObject
AdjacencyIterator_Type
;
18
19
#define BPy_AdjacencyIterator_Check(v) \
20
(PyObject_IsInstance((PyObject *)v, (PyObject *)&AdjacencyIterator_Type))
21
22
/*---------------------------Python BPy_AdjacencyIterator structure definition----------*/
23
typedef
struct
{
24
BPy_Iterator
py_it
;
25
Freestyle::AdjacencyIterator
*
a_it
;
26
bool
at_start
;
27
}
BPy_AdjacencyIterator
;
28
AdjacencyIterator_Type
PyTypeObject AdjacencyIterator_Type
Definition
BPy_AdjacencyIterator.cpp:173
BPy_Iterator.h
ChainingIterators.h
Chaining iterators.
Freestyle::AdjacencyIterator
Definition
ChainingIterators.h:30
BPy_AdjacencyIterator
Definition
BPy_AdjacencyIterator.h:23
BPy_AdjacencyIterator::a_it
Freestyle::AdjacencyIterator * a_it
Definition
BPy_AdjacencyIterator.h:25
BPy_AdjacencyIterator::py_it
BPy_Iterator py_it
Definition
BPy_AdjacencyIterator.h:24
BPy_AdjacencyIterator::at_start
bool at_start
Definition
BPy_AdjacencyIterator.h:26
BPy_Iterator
Definition
BPy_Iterator.h:24
Generated on
for Blender by
doxygen
1.16.1