Blender  V3.3
BPy_UnaryFunction1DVectorViewShape.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 "../../view_map/ViewMap.h"
12 #include <vector>
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
19 
20 extern PyTypeObject UnaryFunction1DVectorViewShape_Type;
21 
22 #define BPy_UnaryFunction1DVectorViewShape_Check(v) \
23  (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DVectorViewShape_Type))
24 
25 /*---------------------------Python BPy_UnaryFunction1DVectorViewShape structure
26  * definition----------*/
27 typedef struct {
31 
32 /*---------------------------Python BPy_UnaryFunction1DVectorViewShape visible
33  * prototypes-----------*/
35 
37 
38 #ifdef __cplusplus
39 }
40 #endif
PyTypeObject UnaryFunction1DVectorViewShape_Type
int UnaryFunction1DVectorViewShape_Init(PyObject *module)
static struct PyModuleDef module
Definition: python.cpp:972
Freestyle::UnaryFunction1D< std::vector< Freestyle::ViewShape * > > * uf1D_vectorviewshape