Blender
V4.3
source
blender
freestyle
intern
python
Iterator
BPy_orientedViewEdgeIterator.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/ViewMapIterators.h
"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
20
21
extern
PyTypeObject
orientedViewEdgeIterator_Type
;
22
23
#define BPy_orientedViewEdgeIterator_Check(v) \
24
(PyObject_IsInstance((PyObject *)v, (PyObject *)&orientedViewEdgeIterator_Type))
25
26
/*---------------------------Python BPy_orientedViewEdgeIterator structure definition----------*/
27
typedef
struct
{
28
BPy_Iterator
py_it
;
29
Freestyle::ViewVertexInternal::orientedViewEdgeIterator
*
ove_it
;
30
bool
reversed
;
31
bool
at_start
;
32
}
BPy_orientedViewEdgeIterator
;
33
35
36
#ifdef __cplusplus
37
}
38
#endif
BPy_Iterator.h
orientedViewEdgeIterator_Type
PyTypeObject orientedViewEdgeIterator_Type
Definition
BPy_orientedViewEdgeIterator.cpp:137
ViewMapIterators.h
Iterators used to iterate over the various elements of the ViewMap.
Freestyle::ViewVertexInternal::orientedViewEdgeIterator
Definition
ViewMapIterators.h:40
BPy_Iterator
Definition
BPy_Iterator.h:28
BPy_orientedViewEdgeIterator
Definition
BPy_orientedViewEdgeIterator.h:27
BPy_orientedViewEdgeIterator::ove_it
Freestyle::ViewVertexInternal::orientedViewEdgeIterator * ove_it
Definition
BPy_orientedViewEdgeIterator.h:29
BPy_orientedViewEdgeIterator::reversed
bool reversed
Definition
BPy_orientedViewEdgeIterator.h:30
BPy_orientedViewEdgeIterator::at_start
bool at_start
Definition
BPy_orientedViewEdgeIterator.h:31
BPy_orientedViewEdgeIterator::py_it
BPy_Iterator py_it
Definition
BPy_orientedViewEdgeIterator.h:28
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0