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