Blender  V3.3
BPy_UnaryFunction0DDouble.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_UnaryFunction0D.h"
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
16 
17 extern PyTypeObject UnaryFunction0DDouble_Type;
18 
19 #define BPy_UnaryFunction0DDouble_Check(v) \
20  (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DDouble_Type))
21 
22 /*---------------------------Python BPy_UnaryFunction0DDouble structure definition----------*/
23 typedef struct {
27 
28 /*---------------------------Python BPy_UnaryFunction0DDouble visible prototypes-----------*/
29 int UnaryFunction0DDouble_Init(PyObject *module);
30 
32 
33 #ifdef __cplusplus
34 }
35 #endif
int UnaryFunction0DDouble_Init(PyObject *module)
PyTypeObject UnaryFunction0DDouble_Type
static struct PyModuleDef module
Definition: python.cpp:972
Freestyle::UnaryFunction0D< double > * uf0D_double