Blender
V4.3
source
blender
freestyle
intern
python
BinaryPredicate1D
BPy_TrueBP1D.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#pragma once
10
11
#include "
../BPy_BinaryPredicate1D.h
"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
18
19
extern
PyTypeObject
TrueBP1D_Type
;
20
21
#define BPy_TrueBP1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&TrueBP1D_Type))
22
23
/*---------------------------Python BPy_TrueBP1D structure definition----------*/
24
typedef
struct
{
25
BPy_BinaryPredicate1D
py_bp1D
;
26
}
BPy_TrueBP1D
;
27
29
30
#ifdef __cplusplus
31
}
32
#endif
BPy_BinaryPredicate1D.h
TrueBP1D_Type
PyTypeObject TrueBP1D_Type
Definition
BPy_TrueBP1D.cpp:50
BPy_BinaryPredicate1D
Definition
BPy_BinaryPredicate1D.h:29
BPy_TrueBP1D
Definition
BPy_TrueBP1D.h:24
BPy_TrueBP1D::py_bp1D
BPy_BinaryPredicate1D py_bp1D
Definition
BPy_TrueBP1D.h:25
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0