Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | BPy_UnaryFunction1D |
Macros | |
#define | BPy_UnaryFunction1D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1D_Type)) |
Functions | |
int | UnaryFunction1D_Init (PyObject *module) |
Variables | |
PyTypeObject | UnaryFunction1D_Type |
#define BPy_UnaryFunction1D_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1D_Type)) |
Definition at line 23 of file BPy_UnaryFunction1D.h.
int UnaryFunction1D_Init | ( | PyObject * | module | ) |
Definition at line 27 of file BPy_UnaryFunction1D.cpp.
References module, UnaryFunction1D_Type, UnaryFunction1DDouble_Init(), UnaryFunction1DEdgeNature_Init(), UnaryFunction1DFloat_Init(), UnaryFunction1DUnsigned_Init(), UnaryFunction1DVec2f_Init(), UnaryFunction1DVec3f_Init(), UnaryFunction1DVectorViewShape_Init(), and UnaryFunction1DVoid_Init().
Referenced by Freestyle_Init().
|
extern |
Definition at line 104 of file BPy_UnaryFunction1D.cpp.
Referenced by UnaryFunction1D_Init(), UnaryFunction1DDouble___dealloc__(), UnaryFunction1DEdgeNature___dealloc__(), UnaryFunction1DFloat___dealloc__(), UnaryFunction1DUnsigned___dealloc__(), UnaryFunction1DVec2f___dealloc__(), UnaryFunction1DVec3f___dealloc__(), UnaryFunction1DVectorViewShape___dealloc__(), and UnaryFunction1DVoid___dealloc__().