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