Blender
V5.0
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
8
9
#pragma once
10
11
#include "
../BPy_Iterator.h
"
12
13
#include "
../../view_map/ViewMapIterators.h
"
14
16
17
extern
PyTypeObject
orientedViewEdgeIterator_Type
;
18
19
#define BPy_orientedViewEdgeIterator_Check(v) \
20
(PyObject_IsInstance((PyObject *)v, (PyObject *)&orientedViewEdgeIterator_Type))
21
22
/*---------------------------Python BPy_orientedViewEdgeIterator structure definition----------*/
23
typedef
struct
{
24
BPy_Iterator
py_it
;
25
Freestyle::ViewVertexInternal::orientedViewEdgeIterator
*
ove_it
;
26
bool
reversed
;
27
bool
at_start
;
28
}
BPy_orientedViewEdgeIterator
;
29
BPy_Iterator.h
orientedViewEdgeIterator_Type
PyTypeObject orientedViewEdgeIterator_Type
Definition
BPy_orientedViewEdgeIterator.cpp:131
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:24
BPy_orientedViewEdgeIterator
Definition
BPy_orientedViewEdgeIterator.h:23
BPy_orientedViewEdgeIterator::ove_it
Freestyle::ViewVertexInternal::orientedViewEdgeIterator * ove_it
Definition
BPy_orientedViewEdgeIterator.h:25
BPy_orientedViewEdgeIterator::reversed
bool reversed
Definition
BPy_orientedViewEdgeIterator.h:26
BPy_orientedViewEdgeIterator::at_start
bool at_start
Definition
BPy_orientedViewEdgeIterator.h:27
BPy_orientedViewEdgeIterator::py_it
BPy_Iterator py_it
Definition
BPy_orientedViewEdgeIterator.h:24
Generated on
for Blender by
doxygen
1.16.1