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