Blender V5.0
BPy_UnaryFunction0DFloat.h File Reference

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction0DFloat

Macros

#define BPy_UnaryFunction0DFloat_Check(v)

Functions

int UnaryFunction0DFloat_Init (PyObject *module)

Variables

PyTypeObject UnaryFunction0DFloat_Type

Macro Definition Documentation

◆ BPy_UnaryFunction0DFloat_Check

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

Definition at line 17 of file BPy_UnaryFunction0DFloat.h.

Referenced by Director_BPy_UnaryFunction0D___call__(), and Integrator_integrate().

Function Documentation

◆ UnaryFunction0DFloat_Init()

Variable Documentation

◆ UnaryFunction0DFloat_Type

PyTypeObject UnaryFunction0DFloat_Type
extern

Definition at line 142 of file BPy_UnaryFunction0DFloat.cpp.

Referenced by UnaryFunction0DFloat_Init().