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