Blender
V3.3
source
blender
freestyle
intern
python
BinaryPredicate1D
BPy_TrueBP1D.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_BinaryPredicate1D.h"
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
16
17
extern
PyTypeObject
TrueBP1D_Type
;
18
19
#define BPy_TrueBP1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&TrueBP1D_Type))
20
21
/*---------------------------Python BPy_TrueBP1D structure definition----------*/
22
typedef
struct
{
23
BPy_BinaryPredicate1D
py_bp1D
;
24
}
BPy_TrueBP1D
;
25
27
28
#ifdef __cplusplus
29
}
30
#endif
TrueBP1D_Type
PyTypeObject TrueBP1D_Type
Definition:
BPy_TrueBP1D.cpp:46
BPy_BinaryPredicate1D
Definition:
BPy_BinaryPredicate1D.h:27
BPy_TrueBP1D
Definition:
BPy_TrueBP1D.h:22
BPy_TrueBP1D::py_bp1D
BPy_BinaryPredicate1D py_bp1D
Definition:
BPy_TrueBP1D.h:23
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1