Blender V4.3
BPy_UnaryFunction1DUnsigned.h File Reference

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction1DUnsigned
 

Macros

#define BPy_UnaryFunction1DUnsigned_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DUnsigned_Type))
 

Functions

int UnaryFunction1DUnsigned_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction1DUnsigned_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction1DUnsigned_Check

#define BPy_UnaryFunction1DUnsigned_Check ( v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DUnsigned_Type))

Definition at line 21 of file BPy_UnaryFunction1DUnsigned.h.

Referenced by Director_BPy_UnaryFunction1D___call__().

Function Documentation

◆ UnaryFunction1DUnsigned_Init()

int UnaryFunction1DUnsigned_Init ( PyObject * module)

Variable Documentation

◆ UnaryFunction1DUnsigned_Type

PyTypeObject UnaryFunction1DUnsigned_Type
extern

Definition at line 168 of file BPy_UnaryFunction1DUnsigned.cpp.

Referenced by UnaryFunction1DUnsigned_Init().