Blender
V3.3
source
blender
freestyle
intern
python
UnaryFunction1D
UnaryFunction1D_Nature_EdgeNature
BPy_CurveNatureF1D.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_UnaryFunction1DEdgeNature.h"
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
16
17
extern
PyTypeObject
CurveNatureF1D_Type
;
18
19
#define BPy_CurveNatureF1D_Check(v) \
20
(PyObject_IsInstance((PyObject *)v, (PyObject *)&CurveNatureF1D_Type))
21
22
/*---------------------------Python BPy_CurveNatureF1D structure definition----------*/
23
typedef
struct
{
24
BPy_UnaryFunction1DEdgeNature
py_uf1D_edgenature
;
25
}
BPy_CurveNatureF1D
;
26
28
29
#ifdef __cplusplus
30
}
31
#endif
CurveNatureF1D_Type
PyTypeObject CurveNatureF1D_Type
Definition:
BPy_CurveNatureF1D.cpp:66
BPy_CurveNatureF1D
Definition:
BPy_CurveNatureF1D.h:23
BPy_CurveNatureF1D::py_uf1D_edgenature
BPy_UnaryFunction1DEdgeNature py_uf1D_edgenature
Definition:
BPy_CurveNatureF1D.h:24
BPy_UnaryFunction1DEdgeNature
Definition:
BPy_UnaryFunction1DEdgeNature.h:25
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1