Blender
V4.3
source
blender
freestyle
intern
python
Iterator
BPy_Interface0DIterator.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 "
../../view_map/Interface0D.h
"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
20
21
extern
PyTypeObject
Interface0DIterator_Type
;
22
23
#define BPy_Interface0DIterator_Check(v) \
24
(PyObject_IsInstance((PyObject *)v, (PyObject *)&Interface0DIterator_Type))
25
26
/*---------------------------Python BPy_Interface0DIterator structure definition----------*/
27
typedef
struct
{
28
BPy_Iterator
py_it
;
29
Freestyle::Interface0DIterator
*
if0D_it
;
30
bool
reversed
;
31
bool
at_start
;
32
}
BPy_Interface0DIterator
;
33
35
36
#ifdef __cplusplus
37
}
38
#endif
Interface0DIterator_Type
PyTypeObject Interface0DIterator_Type
Definition
BPy_Interface0DIterator.cpp:209
BPy_Iterator.h
Interface0D.h
Interface to 0D elements.
Freestyle::Interface0DIterator
Definition
Interface0D.h:166
BPy_Interface0DIterator
Definition
BPy_Interface0DIterator.h:27
BPy_Interface0DIterator::if0D_it
Freestyle::Interface0DIterator * if0D_it
Definition
BPy_Interface0DIterator.h:29
BPy_Interface0DIterator::at_start
bool at_start
Definition
BPy_Interface0DIterator.h:31
BPy_Interface0DIterator::py_it
BPy_Iterator py_it
Definition
BPy_Interface0DIterator.h:28
BPy_Interface0DIterator::reversed
bool reversed
Definition
BPy_Interface0DIterator.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