Blender
V4.3
source
blender
freestyle
intern
python
UnaryPredicate0D
BPy_FalseUP0D.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_UnaryPredicate0D.h
"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
18
19
extern
PyTypeObject
FalseUP0D_Type
;
20
21
#define BPy_FalseUP0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&FalseUP0D_Type))
22
23
/*---------------------------Python BPy_FalseUP0D structure definition----------*/
24
typedef
struct
{
25
BPy_UnaryPredicate0D
py_up0D
;
26
}
BPy_FalseUP0D
;
27
29
30
#ifdef __cplusplus
31
}
32
#endif
FalseUP0D_Type
PyTypeObject FalseUP0D_Type
Definition
BPy_FalseUP0D.cpp:48
BPy_UnaryPredicate0D.h
BPy_FalseUP0D
Definition
BPy_FalseUP0D.h:24
BPy_FalseUP0D::py_up0D
BPy_UnaryPredicate0D py_up0D
Definition
BPy_FalseUP0D.h:25
BPy_UnaryPredicate0D
Definition
BPy_UnaryPredicate0D.h:29
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0