Blender
V3.3
source
blender
freestyle
intern
python
Interface1D
BPy_FEdge.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_Interface1D.h"
10
11
#include "../../view_map/Silhouette.h"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
18
19
extern
PyTypeObject
FEdge_Type
;
20
21
#define BPy_FEdge_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&FEdge_Type))
22
23
/*---------------------------Python BPy_FEdge structure definition----------*/
24
typedef
struct
{
25
BPy_Interface1D
py_if1D
;
26
Freestyle::FEdge
*
fe
;
27
}
BPy_FEdge
;
28
30
31
#ifdef __cplusplus
32
}
33
#endif
FEdge_Type
PyTypeObject FEdge_Type
Definition:
BPy_FEdge.cpp:344
Freestyle::FEdge
Definition:
Silhouette.h:463
BPy_FEdge
Definition:
BPy_FEdge.h:24
BPy_FEdge::py_if1D
BPy_Interface1D py_if1D
Definition:
BPy_FEdge.h:25
BPy_FEdge::fe
Freestyle::FEdge * fe
Definition:
BPy_FEdge.h:26
BPy_Interface1D
Definition:
BPy_Interface1D.h:27
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1