Blender  V3.3
BPy_ContourUP1D.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_UnaryPredicate1D.h"
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
16 
17 extern PyTypeObject ContourUP1D_Type;
18 
19 #define BPy_ContourUP1D_Check(v) \
20  (PyObject_IsInstance((PyObject *)v, (PyObject *)&ContourUP1D_Type))
21 
22 /*---------------------------Python BPy_ContourUP1D structure definition----------*/
23 typedef struct {
26 
28 
29 #ifdef __cplusplus
30 }
31 #endif
PyTypeObject ContourUP1D_Type
BPy_UnaryPredicate1D py_up1D