Blender V5.0
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
8
9#pragma once
10
12
14#include <vector>
15
17
18extern PyTypeObject UnaryFunction0DVectorViewShape_Type;
19
20#define BPy_UnaryFunction0DVectorViewShape_Check(v) \
21 (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DVectorViewShape_Type))
22
23/*---------------------------Python BPy_UnaryFunction0DVectorViewShape structure
24 * definition----------*/
29
30/*---------------------------Python BPy_UnaryFunction0DVectorViewShape visible
31 * prototypes-----------*/
33
PyTypeObject UnaryFunction0DVectorViewShape_Type
int UnaryFunction0DVectorViewShape_Init(PyObject *module)
Classes to define a View Map (ViewVertex, ViewEdge, etc.).
static struct PyModuleDef module
Definition python.cpp:796
Freestyle::UnaryFunction0D< std::vector< Freestyle::ViewShape * > > * uf0D_vectorviewshape