Blender
V3.3
source
blender
freestyle
intern
python
UnaryPredicate1D
BPy_TrueUP1D.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_UnaryPredicate1D.h"
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
16
17
extern
PyTypeObject
TrueUP1D_Type
;
18
19
#define BPy_TrueUP1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&TrueUP1D_Type))
20
21
/*---------------------------Python BPy_TrueUP1D structure definition----------*/
22
typedef
struct
{
23
BPy_UnaryPredicate1D
py_up1D
;
24
}
BPy_TrueUP1D
;
25
27
28
#ifdef __cplusplus
29
}
30
#endif
TrueUP1D_Type
PyTypeObject TrueUP1D_Type
Definition:
BPy_TrueUP1D.cpp:44
BPy_TrueUP1D
Definition:
BPy_TrueUP1D.h:22
BPy_TrueUP1D::py_up1D
BPy_UnaryPredicate1D py_up1D
Definition:
BPy_TrueUP1D.h:23
BPy_UnaryPredicate1D
Definition:
BPy_UnaryPredicate1D.h:27
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1