Blender
V3.3
source
blender
freestyle
intern
python
Interface0D
BPy_SVertex.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/Silhouette.h"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
18
19
extern
PyTypeObject
SVertex_Type
;
20
21
#define BPy_SVertex_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&SVertex_Type))
22
23
/*---------------------------Python BPy_SVertex structure definition----------*/
24
typedef
struct
{
25
BPy_Interface0D
py_if0D
;
26
Freestyle::SVertex
*
sv
;
27
}
BPy_SVertex
;
28
29
/*---------------------------Python BPy_SVertex visible prototypes-----------*/
30
31
void
SVertex_mathutils_register_callback
();
32
34
35
#ifdef __cplusplus
36
}
37
#endif
SVertex_mathutils_register_callback
void SVertex_mathutils_register_callback()
Definition:
BPy_SVertex.cpp:256
SVertex_Type
PyTypeObject SVertex_Type
Definition:
BPy_SVertex.cpp:441
Freestyle::SVertex
Definition:
Silhouette.h:56
BPy_Interface0D
Definition:
BPy_Interface0D.h:27
BPy_SVertex
Definition:
BPy_SVertex.h:24
BPy_SVertex::py_if0D
BPy_Interface0D py_if0D
Definition:
BPy_SVertex.h:25
BPy_SVertex::sv
Freestyle::SVertex * sv
Definition:
BPy_SVertex.h:26
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1