Blender
V4.3
source
blender
freestyle
intern
python
UnaryFunction1D
BPy_UnaryFunction1DVectorViewShape.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_UnaryFunction1D.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
UnaryFunction1DVectorViewShape_Type
;
23
24
#define BPy_UnaryFunction1DVectorViewShape_Check(v) \
25
(PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DVectorViewShape_Type))
26
27
/*---------------------------Python BPy_UnaryFunction1DVectorViewShape structure
28
* definition----------*/
29
typedef
struct
{
30
BPy_UnaryFunction1D
py_uf1D
;
31
Freestyle::UnaryFunction1D<std::vector<Freestyle::ViewShape *>
> *
uf1D_vectorviewshape
;
32
}
BPy_UnaryFunction1DVectorViewShape
;
33
34
/*---------------------------Python BPy_UnaryFunction1DVectorViewShape visible
35
* prototypes-----------*/
36
int
UnaryFunction1DVectorViewShape_Init
(PyObject *
module
);
37
39
40
#ifdef __cplusplus
41
}
42
#endif
UnaryFunction1DVectorViewShape_Type
PyTypeObject UnaryFunction1DVectorViewShape_Type
Definition
BPy_UnaryFunction1DVectorViewShape.cpp:190
UnaryFunction1DVectorViewShape_Init
int UnaryFunction1DVectorViewShape_Init(PyObject *module)
Definition
BPy_UnaryFunction1DVectorViewShape.cpp:31
BPy_UnaryFunction1D.h
ViewMap.h
Classes to define a View Map (ViewVertex, ViewEdge, etc.)
Freestyle::UnaryFunction1D
Definition
Functions1D.h:47
module
static struct PyModuleDef module
Definition
python.cpp:991
BPy_UnaryFunction1DVectorViewShape
Definition
BPy_UnaryFunction1DVectorViewShape.h:29
BPy_UnaryFunction1DVectorViewShape::uf1D_vectorviewshape
Freestyle::UnaryFunction1D< std::vector< Freestyle::ViewShape * > > * uf1D_vectorviewshape
Definition
BPy_UnaryFunction1DVectorViewShape.h:31
BPy_UnaryFunction1DVectorViewShape::py_uf1D
BPy_UnaryFunction1D py_uf1D
Definition
BPy_UnaryFunction1DVectorViewShape.h:30
BPy_UnaryFunction1D
Definition
BPy_UnaryFunction1D.h:29
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0