Blender
V4.3
source
blender
freestyle
intern
python
UnaryFunction0D
BPy_UnaryFunction0DVectorViewShape.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#pragma once
10
11
#include "
../BPy_UnaryFunction0D.h
"
12
13
#include "
../../view_map/ViewMap.h
"
14
#include <vector>
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
21
22
extern
PyTypeObject
UnaryFunction0DVectorViewShape_Type
;
23
24
#define BPy_UnaryFunction0DVectorViewShape_Check(v) \
25
(PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DVectorViewShape_Type))
26
27
/*---------------------------Python BPy_UnaryFunction0DVectorViewShape structure
28
* definition----------*/
29
typedef
struct
{
30
BPy_UnaryFunction0D
py_uf0D
;
31
Freestyle::UnaryFunction0D<std::vector<Freestyle::ViewShape *>
> *
uf0D_vectorviewshape
;
32
}
BPy_UnaryFunction0DVectorViewShape
;
33
34
/*---------------------------Python BPy_UnaryFunction0DVectorViewShape visible
35
* prototypes-----------*/
36
int
UnaryFunction0DVectorViewShape_Init
(PyObject *
module
);
37
39
40
#ifdef __cplusplus
41
}
42
#endif
UnaryFunction0DVectorViewShape_Type
PyTypeObject UnaryFunction0DVectorViewShape_Type
Definition
BPy_UnaryFunction0DVectorViewShape.cpp:126
UnaryFunction0DVectorViewShape_Init
int UnaryFunction0DVectorViewShape_Init(PyObject *module)
Definition
BPy_UnaryFunction0DVectorViewShape.cpp:28
BPy_UnaryFunction0D.h
ViewMap.h
Classes to define a View Map (ViewVertex, ViewEdge, etc.)
Freestyle::UnaryFunction0D
Definition
Functions0D.h:60
module
static struct PyModuleDef module
Definition
python.cpp:991
BPy_UnaryFunction0DVectorViewShape
Definition
BPy_UnaryFunction0DVectorViewShape.h:29
BPy_UnaryFunction0DVectorViewShape::uf0D_vectorviewshape
Freestyle::UnaryFunction0D< std::vector< Freestyle::ViewShape * > > * uf0D_vectorviewshape
Definition
BPy_UnaryFunction0DVectorViewShape.h:31
BPy_UnaryFunction0DVectorViewShape::py_uf0D
BPy_UnaryFunction0D py_uf0D
Definition
BPy_UnaryFunction0DVectorViewShape.h:30
BPy_UnaryFunction0D
Definition
BPy_UnaryFunction0D.h:29
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0