Blender V4.3
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
12
14#include <vector>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
21
22extern 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----------*/
33
34/*---------------------------Python BPy_UnaryFunction0DVectorViewShape visible
35 * prototypes-----------*/
37
39
40#ifdef __cplusplus
41}
42#endif
PyTypeObject UnaryFunction0DVectorViewShape_Type
int UnaryFunction0DVectorViewShape_Init(PyObject *module)
Classes to define a View Map (ViewVertex, ViewEdge, etc.)
static struct PyModuleDef module
Definition python.cpp:991
Freestyle::UnaryFunction0D< std::vector< Freestyle::ViewShape * > > * uf0D_vectorviewshape