Blender  V3.3
BPy_UnaryFunction1DVec2f.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_UnaryFunction1D.h"
10 
11 #include "../../geometry/Geom.h"
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
18 
19 extern PyTypeObject UnaryFunction1DVec2f_Type;
20 
21 #define BPy_UnaryFunction1DVec2f_Check(v) \
22  (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DVec2f_Type))
23 
24 /*---------------------------Python BPy_UnaryFunction1DVec2f structure definition----------*/
25 typedef struct {
29 
30 /*---------------------------Python BPy_UnaryFunction1DVec2f visible prototypes-----------*/
31 int UnaryFunction1DVec2f_Init(PyObject *module);
32 
34 
35 #ifdef __cplusplus
36 }
37 #endif
PyTypeObject UnaryFunction1DVec2f_Type
int UnaryFunction1DVec2f_Init(PyObject *module)
static struct PyModuleDef module
Definition: python.cpp:972
Freestyle::UnaryFunction1D< Freestyle::Geometry::Vec2f > * uf1D_vec2f