Blender  V3.3
BPy_UnaryFunction0DViewShape.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 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
18 
19 extern PyTypeObject UnaryFunction0DViewShape_Type;
20 
21 #define BPy_UnaryFunction0DViewShape_Check(v) \
22  (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DViewShape_Type))
23 
24 /*---------------------------Python BPy_UnaryFunction0DViewShape structure definition----------*/
25 typedef struct {
29 
30 /*---------------------------Python BPy_UnaryFunction0DViewShape visible prototypes-----------*/
32 
34 
35 #ifdef __cplusplus
36 }
37 #endif
int UnaryFunction0DViewShape_Init(PyObject *module)
PyTypeObject UnaryFunction0DViewShape_Type
static struct PyModuleDef module
Definition: python.cpp:972
Freestyle::UnaryFunction0D< Freestyle::ViewShape * > * uf0D_viewshape