Blender  V3.3
BPy_UnaryFunction1DEdgeNature.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 "../../winged_edge/Nature.h"
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
18 
19 extern PyTypeObject UnaryFunction1DEdgeNature_Type;
20 
21 #define BPy_UnaryFunction1DEdgeNature_Check(v) \
22  (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DEdgeNature_Type))
23 
24 /*---------------------------Python BPy_UnaryFunction1DEdgeNature structure definition----------*/
25 typedef struct {
29 
30 /*---------------------------Python BPy_UnaryFunction1DEdgeNature visible prototypes-----------*/
32 
34 
35 #ifdef __cplusplus
36 }
37 #endif
PyTypeObject UnaryFunction1DEdgeNature_Type
int UnaryFunction1DEdgeNature_Init(PyObject *module)
static struct PyModuleDef module
Definition: python.cpp:972
Freestyle::UnaryFunction1D< Freestyle::Nature::EdgeNature > * uf1D_edgenature