Blender V5.0
BPy_UnaryFunction1DFloat.h File Reference

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction1DFloat

Macros

#define BPy_UnaryFunction1DFloat_Check(v)

Functions

int UnaryFunction1DFloat_Init (PyObject *module)

Variables

PyTypeObject UnaryFunction1DFloat_Type

Macro Definition Documentation

◆ BPy_UnaryFunction1DFloat_Check

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

Definition at line 17 of file BPy_UnaryFunction1DFloat.h.

Referenced by Director_BPy_UnaryFunction1D___call__().

Function Documentation

◆ UnaryFunction1DFloat_Init()

int UnaryFunction1DFloat_Init ( PyObject * module)

Definition at line 21 of file BPy_UnaryFunction1DFloat.cpp.

References module, and UnaryFunction1DFloat_Type.

Referenced by UnaryFunction1D_Init().

Variable Documentation

◆ UnaryFunction1DFloat_Type

PyTypeObject UnaryFunction1DFloat_Type
extern

Definition at line 150 of file BPy_UnaryFunction1DFloat.cpp.

Referenced by UnaryFunction1DFloat_Init().