Blender
V3.3
source
blender
freestyle
intern
python
Interface0D
ViewVertex
BPy_NonTVertex.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_ViewVertex.h"
10
11
#include "../../../view_map/ViewMap.h"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
18
19
extern
PyTypeObject
NonTVertex_Type
;
20
21
#define BPy_NonTVertex_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&NonTVertex_Type))
22
23
/*---------------------------Python BPy_NonTVertex structure definition----------*/
24
typedef
struct
{
25
BPy_ViewVertex
py_vv
;
26
Freestyle::NonTVertex
*
ntv
;
27
}
BPy_NonTVertex
;
28
30
31
#ifdef __cplusplus
32
}
33
#endif
NonTVertex_Type
PyTypeObject NonTVertex_Type
Definition:
BPy_NonTVertex.cpp:95
Freestyle::NonTVertex
Definition:
ViewMap.h:662
BPy_NonTVertex
Definition:
BPy_NonTVertex.h:24
BPy_NonTVertex::py_vv
BPy_ViewVertex py_vv
Definition:
BPy_NonTVertex.h:25
BPy_NonTVertex::ntv
Freestyle::NonTVertex * ntv
Definition:
BPy_NonTVertex.h:26
BPy_ViewVertex
Definition:
BPy_ViewVertex.h:24
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1