Blender
V3.3
source
blender
freestyle
intern
python
BinaryPredicate1D
BPy_ViewMapGradientNormBP1D.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
ViewMapGradientNormBP1D_Type
;
18
19
#define BPy_ViewMapGradientNormBP1D_Check(v) \
20
(PyObject_IsInstance((PyObject *)v, (PyObject *)&ViewMapGradientNormBP1D_Type))
21
22
/*---------------------------Python BPy_ViewMapGradientNormBP1D structure definition----------*/
23
typedef
struct
{
24
BPy_BinaryPredicate1D
py_bp1D
;
25
}
BPy_ViewMapGradientNormBP1D
;
26
28
29
#ifdef __cplusplus
30
}
31
#endif
ViewMapGradientNormBP1D_Type
PyTypeObject ViewMapGradientNormBP1D_Type
Definition:
BPy_ViewMapGradientNormBP1D.cpp:76
BPy_BinaryPredicate1D
Definition:
BPy_BinaryPredicate1D.h:27
BPy_ViewMapGradientNormBP1D
Definition:
BPy_ViewMapGradientNormBP1D.h:23
BPy_ViewMapGradientNormBP1D::py_bp1D
BPy_BinaryPredicate1D py_bp1D
Definition:
BPy_ViewMapGradientNormBP1D.h:24
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1