Blender V5.0
BPy_UnaryFunction1DDouble.h File Reference

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction1DDouble

Macros

#define BPy_UnaryFunction1DDouble_Check(v)

Functions

int UnaryFunction1DDouble_Init (PyObject *module)

Variables

PyTypeObject UnaryFunction1DDouble_Type

Macro Definition Documentation

◆ BPy_UnaryFunction1DDouble_Check

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

Definition at line 17 of file BPy_UnaryFunction1DDouble.h.

Referenced by Director_BPy_UnaryFunction1D___call__().

Function Documentation

◆ UnaryFunction1DDouble_Init()

Variable Documentation

◆ UnaryFunction1DDouble_Type

PyTypeObject UnaryFunction1DDouble_Type
extern

Definition at line 240 of file BPy_UnaryFunction1DDouble.cpp.

Referenced by UnaryFunction1DDouble_Init().