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