Blender
V5.0
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
8
9
#pragma once
10
11
#include "
../BPy_Iterator.h
"
12
13
#include "
../../view_map/Interface0D.h
"
14
16
17
extern
PyTypeObject
Interface0DIterator_Type
;
18
19
#define BPy_Interface0DIterator_Check(v) \
20
(PyObject_IsInstance((PyObject *)v, (PyObject *)&Interface0DIterator_Type))
21
22
/*---------------------------Python BPy_Interface0DIterator structure definition----------*/
23
typedef
struct
{
24
BPy_Iterator
py_it
;
25
Freestyle::Interface0DIterator
*
if0D_it
;
26
bool
reversed
;
27
bool
at_start
;
28
}
BPy_Interface0DIterator
;
29
Interface0DIterator_Type
PyTypeObject Interface0DIterator_Type
Definition
BPy_Interface0DIterator.cpp:200
BPy_Iterator.h
Interface0D.h
Interface to 0D elements.
Freestyle::Interface0DIterator
Definition
Interface0D.h:162
BPy_Interface0DIterator
Definition
BPy_Interface0DIterator.h:23
BPy_Interface0DIterator::if0D_it
Freestyle::Interface0DIterator * if0D_it
Definition
BPy_Interface0DIterator.h:25
BPy_Interface0DIterator::at_start
bool at_start
Definition
BPy_Interface0DIterator.h:27
BPy_Interface0DIterator::py_it
BPy_Iterator py_it
Definition
BPy_Interface0DIterator.h:24
BPy_Interface0DIterator::reversed
bool reversed
Definition
BPy_Interface0DIterator.h:26
BPy_Iterator
Definition
BPy_Iterator.h:24
Generated on
for Blender by
doxygen
1.16.1