Blender
V4.3
source
blender
freestyle
intern
python
Iterator
BPy_ChainingIterator.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_ViewEdgeIterator.h
"
12
13
#include "
../../stroke/ChainingIterators.h
"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
20
21
extern
PyTypeObject
ChainingIterator_Type
;
22
23
#define BPy_ChainingIterator_Check(v) \
24
(PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainingIterator_Type))
25
26
/*---------------------------Python BPy_ChainingIterator structure definition----------*/
27
typedef
struct
{
28
BPy_ViewEdgeIterator
py_ve_it
;
29
Freestyle::ChainingIterator
*
c_it
;
30
}
BPy_ChainingIterator
;
31
33
34
#ifdef __cplusplus
35
}
36
#endif
ChainingIterator_Type
PyTypeObject ChainingIterator_Type
Definition
BPy_ChainingIterator.cpp:256
BPy_ViewEdgeIterator.h
ChainingIterators.h
Chaining iterators.
Freestyle::ChainingIterator
Definition
ChainingIterators.h:138
BPy_ChainingIterator
Definition
BPy_ChainingIterator.h:27
BPy_ChainingIterator::c_it
Freestyle::ChainingIterator * c_it
Definition
BPy_ChainingIterator.h:29
BPy_ChainingIterator::py_ve_it
BPy_ViewEdgeIterator py_ve_it
Definition
BPy_ChainingIterator.h:28
BPy_ViewEdgeIterator
Definition
BPy_ViewEdgeIterator.h:27
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0