Blender
V3.3
source
blender
freestyle
intern
python
Interface0D
BPy_ViewVertex.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_Interface0D.h"
10
11
#include "../../view_map/ViewMap.h"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
18
19
extern
PyTypeObject
ViewVertex_Type
;
20
21
#define BPy_ViewVertex_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&ViewVertex_Type))
22
23
/*---------------------------Python BPy_ViewVertex structure definition----------*/
24
typedef
struct
{
25
BPy_Interface0D
py_if0D
;
26
Freestyle::ViewVertex
*
vv
;
27
}
BPy_ViewVertex
;
28
30
31
#ifdef __cplusplus
32
}
33
#endif
ViewVertex_Type
PyTypeObject ViewVertex_Type
Definition:
BPy_ViewVertex.cpp:150
Freestyle::ViewVertex
Definition:
ViewMap.h:256
BPy_Interface0D
Definition:
BPy_Interface0D.h:27
BPy_ViewVertex
Definition:
BPy_ViewVertex.h:24
BPy_ViewVertex::py_if0D
BPy_Interface0D py_if0D
Definition:
BPy_ViewVertex.h:25
BPy_ViewVertex::vv
Freestyle::ViewVertex * vv
Definition:
BPy_ViewVertex.h:26
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1