Blender
V3.3
source
blender
freestyle
intern
python
Interface1D
Curve
BPy_Chain.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_FrsCurve.h"
10
11
#include "../../../stroke/Chain.h"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
18
19
extern
PyTypeObject
Chain_Type
;
20
21
#define BPy_Chain_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&Chain_Type))
22
23
/*---------------------------Python BPy_Chain structure definition----------*/
24
typedef
struct
{
25
BPy_FrsCurve
py_c
;
26
Freestyle::Chain
*
c
;
27
}
BPy_Chain
;
28
30
31
#ifdef __cplusplus
32
}
33
#endif
Chain_Type
PyTypeObject Chain_Type
Definition:
BPy_Chain.cpp:136
Freestyle::Chain
Definition:
Chain.h:19
BPy_Chain
Definition:
BPy_Chain.h:24
BPy_Chain::py_c
BPy_FrsCurve py_c
Definition:
BPy_Chain.h:25
BPy_Chain::c
Freestyle::Chain * c
Definition:
BPy_Chain.h:26
BPy_FrsCurve
Definition:
BPy_FrsCurve.h:24
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1