Blender  V3.3
BPy_GetZF1D.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_UnaryFunction1DDouble.h"
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
16 
17 extern PyTypeObject GetZF1D_Type;
18 
19 #define BPy_GetZF1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&GetZF1D_Type))
20 
21 /*---------------------------Python BPy_GetZF1D structure definition----------*/
22 typedef struct {
24 } BPy_GetZF1D;
25 
27 
28 #ifdef __cplusplus
29 }
30 #endif
PyTypeObject GetZF1D_Type
Definition: BPy_GetZF1D.cpp:60
BPy_UnaryFunction1DDouble py_uf1D_double
Definition: BPy_GetZF1D.h:23