Blender
V3.3
source
blender
freestyle
intern
python
Interface0D
BPy_CurvePoint.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 "../../stroke/Curve.h"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
18
19
extern
PyTypeObject
CurvePoint_Type
;
20
21
#define BPy_CurvePoint_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&CurvePoint_Type))
22
23
/*---------------------------Python BPy_CurvePoint structure definition----------*/
24
typedef
struct
{
25
BPy_Interface0D
py_if0D
;
26
Freestyle::CurvePoint
*
cp
;
27
}
BPy_CurvePoint
;
28
30
31
#ifdef __cplusplus
32
}
33
#endif
CurvePoint_Type
PyTypeObject CurvePoint_Type
Definition:
BPy_CurvePoint.cpp:228
Freestyle::CurvePoint
Definition:
Curve.h:48
BPy_CurvePoint
Definition:
BPy_CurvePoint.h:24
BPy_CurvePoint::py_if0D
BPy_Interface0D py_if0D
Definition:
BPy_CurvePoint.h:25
BPy_CurvePoint::cp
Freestyle::CurvePoint * cp
Definition:
BPy_CurvePoint.h:26
BPy_Interface0D
Definition:
BPy_Interface0D.h:27
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1