Blender V5.0
BPy_UnaryFunction1D.h File Reference
#include <Python.h>
#include "../view_map/Functions1D.h"

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction1D

Macros

#define BPy_UnaryFunction1D_Check(v)

Functions

int UnaryFunction1D_Init (PyObject *module)

Variables

PyTypeObject UnaryFunction1D_Type

Macro Definition Documentation

◆ BPy_UnaryFunction1D_Check

#define BPy_UnaryFunction1D_Check ( v)
Value:
(PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1D_Type))
PyTypeObject UnaryFunction1D_Type
ATTR_WARN_UNUSED_RESULT const BMVert * v

Definition at line 21 of file BPy_UnaryFunction1D.h.

Function Documentation

◆ UnaryFunction1D_Init()

Variable Documentation

◆ UnaryFunction1D_Type