Blender
V3.3
source
blender
freestyle
intern
python
Iterator
BPy_StrokeVertexIterator.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
7
#pragma once
8
9
#include "../BPy_Iterator.h"
10
11
#include "../../stroke/StrokeIterators.h"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
18
19
extern
PyTypeObject
StrokeVertexIterator_Type
;
20
21
#define BPy_StrokeVertexIterator_Check(v) \
22
(PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertexIterator_Type))
23
24
/*---------------------------Python BPy_StrokeVertexIterator structure definition----------*/
25
typedef
struct
{
26
BPy_Iterator
py_it
;
27
Freestyle::StrokeInternal::StrokeVertexIterator
*
sv_it
;
28
bool
reversed
;
29
/* attribute to make next() work correctly */
30
bool
at_start
;
31
}
BPy_StrokeVertexIterator
;
32
34
35
#ifdef __cplusplus
36
}
37
#endif
StrokeVertexIterator_Type
PyTypeObject StrokeVertexIterator_Type
Definition:
BPy_StrokeVertexIterator.cpp:279
Freestyle::StrokeInternal::StrokeVertexIterator
Definition:
StrokeIterators.h:33
BPy_Iterator
Definition:
BPy_Iterator.h:26
BPy_StrokeVertexIterator
Definition:
BPy_StrokeVertexIterator.h:25
BPy_StrokeVertexIterator::sv_it
Freestyle::StrokeInternal::StrokeVertexIterator * sv_it
Definition:
BPy_StrokeVertexIterator.h:27
BPy_StrokeVertexIterator::reversed
bool reversed
Definition:
BPy_StrokeVertexIterator.h:28
BPy_StrokeVertexIterator::py_it
BPy_Iterator py_it
Definition:
BPy_StrokeVertexIterator.h:26
BPy_StrokeVertexIterator::at_start
bool at_start
Definition:
BPy_StrokeVertexIterator.h:30
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1