Blender
V3.3
source
blender
freestyle
intern
python
UnaryFunction0D
UnaryFunction0D_float
BPy_ReadMapPixelF0D.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_UnaryFunction0DFloat.h"
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
16
17
extern
PyTypeObject
ReadMapPixelF0D_Type
;
18
19
#define BPy_ReadMapPixelF0D_Check(v) \
20
(PyObject_IsInstance((PyObject *)v, (PyObject *)&ReadMapPixelF0D_Type))
21
22
/*---------------------------Python BPy_ReadMapPixelF0D structure definition----------*/
23
typedef
struct
{
24
BPy_UnaryFunction0DFloat
py_uf0D_float
;
25
}
BPy_ReadMapPixelF0D
;
26
28
29
#ifdef __cplusplus
30
}
31
#endif
ReadMapPixelF0D_Type
PyTypeObject ReadMapPixelF0D_Type
Definition:
BPy_ReadMapPixelF0D.cpp:60
BPy_ReadMapPixelF0D
Definition:
BPy_ReadMapPixelF0D.h:23
BPy_ReadMapPixelF0D::py_uf0D_float
BPy_UnaryFunction0DFloat py_uf0D_float
Definition:
BPy_ReadMapPixelF0D.h:24
BPy_UnaryFunction0DFloat
Definition:
BPy_UnaryFunction0DFloat.h:23
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1