Blender
V3.3
source
blender
freestyle
intern
python
UnaryFunction0D
UnaryFunction0D_ViewShape
BPy_GetOccludeeF0D.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_UnaryFunction0DViewShape.h"
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
16
17
extern
PyTypeObject
GetOccludeeF0D_Type
;
18
19
#define BPy_GetOccludeeF0D_Check(v) \
20
(PyObject_IsInstance((PyObject *)v, (PyObject *)&GetOccludeeF0D_Type))
21
22
/*---------------------------Python BPy_GetOccludeeF0D structure definition----------*/
23
typedef
struct
{
24
BPy_UnaryFunction0DViewShape
py_uf0D_viewshape
;
25
}
BPy_GetOccludeeF0D
;
26
28
29
#ifdef __cplusplus
30
}
31
#endif
GetOccludeeF0D_Type
PyTypeObject GetOccludeeF0D_Type
Definition:
BPy_GetOccludeeF0D.cpp:53
BPy_GetOccludeeF0D
Definition:
BPy_GetOccludeeF0D.h:23
BPy_GetOccludeeF0D::py_uf0D_viewshape
BPy_UnaryFunction0DViewShape py_uf0D_viewshape
Definition:
BPy_GetOccludeeF0D.h:24
BPy_UnaryFunction0DViewShape
Definition:
BPy_UnaryFunction0DViewShape.h:25
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1