Blender
V3.3
source
blender
freestyle
intern
python
UnaryFunction0D
UnaryFunction0D_Id
BPy_ShapeIdF0D.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_UnaryFunction0DId.h"
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
16
17
extern
PyTypeObject
ShapeIdF0D_Type
;
18
19
#define BPy_ShapeIdF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&ShapeIdF0D_Type))
20
21
/*---------------------------Python BPy_ShapeIdF0D structure definition----------*/
22
typedef
struct
{
23
BPy_UnaryFunction0DId
py_uf0D_id
;
24
}
BPy_ShapeIdF0D
;
25
27
28
#ifdef __cplusplus
29
}
30
#endif
ShapeIdF0D_Type
PyTypeObject ShapeIdF0D_Type
Definition:
BPy_ShapeIdF0D.cpp:60
BPy_ShapeIdF0D
Definition:
BPy_ShapeIdF0D.h:22
BPy_ShapeIdF0D::py_uf0D_id
BPy_UnaryFunction0DId py_uf0D_id
Definition:
BPy_ShapeIdF0D.h:23
BPy_UnaryFunction0DId
Definition:
BPy_UnaryFunction0DId.h:25
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1