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