Blender  V3.3
BPy_orientedViewEdgeIterator.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 "../../view_map/ViewMapIterators.h"
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
18 
19 extern PyTypeObject orientedViewEdgeIterator_Type;
20 
21 #define BPy_orientedViewEdgeIterator_Check(v) \
22  (PyObject_IsInstance((PyObject *)v, (PyObject *)&orientedViewEdgeIterator_Type))
23 
24 /*---------------------------Python BPy_orientedViewEdgeIterator structure definition----------*/
25 typedef struct {
28  bool reversed;
29  bool at_start;
31 
33 
34 #ifdef __cplusplus
35 }
36 #endif
PyTypeObject orientedViewEdgeIterator_Type
Freestyle::ViewVertexInternal::orientedViewEdgeIterator * ove_it